On Tue, May 25, 2004 at 09:12:58AM -0700, Jason Palmatier wrote:
: Is having the subdirectories in the "package"
: statement the crucial step I need to solve this?
Sort of. =)
As long as you can:
1/ produce unique .class file names for each compiled
JSP (i.e. so /x/here.jsp and /y/here.jsp)
and
2/ hold onto those names long enough to create the web.xml
mappings
then it should work. Using a JSP's directory path in the package name
helps with the uniqueness constraint.
The web.xml excerpt from your original message had some errors in it. Was
that a direct copy/paste or did you hand-type it? That's probably the
source of the problem, if the class files are correctly named/packaged and
available to Tomcat. Please post the entire file.
-QM
--
software -- http://www.brandxdev.net
tech news -- http://www.RoarNetworX.com
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]