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