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!

Compiling JSP and classpath?

843835Dec 14 2001 — edited Dec 14 2001
Two questions in one (double the dollars half the work) :)

When I try to compile my .jsp files using javac I get a file extension error. I want to compile them to class files so people will not get my source code.

I can't get jsp to load my classes under Tomcat. It seems to be looking for org.apache.....myclasses. Servlets seem to load the classes file and I have put the class files all over (including the current directory). (This problem might be solved if I can get question 1 above fixed.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 11 2002
Added on Dec 14 2001
1 comment
84 views