embedded tomcat and JspServlet

2002-04-30 Thread Richard Unger
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

Re: embedded tomcat and JspServlet

2002-04-30 Thread Arvind Srinivasan
Richard Unger wrote: jsp: init Internal Error: File /WEB-INF/web.xml not found. I believe this particular error message is generated (by o.a.j.compiler.TldLocationsCache.processWebDotXml) when initializing the default context (which doesn't have a WEB-INF/web.xml). I don't think this