Can anybody please tell me whether I can run and test servlets on a standalone PC? If yes , then how????
Thanks in advance
-
How to run servlets? (3 messages)
- Posted by: anshul tiwari
- Posted on: December 17 2000 20:29 EST
Threaded Messages (3)
- How to run servlets? by Kapil Israni on December 18 2000 09:05 EST
- How to run servlets? by Mathias Bogaert on December 28 2000 18:03 EST
- How to run servlets? by varun goyal on January 02 2001 01:44 EST
-
How to run servlets?[ Go to top ]
- Posted by: Kapil Israni
- Posted on: December 18 2000 09:05 EST
- in response to anshul tiwari
download the java web server (java.sun.com). its free
kapil -
How to run servlets?[ Go to top ]
- Posted by: Mathias Bogaert
- Posted on: December 28 2000 18:03 EST
- in response to Kapil Israni
or download Orion Application Server (www.orionserver.com). Copy tools.jar to c:\orion.
You put the servlets in the default-web-app\WEB-INF\classes dir, edit web.xml (specify your servlets, check the DTD), and start Orion using
c:\orion>java -jar orion.jar.
Then goto http://localhost/servlet/yourservlet et voila!
Mathias
pathos@pandora.be -
How to run servlets?[ Go to top ]
- Posted by: varun goyal
- Posted on: January 02 2001 01:44 EST
- in response to anshul tiwari
for making servlets u must have download JSDK2.0
u can also test your servlets
basically there is a utility in this called servletrunner.exe
and there is a property file called servlets
registered your servlet there
and then run the utility
in IE type http://localhost/servletname
and u find the result