This is probably it. However, I have dumped every jar file into webapps\examples\WEB-INF\lib, which according to my understanding of the various docs is where you're supposed to put all your own JAR files. >Also, what are these "special" JARs? Tomcat is a J2EE servlet container, but it does >not contain all the components of >the "easy download" J2SDK EE. So, look in the JAR >files and see if the "org.w2c.dom" package is there... it may not be (I >forget). If >that's the case, then you are compiling with a classpath that does not match the >runtime classpath. This is >common with Tomcat, unless you want to point your compile >classpath to $TOMCAT_HOME/server/lib/ for the JARs. >A lot of people use the J2EE.jar >for simplicity, but then must remember to compare the run-time packages when a >problem >occurs. The code does compile fine (otherwise I wouldn't be getting a crash by Tomcat itself. I'd get it from the compiler). Cecil Chua
<<winmail.dat>>
-- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
