RE: NoClassDefFoundError: Digester

2004-01-16 Thread Shapira, Yoav
Howdy, >One more note that may (or may not) be relevant: I am running Tomcat with >a dedicated solaris user ID, not as root. Same here. Tomcat 5.0.16 zip downloaded from apache main distribution site, Solaris 8 (with all OS patches), JDK 1.4.2. Yoav Shapira This e-mail, including any attac

RE: NoClassDefFoundError: Digester

2004-01-16 Thread Bruno.Melloni
One more note that may (or may not) be relevant: I am running Tomcat with a dedicated solaris user ID, not as root. -Original Message- From: ext Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 11:39 AM To: Tomcat Users List Subject: RE: NoClassDefFoundError

RE: NoClassDefFoundError: Digester

2004-01-16 Thread Bruno.Melloni
--Original Message- From: ext Shapira, Yoav [mailto:[EMAIL PROTECTED] Sent: Friday, January 16, 2004 11:39 AM To: Tomcat Users List Subject: RE: NoClassDefFoundError: Digester Howdy, >This could be a bug on the latest distribution of Tomcat 5.0.16 for >Solaris. I just did a standard inst

RE: NoClassDefFoundError: Digester

2004-01-16 Thread Shapira, Yoav
Howdy, >This could be a bug on the latest distribution of Tomcat 5.0.16 for >Solaris. I just did a standard install from scratch, modified the >Connector ports to new numbers (to avoid conflicts with previous install), >renamed localhost to the real machine name in and in >, and nothing else.

RE: NoClassDefFoundError: Digester

2004-01-16 Thread Bruno.Melloni
This could be a bug on the latest distribution of Tomcat 5.0.16 for Solaris. I just did a standard install from scratch, modified the Connector ports to new numbers (to avoid conflicts with previous install), renamed localhost to the real machine name in and in , and nothing else. I had the s

RE: NoClassDefFoundError : Digester

2004-01-06 Thread Shapira, Yoav
Delray [mailto:[EMAIL PROTECTED] >Sent: Monday, January 05, 2004 5:14 PM >To: 'Tomcat Users List' >Subject: RE: NoClassDefFoundError : Digester > >No webapps can see any JARs in server/lib. I'm not familiar with Balancer, >but I would guess Digester wi

RE: NoClassDefFoundError : Digester

2004-01-06 Thread Hume, John - NA US HQ Delray
No webapps can see any JARs in server/lib. I'm not familiar with Balancer, but I would guess Digester will need to move to common/lib. -john. -Original Message- From: 29djeo [mailto:[EMAIL PROTECTED] Sent: Monday, January 05, 2004 4:29 PM To: [EMAIL PROTECTED] Subject: NoClassDefFoundEr

RE: NoClassDefFoundError: Digester

2003-12-24 Thread Shapira, Yoav
Yoav Shapira ---Original Message--- > From: Shapira, Yoav <[EMAIL PROTECTED]> > Subject: RE: NoClassDefFoundError: Digester > Sent: 22 Dec 2003 10:25:05 > > Howdy, > You need the commons-digester library to use the balancer webapp. > There's a copy in $CATALINA_HO

RE: NoClassDefFoundError: Digester

2003-12-24 Thread 29djeo
apparently I have several. It looks like two came with redhat linux. one in /usr/share/java/commons-digester-1.5/ and 1 in usr/local/commons-digester-1.5 ---Original Message--- > From: Shapira, Yoav <[EMAIL PROTECTED]> > Subject: RE: NoClassDefFoundError: Digest

RE: NoClassDefFoundError: Digester

2003-12-22 Thread Shapira, Yoav
Howdy, You need the commons-digester library to use the balancer webapp. There's a copy in $CATALINA_HOME/server/lib if you can't find one. However, your specific error is NOT a ClassNotFoundException. It indicates a different version of the Digester library is on the runtime classpath. Have you