Howdy,

>I am receiving a SEVERE: error in my startup of Tomcat 5.0.16; also, in
>my catalina_log I get the message: StandardContext[/balancer]Exception
>starting filter BalancerFilter
>java.lang.NoClassDefFoundError: org/apache/commons/digester/Digester
>       at
>org.apache.webapp.balancer.RulesParser.createDigester(RulesParser.java:
107)
>[...]
>None of this seems to effect the startup or running of TC 5.0.16 or any
>of my webapps that I can see, but I'd like to know if this indicates
>there's something wrong that I need to look into. I'm testing Tomcat
>5.0.16 using JDK 1.4.2_b28 on a Solaris 8 system.

The balancer webapp requires digester and works fine out of the box.  If
you move or change the version of digester that's included with tomcat,
you might get this error.  "Fixes" include:
- If you don't need balancer, remove it.
- Make sure you have the right digester version so that this error
doesn't come up.
- Ignore this error as it doesn't affect the rest of your webapps.

Yoav Shapira



This e-mail, including any attachments, is a confidential business communication, and 
may contain information that is confidential, proprietary and/or privileged.  This 
e-mail is intended only for the individual(s) to whom it is addressed, and may not be 
saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) 
intended recipient, please immediately delete this e-mail from your computer system 
and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to