> From: shivanic [mailto:shivani.chan...@gmail.com]
> Subject: Re: Common war file and multiple tomcat instances
> That was informative
Note that you must use expanded .war files, due to the reasons André explained
previously.
> Could you please confirm what is the disadvantag
Thanks Chris ! That was informative - Could you please confirm what is the
disadvantage of using the path attribute in the configuration file of the
application?
Regards
Shivani
Christopher Schultz-2 wrote:
>
> -BEGIN PGP SIGNED MESSAGE-
> Hash: SHA1
>
> Shivanic,
>
> On 10/18/2010
-BEGIN PGP SIGNED MESSAGE-
Hash: SHA1
Shivanic,
On 10/18/2010 5:38 AM, shivanic wrote:
> I have read through the link suggesting not to go for using one physical
> location of war for multiple instance of tomcat.
>
> http://www.mail-archive.com/users@tomcat.apache.org/msg73906.html
Note
The war file is extracted, The application has jsp's and servlets / tag
library usage along with DB connectivity.
DB Connectivity is done through the resource reference in the conf file that
is separate per tomcat instance.
awarnier wrote:
>
> If the multiple tomcat servers are all configured t
shivanic wrote:
I have read through the link suggesting not to go for using one physical
location of war for multiple instance of tomcat.
http://www.mail-archive.com/users@tomcat.apache.org/msg73906.html
http://www.mail-archive.com/users@tomcat.apache.org/msg73906.html
My question is : If we