RE: ***ANOTHER TOMCAT CLASSPATH BUG***

2001-06-25 Thread Randy Layman
TOMCAT CLASSPATH BUG*** Let me rephrase I have 2 contexts in tomcat 1. my-web-app context 2. soap_2_2 context In order for context2 to see my context 1 classes I must add /my-web-app-dir/web-inf/classes To the CLASSPATH Adding this makes context 1 not to see the jars in /my-web-app

Re: ***ANOTHER TOMCAT CLASSPATH BUG***

2001-06-24 Thread Carl Rosenberger
When adding c:\java\my-web-app-dir\web-inf\classes to CLASSPATH Tomcat is loosing the jars in my c:\java\my-web-app-dir\web-inf\lib Hi Niv, we have also spent 2 days last week to debug this problem, since a user of our object database had problems to get in running. The setup: The jar of our

RE: ***ANOTHER TOMCAT CLASSPATH BUG***

2001-06-24 Thread niv the tool
PROTECTED]] Sent: Sunday, June 24, 2001 1:10 PM To: [EMAIL PROTECTED] Subject: Re: ***ANOTHER TOMCAT CLASSPATH BUG*** When adding c:\java\my-web-app-dir\web-inf\classes to CLASSPATH Tomcat is loosing the jars in my c:\java\my-web-app-dir\web-inf\lib Hi Niv, we have also spent 2 days last

Re: ***ANOTHER TOMCAT CLASSPATH BUG***

2001-06-24 Thread Geir Magnusson Jr.
Carl Rosenberger wrote: When adding c:\java\my-web-app-dir\web-inf\classes to CLASSPATH Tomcat is loosing the jars in my c:\java\my-web-app-dir\web-inf\lib Hi Niv, we have also spent 2 days last week to debug this problem, since a user of our object database had problems to get in

Re: ***ANOTHER TOMCAT CLASSPATH BUG***

2001-06-24 Thread Carl Rosenberger
When adding c:\java\my-web-app-dir\web-inf\classes to CLASSPATH Tomcat is loosing the jars in my c:\java\my-web-app-dir\web-inf\lib Two workarounds were possible: - ..\project-dir\web-inf\classes added to the CLASSPATH - placing all Jars in ..\project-dir\web-inf\lib Isn't this

RE: ***ANOTHER TOMCAT CLASSPATH BUG***

2001-06-24 Thread niv the tool
Let me rephrase I have 2 contexts in tomcat 1. my-web-app context 2. soap_2_2 context In order for context2 to see my context 1 classes I must add /my-web-app-dir/web-inf/classes To the CLASSPATH Adding this makes context 1 not to see the jars in /my-web-app-dir/web-inf/lib Weird isn't it

Re: ***ANOTHER TOMCAT CLASSPATH BUG***

2001-06-24 Thread Geir Magnusson Jr.
Carl Rosenberger wrote: When adding c:\java\my-web-app-dir\web-inf\classes to CLASSPATH Tomcat is loosing the jars in my c:\java\my-web-app-dir\web-inf\lib Two workarounds were possible: - ..\project-dir\web-inf\classes added to the CLASSPATH - placing all Jars in

Re: ***ANOTHER TOMCAT CLASSPATH BUG***

2001-06-24 Thread Carl Rosenberger
Geir Magnusson wrote: When adding c:\java\my-web-app-dir\web-inf\classes to CLASSPATH Tomcat is loosing the jars in my c:\java\my-web-app-dir\web-inf\lib Two workarounds were possible: - ..\project-dir\web-inf\classes added to the CLASSPATH - placing all Jars in

Re: ***ANOTHER TOMCAT CLASSPATH BUG***

2001-06-24 Thread Geir Magnusson Jr.
Carl Rosenberger wrote: Geir Magnusson wrote: When adding c:\java\my-web-app-dir\web-inf\classes to CLASSPATH Tomcat is loosing the jars in my c:\java\my-web-app-dir\web-inf\lib Two workarounds were possible: - ..\project-dir\web-inf\classes added to the CLASSPATH