Using digester

2005-04-20 Thread Henrique, Manuel
Hello all, I read the digester documentation and I well understand how to create a digester to read an XML file. It not seems to be very difficult. But I have 2 questions without answers: 1 - Where I indicate the XML file that my digester needs to read? 2 - Once it's done, how can I retrieve the

Re: Using digester

2005-04-20 Thread QM
On Wed, Apr 20, 2005 at 12:02:44PM +0200, Henrique, Manuel wrote: : 1 - Where I indicate the XML file that my digester needs to read? : 2 - Once it's done, how can I retrieve the needed value from my XML file : into my code??? Which Digester documentation did you read? It's been a while, but I

RE: Using Digester in a Tomcat project causes server not to start?

2003-09-23 Thread Shapira, Yoav
Howdy, I'm very interested to hear what Tomcat gurus/commiters think of this I for one think it's unneeded. Like others, I haven't run into the problems Senor Kruse did, have Digester working fine in multiple webapps without modifying tomcat's source or installation. Nonetheless, it's good to

RE: Using Digester in a Tomcat project causes server not to start ?

2003-09-23 Thread Kruse, Matt
From: Filip Hanik [mailto:[EMAIL PROTECTED] not sure why someone would go in and mock with the Tomcat source when there is no need to :) My goal was simply to get it to WORK so I could continue development. This solution worked for me. I'm not at all confident that it's the correct or ideal

RE: Using Digester in a Tomcat project causes server not to start?

2003-09-23 Thread Shapira, Yoav
:26 AM To: Tomcat Users List Subject: RE: Using Digester in a Tomcat project causes server not to start? From: Filip Hanik [mailto:[EMAIL PROTECTED] not sure why someone would go in and mock with the Tomcat source when there is no need to :) My goal was simply to get it to WORK so I could

Using Digester in a Tomcat project causes server not to start?

2003-09-22 Thread Kruse, Matt
I know I'm ignorant in some areas of this problem, so please forgive me if I don't explain it well or if I'm missing something obvious! PROBLEM: Tomcat won't startup (via Eclipse plugin) when Apache's commons-digester.jar is included as a project lib. QUESTION: How can I use the Digester in my

RE: Using Digester in a Tomcat project causes server not to start?

2003-09-22 Thread Shapira, Yoav
ChemInformatics -Original Message- From: Kruse, Matt [mailto:[EMAIL PROTECTED] Sent: Monday, September 22, 2003 12:03 PM To: [EMAIL PROTECTED] Subject: Using Digester in a Tomcat project causes server not to start? I know I'm ignorant in some areas of this problem, so please forgive me if I

RE: Using Digester in a Tomcat project causes server not to start ?

2003-09-22 Thread Kruse, Matt
What tomcat version? I've tried 4.1.27 and 5.0.9 with the same results. Where's the digester jar that ships with tomcat? c:\tomcat\server\lib\commons-digester.jar You can't have more than one digest jar in the classloader hierarchy. So keep yours in WEB-INF/lib and make sure tomcat's is

Re: Using Digester in a Tomcat project causes server not to start ?

2003-09-22 Thread Remy Maucherat
Kruse, Matt wrote: What tomcat version? I've tried 4.1.27 and 5.0.9 with the same results. Where's the digester jar that ships with tomcat? c:\tomcat\server\lib\commons-digester.jar You can't have more than one digest jar in the classloader hierarchy. So keep yours in WEB-INF/lib and make

RE: Using Digester in a Tomcat project causes server not to start ?

2003-09-22 Thread Kruse, Matt
This works fine for me. It is very obvious: just try one example Struts WAR (which has commons-digester.jar), and it will work fine. I'm not sure why this would work, but I admittedly don't know much about WAR files. Could have something to do with when they are processed during startup,

RE: Using Digester in a Tomcat project causes server not to start ?

2003-09-22 Thread Kruse, Matt
-Original Message- From: Kruse, Matt Sent: Monday, September 22, 2003 11:08 AM To: '[EMAIL PROTECTED]' Subject: Using Digester in a Tomcat project causes server not to start? I know I'm ignorant in some areas of this problem, so please forgive me if I don't explain it well

Re: Using Digester in a Tomcat project causes server not to start?

2003-09-22 Thread Marco Tedone
- From: Kruse, Matt [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, September 22, 2003 5:03 PM Subject: Using Digester in a Tomcat project causes server not to start? I know I'm ignorant in some areas of this problem, so please forgive me if I don't explain it well or if I'm missing

RE: Using Digester in a Tomcat project causes server not to start?

2003-09-22 Thread Mike Curwen
: RE: Using Digester in a Tomcat project causes server not to start? I have solved the problem below. The solution involved changing a couple of the Tomcat source files due to Digester instances not using the correct Classloader upon Tomcat startup. The changes I made are as follows

Re: Using Digester in a Tomcat project causes server not to start?

2003-09-22 Thread Filip Hanik
-beanutils.jar commons-collections.jar commons-digester.jar commons-logging-api.jar commons-logging.jar Filip - Original Message - From: Mike Curwen [EMAIL PROTECTED] To: 'Tomcat Users List' [EMAIL PROTECTED] Sent: Monday, September 22, 2003 4:12 PM Subject: RE: Using Digester in a Tomcat project