RE: Multiple Servlet contexts

2005-12-05 Thread Garner, Shawn
ginal Message- From: Anuradha S.Athreya [mailto:[EMAIL PROTECTED] Sent: Wednesday, November 30, 2005 7:10 AM To: 'Struts Users Mailing List' Subject: Multiple Servlet contexts Premise: 2 web applications deployed in the same Tomcat container Each application has a different application c

Re: Multiple Servlet contexts

2005-12-01 Thread Martin Gainty
AM To: user@struts.apache.org Subject: Re: Multiple Servlet contexts 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 , w

RE: Multiple Servlet contexts

2005-11-30 Thread Anuradha S.Athreya
Servlet contexts 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 calle

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

Multiple Servlet contexts

2005-11-30 Thread Anuradha S.Athreya
Premise: 2 web applications deployed in the same Tomcat container Each application has a different application context Both the applications share the same database For making DB connections... All database connection related classes - bundled into a jar - dbconnection.jar Database connection pool