I've written an Embedded tomcat (4.0.3) that reads in the standard ${catalina.home}/conf/web.xml.
Servlets and .war files work fine. However, when I try to fetch a jsp page, the result comes
back with several stack traces to the effect of not being able to find the javax.servlet package
and classes.
The catalina log contains:
jsp: init
Internal Error: File /WEB-INF/web.xml not found.
Any notions?
Thanks,
Rich
--
To unsubscribe, e-mail: <mailto:tomcat-dev-unsubscribe@jakarta.apache.org>
For additional commands, e-mail: <mailto:tomcat-dev-help@jakarta.apache.org>
|