RE: Multiple Servlet contexts

2005-12-05 Thread Garner, Shawn
Put your Jar in your web server's lib instead of your web app. So in my case for JRun I put it in the JRun4/servers/lib directory instead of my webapp/WEB-INF/lib directory. For apache I think they have a commons/lib or something for the server. I think that will work. Shawn -Original Message

Re: Multiple Servlet contexts

2005-12-01 Thread Martin Gainty
JDBC 2.0 connections to specific web applications with target= ) Anyone else? Martin- - Original Message - From: "Anuradha S.Athreya" <[EMAIL PROTECTED]> To: "'Struts Users Mailing List'" ; <[EMAIL PROTECTED]> Sent: Wednesday, November 30, 2

RE: Multiple Servlet contexts

2005-11-30 Thread Anuradha S.Athreya
We have been relying on Turbine for all database connections and pooling..Hence we wouldl like to stick to that. -Original Message- From: news [mailto:[EMAIL PROTECTED] On Behalf Of Laurie Harper Sent: Thursday, December 01, 2005 4:00 AM To: user@struts.apache.org Subject: Re: Multiple

Re: Multiple Servlet contexts

2005-11-30 Thread Laurie Harper
Thomas Darimont wrote: The jar is made available to both the applications: WebApplication1 - WEB-INF/lib/dbconnection.jar WebApplication2 - WEB-INF/lib/dbconnection.jar Tomcat is started: WebApplication1 servlet init() is called , which inturn makes a call to the Initialise turbine WebApplicatio

Re: Multiple Servlet contexts

2005-11-30 Thread Thomas Darimont
> The jar is made available to both the applications: > WebApplication1 - WEB-INF/lib/dbconnection.jar > WebApplication2 - WEB-INF/lib/dbconnection.jar > > Tomcat is started: > WebApplication1 servlet init() is called , which inturn makes a call to the > Initialise turbine > WebApplication2 servle