Re: TC3.3b1: can't find action servlet on start-up

2001-08-05 Thread cmanolache
Tomcat3.3 doesn't "expose" any sax parser ( or any of it's internal objects ) to the application. The app should be self-contained. One solution is to copy jaxp.jar and crimson.jar from lib/container ( the directory used for implementation-private libs ) into lib/apps ( all files here will be s

TC3.3b1: can't find action servlet on start-up

2001-08-05 Thread Randall Parker
See the SAXEception. I'm not sure if this is a bug in Tomcat or from something not configured properly or maybe its normal behavior. Since I have only example war files from Tomcat and Struts loaded I don't even know where this action servlet is supposed to come from. I thought I would report