RE: Common war file and multiple tomcat instances

2010-10-18 Thread Caldarale, Charles R
> 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

Re: Common war file and multiple tomcat instances

2010-10-18 Thread shivanic
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

Re: Common war file and multiple tomcat instances

2010-10-18 Thread Christopher Schultz
-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

Re: Common war file and multiple tomcat instances

2010-10-18 Thread shivanic
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

Re: Common war file and multiple tomcat instances

2010-10-18 Thread André Warnier
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