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
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
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
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
> 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
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
6 matches
Mail list logo