shared resources

2003-03-27 Thread Pat McGroin
Hello. I am trying to reference a few JAR files from an out-of-process Tomcat 4.1.18 application. The Tomcat 4.1 documentation says that unpacked shared classes and resources will be loaded out of the /shared/classes directory and packed shared resources are loaded out of /shared/lib: http

Re: shared resources

2003-03-27 Thread Craig R. McClanahan
On Thu, 27 Mar 2003, Pat McGroin wrote: > Date: Thu, 27 Mar 2003 11:20:49 -0800 (PST) > From: Pat McGroin <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: shared resources > > Hello. > > I am trying t

Re: shared resources

2003-03-30 Thread Pat McGroin
omcat 4.1.18. Any help is GREATLY appreciated. Thanks, Todd -Original Message- From: "Craig R. McClanahan"<[EMAIL PROTECTED]> To: "Pat McGroin"<[EMAIL PROTECTED]> Date: Thu Mar 27 13:53:24 PST 2003 Subject: Re: shared resources > > >

Re: shared resources

2003-03-30 Thread Paul Hsu
ROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, March 30, 2003 5:32 PM Subject: Re: shared resources > Craig, > > Thanks again for the information. > The info. you've supplied has been very useful. > However, my problem remains: > > I cannot access the class that

Re: Re: shared resources

2003-03-31 Thread Pat McGroin
lt;[EMAIL PROTECTED]> To: "Tomcat Users List"<[EMAIL PROTECTED]> Date: Sun Mar 30 19:20:44 PST 2003 Subject: Re: shared resources >Todd, > >You need to put your jar file under $CATALINA_HOME/common direcotry. >$CATALINA_HOME/shared directory are only available to C

RE: Re: shared resources

2003-03-31 Thread Shapira, Yoav
cGroin [mailto:[EMAIL PROTECTED] >Sent: Monday, March 31, 2003 11:10 AM >To: Tomcat Users List >Cc: Paul Hsu >Subject: Re: Re: shared resources > >Paul, > >That worked *BUT* the documentation says otherwise: >http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-ho

Re: Re: shared resources

2003-03-31 Thread Pat McGroin
AIL PROTECTED]> To: "Tomcat Users List"<[EMAIL PROTECTED]> Date: Mon Mar 31 08:53:39 PST 2003 Subject: Re: shared resources > >Howdy, >I believe the documentation is correct. > >If you've searched this list's archives for topics like this one, you'l

Re: shared resources - a final answer?

2003-04-01 Thread Pat McGroin
Can anyone tell me which is right? Do shared resources across applications go in $CATALINA_HOME/common or $CATALINA_HOME/shared? The HOWTO doc. says the shared dir. is the place to put these resources. http://jakarta.apache.org/tomcat/tomcat-4.1-doc/class-loader-howto.html However, Paul tells