common jars for all applications in tomcat

2008-10-16 Thread Raghu
I have different applications using spajco.jar I have this jars in web-inf/lib folder of all the applications used like struts, log4j,servlet,sapjco.jar.etc... But I get this error sometimes. SO to have one JCO instance for one JVM instance I need to moved them to $CATALINA_BASE/common/lib

RE: common jars for all applications in tomcat

2008-10-16 Thread paul.ockleford
I use tomcat/shared/lib for this, but I don't know how appropriate that is. -Original Message- From: Raghu [mailto:[EMAIL PROTECTED] Sent: 16 October 2008 15:38 To: 'Tomcat Users List' Subject: common jars for all applications in tomcat I have different applications usin

RE: common jars for all applications in tomcat

2008-10-16 Thread Martin Gainty
distribution to any party other than intended recipient. Sender does not necessarily endorse content contained within this transmission. > From: [EMAIL PROTECTED] > To: users@tomcat.apache.org > Subject: RE: common jars for all applications in tomcat > Date: Thu, 16 Oct 2008 16:04:40 +010

RE: common jars for all applications in tomcat

2008-10-16 Thread Caldarale, Charles R
> From: Raghu [mailto:[EMAIL PROTECTED] > Subject: common jars for all applications in tomcat > > My questions is where is the correct folder to have the > common jar files which are shared across multiple applications > $CATALINA_BASE/shared/libor $CATALINA_BASE/common/

RE: common jars for all applications in tomcat

2008-10-16 Thread Caldarale, Charles R
> From: Martin Gainty [mailto:[EMAIL PROTECTED] > Subject: RE: common jars for all applications in tomcat > > did you locate your sap.jars specifically sapco.jar to be > located on CLASSPATH? Don't ever, ever do that. The CLASSPATH variable should never be used with Tomcat