Posted By:
Aidin_Zahedi
Posted On:
Wednesday, March 19, 2003 08:38 AM
I installed j2sdk1.4.0_02 and jakarta-tomcat-4.1.18.exe, I setup the variabels for CATALINA_HOME, JAVA_HOME and CLASSPATH correctly. I setup the port 80 in confserver.xml This is what does work: index.jsp in the root works correctly the jsp files and servlets in the Example directory also works correctly. But when I put a servlet let's say HelloWorld.class in webappsROOTWEB-INFclasses and try to run it by: http://localhost/servlet/HelloWorld I get a tomcat 404 error. So tomcat obviously can't find it. When I do my installation on win95 it all works perfectly. Someone please help me !!!!!!!!!
More>>
I installed j2sdk1.4.0_02 and jakarta-tomcat-4.1.18.exe,
I setup the variabels for CATALINA_HOME, JAVA_HOME and CLASSPATH correctly.
I setup the port 80 in confserver.xml
This is what does work:
index.jsp in the root works correctly
the jsp files and servlets in the Example directory also works correctly.
But when I put a servlet let's say HelloWorld.class in webappsROOTWEB-INFclasses
and try to run it by: http://localhost/servlet/HelloWorld
I get a tomcat 404 error. So tomcat obviously can't find it.
When I do my installation on win95 it all works perfectly.
Someone please help me !!!!!!!!!
<<Less