Re: What is the problem with tomcat 5.0

2004-03-03 Thread Joao Araujo
Shapira, Hi, What jars that didn't ship with tomcat are in your runtime classpath? I;ve nothing set on my classpath. I saw that tomcat override whatever you set . The script setclasspath.sh does the job. It does this. I'm aware of this script and what it does -- thanks ;)

RE: What is the problem with tomcat 5.0

2004-03-03 Thread Shapira, Yoav
Hi, >>What jars that didn't ship with tomcat are in your runtime classpath? >> >> >> >I;ve nothing set on my classpath. I saw that tomcat override >whatever you set . The script >setclasspath.sh does the job. It does this. I'm aware of this script and what it does -- thanks ;) But that

Re: What is the problem with tomcat 5.0

2004-03-03 Thread Oswald Campesato
Hello, Joao: jmx.jar contains javax/management/ListenerNotFoundException.class and (for me) jmx.jar is in $TOMCAT_HOME/common/lib; perhaps it's not installed on your system. Here's a very simple yet useful Bourne shell script: for jar in `ls *jar` do ech

Re: What is the problem with tomcat 5.0

2004-03-03 Thread Joao Araujo
Shapira, Hi, What jars that didn't ship with tomcat are in your runtime classpath? I;ve nothing set on my classpath. I saw that tomcat override whatever you set . The script setclasspath.sh does the job. It does this. CLASSPATH="$JAVA_HOME"/lib/tools.jar Those are my settiings

RE: What is the problem with tomcat 5.0

2004-03-03 Thread Shapira, Yoav
Hi, What jars that didn't ship with tomcat are in your runtime classpath? Yoav Shapira Millennium ChemInformatics >-Original Message- >From: Joao Araujo [mailto:[EMAIL PROTECTED] >Sent: Wednesday, March 03, 2004 1:40 PM >To: [EMAIL PROTECTED] >Subject: What is the problem with tomcat 5.

RE: What is the problem with tomcat 5.0

2004-03-03 Thread Mike Curwen
If you've set JAVA_HOME properly, you should not need to copy tools.jar. > -Original Message- > From: FRANCOIS Dufour [mailto:[EMAIL PROTECTED] > Sent: Wednesday, March 03, 2004 1:31 PM > To: [EMAIL PROTECTED] > Subject: Re: What is the problem with tomcat 5.0 >

Re: What is the problem with tomcat 5.0

2004-03-03 Thread FRANCOIS Dufour
did you copy tool .jar file from inside your java_home? [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc From: Joao Araujo <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: Tomcat Users List <[EMAIL PROTECTED]> Subject: Re: What is

Re: What is the problem with tomcat 5.0

2004-03-03 Thread Joao Araujo
did you set the java_home environnement variable? Yes. All off the variables described and possible of use. It even displays the correct information. Joao, [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc From: Joao Araujo <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[

RE: What is the problem with tomcat 5.0

2004-03-03 Thread FRANCOIS Dufour
did you set the java_home environnement variable? [EMAIL PROTECTED] administrateur http://entre-nous.qc.tc From: Joao Araujo <[EMAIL PROTECTED]> Reply-To: "Tomcat Users List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: What is the problem with tomcat 5.0 Date: Wed, 03 Mar 2004 13:39: