Sajid
October 4th, 2000, 04:15 AM
i am trying to run servlet through Jrun under PWS and IIS but could not get success.Please help me
|
Click to See Complete Forum and Search --> : having prolem to run servlet Sajid October 4th, 2000, 04:15 AM i am trying to run servlet through Jrun under PWS and IIS but could not get success.Please help me gks October 4th, 2000, 10:17 AM 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 codeguru.com
Copyright Internet.com Inc., All Rights Reserved. |