can't find the imported java class when run .jsp file
843836Nov 13 2003 — edited Nov 14 2003Hi,
I want to run a jsp web application using tomcat. I put all my .jsp files under "TOMCAT_HOME/webapps/junmin" directory, and put all .class files under "TOMCAT_HOME/webapps/junmin/WEB-INF/classes" directory. I set up TOMCAT_HOME AND JAVA_HOME already. But when I type in the address like below:
http://db1.acad.emich.edu:8080/junmin/login.jsp
The IE will give me error msg indicating that it can't find all the .class files which I imported them in login.jsp file.
So, does anyone know that if I miss some configuration in order to let the .jsp file recognize the .class files. Thanks a lot!
Sincerely, Junmin