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

Re: Re: shared resources

2003-03-31 Thread Pat McGroin
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 Catalina engine, not application but /common can be seen by both engine

RE: Re: shared resources

2003-03-31 Thread Shapira, Yoav
: 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-howto.html For classes and resources that must be shared across all web

Re: Re: shared resources

2003-03-31 Thread Pat McGroin
] 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'll find they come up all the time ;(. I usually chime in with the following

Re: shared resources

2003-03-30 Thread Pat McGroin
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 On Thu, 27 Mar 2003, Pat McGroin wrote: Date: Thu, 27 Mar 2003 12:57:03 -0800 (PST) From: Pat McGroin [EMAIL PROTECTED] To: Craig

Re: shared resources

2003-03-30 Thread Paul Hsu
] 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 resides in a JAR file (utilities.jar) in tomcat_home/shared

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 tomcat_root/shared/classes directory and packed shared resources are loaded out

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 to reference a few JAR files from an out-of-process