hai, I am vasanth.
I am new to servlet technology.
I have installed Tomcat 5.0.28 and I have j2sdk1.4.2
I have edited the server.xml file as in this tutorial and I can able to
run the JSP. But I dont know where to save the servlet files , I have tried in
jakarta-tomcat-5.0.28/webapps/ROOT/WEB-INF/classes/
but it was not working.
is is necessary to have j2ee.jar in JAVA_HOME?
And if I set the classpath to the servlet.jar file to compile the servlet files
the page "http://localhost:8080" is empty(Nothing is comming). And if I removed the classpath which I setted the port works file(I can able to see
the Tomcat home page. May i know why this is happening?
And one more thing, if I use bean for communicating with JSP where I have to save
that java files(bean files).?
Anticipating your help..