pls help

I need to work with servlets but they don't get complied with j2ee1.4 version and j2sdk1.4.2_08.What should be done to make servlets work? I mean should i download JWS which hosts servlets functionality?Please do help me.Thanx in advance.
[267 byte] By [Tinku151a] at [2007-11-27 6:11:55]
# 1

well you need to download tomcat v 5.0 or 5.5. Install it and then make sure to put all your class file in WEB-APPS/classes. once you are done then you can type

http://localhost:8080/servlet/TestingServlet

Make sure to read this document also.

http://faq.javaranch.com/view?InvokerServlet

fastmikea at 2007-7-12 17:18:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2
and yea dont forget to set the classpath for the servlet-api.jar file
fastmikea at 2007-7-12 17:18:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
Thank you fastmike.But do i have to uninstall my j2ee1.4 for installing Tomcat. I have a doubt.
Tinku151a at 2007-7-12 17:18:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 4
No, but if you use the sun application server and you want to run the servers at the same time you must make sure they listen on different ports. I believe both listen on 8080 by default.
gimbal2a at 2007-7-12 17:18:37 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...