Tomcat Apache - server configuration
I using Tomcat Apache 4.0.1
and j2sdk1.4.2_13
I put my java class and jsp page in the same folder.But when i try to run the jsp page it cannot found my java class.
I cannot bring my applet/servlet in the browser,it look like the Tomcat cannot 'see' the java class.
how to configure the tomcat server to make it ok..?
|