RE: Class-loading problem in tomcat when using commons digester

2007-04-20 Thread Srinivas V.
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

Class-loading problem in tomcat when using commons digester

2007-04-20 Thread Srinivas V.
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