Wrox Home  
Search P2P Archive for: Go

  Return to Index  

servlets thread: Running a servlet


Message #1 by "mehroz batul" <mehroz@h...> on Tue, 09 Jan 2001 04:51:14
Hi,

It's relatively simpler. Goto the javawebserver/bin directory. Execute 
httpd.exe , it would  start the javawebserver and would display some 
information. Let the command window open.

Copy your servlet class files into  javawebserver/servlets directory.

Start your IE and type http://locahost:8080/servlet/YourServlet  and enjoy. 
Now, you should see the output of your servlet.


This is how i test my servlets.

hope to help.
jitesh




At 08:48 PM 1/29/01 +0000, you wrote:
>I am also facing the same problem. I don't know how to invoke a servelt
>after compiling. I am trying to do 'Hello World'. How do you know that
>Java
>Web Server is running or not.How do I connect the executables to the local
>host so that I can see the correct output.
>
>Your help is highly appreciated.
>
>Thanks.
>

  Return to Index