RTFM ;-) -> see below :-)
At 22:18 09.05.01 -0400, you wrote:
>I was wondering if anyone has configured STRUTS 1.0 on TOMCAT 4.0 B3, I
>seem to be having some errors on startup of the server. The example,
>blank, test, and upload applications are not deploying correctly. Below
>is a sample of the error being thrown in my server log file. Any help
>would be greatly appreciated, I've implimented STRUTS before on a
>porject I am working on, but I'm kind of new to configuration and setup.
>Thanks in advance for any help.
>----- Root Cause -----
>java.lang.NoClassDefFoundError: org/xml/sax/SAXException
At 13:18 07.05.01 +0200, I wrote:
>At 21:24 06.05.01 -0500, Larry Rogers <[EMAIL PROTECTED]> wrote:
>>The log file says that org.xml.sax.HandlerBase was not found, but when I
>>look into crimson.jar in tomcat/server/lib it is indeed in there. This
>>reminds me of the problems folks were having with putting struts.jar in
>>more than one place. Does it matter that crimson.jar is in
>>tomcat/jasper as well as tomcat/server/lib?
>I moved crimson.jar and jaxp.jar from TOMCAT_HOME/jasper/ to TOMCAT_HOME/lib/
>(see also end of RELEASE-NOTES-4.0-B3.txt) and everything works fine for me
>except the session serialisation (see my posting from 2001-05-05). But I
>doubt that this has anything to with it.
Here is my prob archived - I would appreciate any feedback if session
serialization works for you in the Tomcat4 + struts-combination:
http://www.mail-archive.com/struts-user%40jakarta.apache.org/msg07398.html
Harald