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: Classloader issue with Embedded tomcat and WAR deployment

2002-04-02 Thread Richard Unger
-Original Message- From: Richard Unger Sent: Monday, April 01, 2002 4:36 PM To: '[EMAIL PROTECTED]' Subject: Classloader issue with Embedded tomcat and WAR deployment I'm making a tomcat 4.0.3 module for netbeans, and I'm running into an odd problem

Classloader issue with Embedded tomcat and WAR deployment

2002-04-01 Thread Richard Unger
I'm making a tomcat 4.0.3 module for netbeans, and I'm running into an odd problem with the org.apache.catalina.loader.WebappClassLoader. I'm utilizing the Embedded class to build my server, and I'm using the HostConfig mechanism for rolling in WAR files. I have no trouble loading individual