CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Mar 1999
    Location
    Asia, Pakistan,Karachi
    Posts
    5

    having prolem to run servlet

    i am trying to run servlet through Jrun under PWS and IIS but could not get success.Please help me


  2. #2
    Join Date
    Sep 2000
    Posts
    2

    Re: having prolem to run servlet

    If u r using JRun 3.0 then,

    1. Create the working directory as C:\test

    2. Delete jrun.dll in c:\Inetpub\scripts directory. If u r not able to remove it, then rename the file.

    3. Install the JRun 3.0

    4. Set the Script directory as c:\Inetpub\scripts
    so that it will copy jrun.dll to particular directory.

    5. While configuring , u have to use the Port number as 51000.

    6. Start the Admin Server. It will open Application Management console and System administrator screen

    7. Select Web Application -> Create Application .

    8. Set JRun Server Name as JRun Default Server
    Set Application Name as testApp
    Set Application URL as /testURL
    Set the Application Root Dir as folder which is created already (Point No. 1)


    10. Now put your servlet class to c:\test\WEB-INF\classes\

    11.Restart the Default Server.

    12. Call the Servlet by
    http://localhost//testURL/YourSevletName






Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured