Compiling JSP and classpath?
843835Dec 14 2001 — edited Dec 14 2001Two 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.