RE: Using tomcat with commons-digester in commons/lib won't work

2006-10-23 Thread Allen,Eva
, October 20, 2006 7:00 PM To: Tomcat Users List Subject: Re: Using tomcat with commons-digester in commons/lib won't work Allen,Eva wrote: What gives? It looks like the version of commons-digester.jar that comes with tomcat 4.1.24 isn't even compatible with it, but that can't be right? I suppose

Using tomcat with commons-digester in commons/lib won't work

2006-10-20 Thread Allen,Eva
I want to use the Jakarta commons digester xmlrules package to parse the xml I get from a web service I access from within a service. This means I have to include four commons jar files within the classpath tomcat uses commons-digester, commons-logging, commons-beanutils and commons-collections.

Re: Using tomcat with commons-digester in commons/lib won't work

2006-10-20 Thread Mark Thomas
Allen,Eva wrote: What gives? It looks like the version of commons-digester.jar that comes with tomcat 4.1.24 isn't even compatible with it, but that can't be right? I suppose the bigger question, though, is how can I get Jakarta digester and tomcat 4 to play nice with each other? Almost