hello world servlet

Hello everybody,

I want to run hello world servlet .

I've compiled the HelloWorld.java file and want to run the HelloWorld.class file as servlet.

In My Machine

I 've installed

1> J2se

2> J2EE

IIS 6.0 in Windows 2000 Advance Server.

I'm able to run my JSP file but not this HelloWorld.class file

Do I need to install Java Web Server to run HelloWorld.class as Servlet

Please guide me if possible.

Thank you with regards,

Mukesh Kumar

[521 byte] By [mu_kumara] at [2007-10-3 2:10:27]
# 1
servlets require you to map them in the web.xml file before they can be run. I suggest a servlet tutorial to help you explain that.
gimbal2a at 2007-7-14 19:09:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
Could you please guide me the link where at it is properly explained.I searched several where but not able to reach the solutionthank you
mu_kumara at 2007-7-14 19:09:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
can you try this link:- http://java.sun.com/j2ee/tutorial/1_3-fcs/doc/Servlets.htmli think this will help you.
deepanshua at 2007-7-14 19:09:22 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...