bject: Class-loading problem in tomcat when using commons digester
One of the servlets in my webapp parses and constructs objects based on XML
configuration using the Commons-digester. This happens in the servlet's
init. The code to parse the XML and construct objects works fine when I
invoke
One of the servlets in my webapp parses and constructs objects based on XML
configuration using the Commons-digester. This happens in the servlet's
init. The code to parse the XML and construct objects works fine when I
invoke it from a standalone app. However when I invoke the same code from
withi