Hello,
i want to compile precompile jsp for tomcat 4.1.18 but have trouble with the
package structure.
Using jspc i receive the same named file as tomcat would create while
surfing the side. Well the package of the pages is everytime
"org.apache.jsp".
Trying the next step (compiling the precompiled jsps) failed. The files are
located all under org.apache.jsp instead of where tomcat would place them
(directly beside the source).
How can i achieve that jspc + javac will act like tomcat?
jspc + javac:
build/jsp/myTest_jsp.java
/org/apache/jsp/myTest_jsp.class
tomcat:
work/.../myTest_jsp.java
/myTest_jsp.class
Both myTest_jsp.java are identical.
Thanks in advance, Leif
|