Re: Class Loading Problem

2004-05-25 Thread Jacob Kjome
At 11:59 PM 5/25/2004 +0100, you wrote: And for some twisted reason, I won't use WEB-INF/lib. That is twisted! Rui On Tue, 25 May 2004, Rui Zhang wrote: > Well, I tired both. Neither worked... > What are you trying? I have certain jars in shared/lib and it works fine for me. The jars I put in sh

Re: Class Loading Problem

2004-05-25 Thread Rui Zhang
And for some twisted reason, I won't use WEB-INF/lib. Rui On Tue, 25 May 2004, Rui Zhang wrote: > Well, I tired both. Neither worked... > > Rui > > On Tue, 25 May 2004, Joe Nall wrote: > > > > > On May 25, 2004, at 5:41 PM, Jacob Kjome wrote: > > > > > At 10:16 PM 5/25/2004 +0100, you wrote: > >

Re: Class Loading Problem

2004-05-25 Thread Rui Zhang
Well, I tired both. Neither worked... Rui On Tue, 25 May 2004, Joe Nall wrote: > > On May 25, 2004, at 5:41 PM, Jacob Kjome wrote: > > > At 10:16 PM 5/25/2004 +0100, you wrote: > >> Hi all, > >> > >> Is it possible to configure Axis to load the classes resided in > >> Tomcat > >> (say, in /ser

Re: Class Loading Problem

2004-05-25 Thread Joe Nall
On May 25, 2004, at 5:41 PM, Jacob Kjome wrote: At 10:16 PM 5/25/2004 +0100, you wrote: Hi all, Is it possible to configure Axis to load the classes resided in Tomcat (say, in /server/classes)? No, that is for Tomcat's internal use only and is hidden to all other classloaders. Try using common

Re: Class Loading Problem

2004-05-25 Thread Jacob Kjome
At 10:16 PM 5/25/2004 +0100, you wrote: Hi all, Is it possible to configure Axis to load the classes resided in Tomcat (say, in /server/classes)? No, that is for Tomcat's internal use only and is hidden to all other classloaders. Try using common/lib or shared/lib (only if you can't or won't u

Class Loading Problem

2004-05-25 Thread Rui Zhang
Hi all, Is it possible to configure Axis to load the classes resided in Tomcat (say, in /server/classes)? Many thanks. Best regards, Rui