Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

can't find the imported java class when run .jsp file

843836Nov 13 2003 — edited Nov 14 2003
Hi,

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
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Dec 12 2003
Added on Nov 13 2003
8 comments
668 views