i noticed that Tomcat (4.1.24) only works with JSPs
that were compiled into the package "org.apache.jsp"
even if my JSP folder structure is many levels deep,
it doesn't matter, all JSPs in each level must be
compiled into the "org.apache.jsp" package or else
Tomcat throw errors. so after pre-compiling, i have
to manually retain my JSP folder structure by placing
the .class files back to the folder that they came
from.
is there an easier way to pre-compile JSPs that exist
in an arbitrary folder structure? (i'm using ant to
do this with the <jspc>/<javac> task combo)
thanks in advance
__________________________________
Do you Yahoo!?
Take Yahoo! Mail with you! Get it on your mobile phone.
http://mobile.yahoo.com/maildemo
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]