Re: cluster deployment by context descriptors

2009-12-03 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Paolo, On 11/20/2009 5:36 AM, Paolo Santarsiero wrote: > So I must configure vhost under apache for a specific webapp and then create > context descriptor for specific tomcats under default host (ex. under tom1 > and tom2 and not under tom3). Or must

Re: cluster deployment by context descriptors

2009-11-20 Thread Paolo Santarsiero
ote: > >> Hi all, I have a cluster with Apache2.2 and three Tomcat 6 instances in >> load >> balance and sticky sessions on three different servers. I use another >> server >> like webapps repository, so my tomcat's go to applications by context >> descri

Re: cluster deployment by context descriptors

2009-11-20 Thread Pid
On 20/11/2009 09:22, Paolo Santarsiero wrote: Hi all, I have a cluster with Apache2.2 and three Tomcat 6 instances in load balance and sticky sessions on three different servers. I use another server like webapps repository, so my tomcat's go to applications by context descriptors. But I

cluster deployment by context descriptors

2009-11-20 Thread Paolo Santarsiero
Hi all, I have a cluster with Apache2.2 and three Tomcat 6 instances in load balance and sticky sessions on three different servers. I use another server like webapps repository, so my tomcat's go to applications by context descriptors. But I don't want all three tom go on all apllicat

RE: Share libraries for Context Descriptors

2009-10-30 Thread Caldarale, Charles R
> From: Paolo Santarsiero [mailto:paolo.santarsi...@gmail.com] > Subject: Share libraries for Context Descriptors > > Differents apps often use same libraries, and I'd like to share > libraries at Context Descriptor level (in context.xml). As has been discussed numerous t

Share libraries for Context Descriptors

2009-10-30 Thread Paolo Santarsiero
Hi, I have a cluster with three tomcat6's instances. My tomcats access applications on a common repository server, so I use Context descriptors in order to point the applications. Differents apps often use same libraries, and I'd like to share libraries at Context Descriptor level (in c

Re: any way to inhibit Tomcat from deleting context descriptors if the WAR file disappears?

2008-09-06 Thread Mark Thomas
Julian Dunn wrote: > Is there any way to stop Tomcat from deleting my Context descriptor files if > the WAR file somehow disappears? (Other than chmod 400 that is :-) ) There is no configuration option for that. Mark - To sta

any way to inhibit Tomcat from deleting context descriptors if the WAR file disappears?

2008-09-05 Thread Julian Dunn
Is there any way to stop Tomcat from deleting my Context descriptor files if the WAR file somehow disappears? (Other than chmod 400 that is :-) ) - Julian -- -- Julian C. Dunn, P.Eng. <[EMAIL PROTECTED]> -- Assistant Team Lead / Chef d'équipe adjoint -- Media Production Support / Soutien à la

Re: Context Descriptors

2007-05-11 Thread Mark Thomas
Caldarale, Charles R wrote: > [Mark - the above somewhat out-of-date statements are in: > http://tomcat.apache.org/tomcat-6.0-doc/deployer-howto.html#A%20word%20o > n%20Contexts] Thanks. Fixed. Mark - To start a new topic, e-ma

RE: Context Descriptors

2007-05-11 Thread Lakshmi Venkataraman
--Original Message- From: Caldarale, Charles R [mailto:[EMAIL PROTECTED] Sent: Friday, May 11, 2007 6:13 AM To: Tomcat Users List Subject: RE: Context Descriptors > From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: Context Descriptors > > The following regarding Context

RE: Context Descriptors

2007-05-11 Thread Caldarale, Charles R
> From: lightbulb432 [mailto:[EMAIL PROTECTED] > Subject: Context Descriptors > > The following regarding Context Descriptors is in > the documentation for Tomcat 6. I'm wondering why > the included contexts such as /examples, /docs, > /host-manager, and ROOT (/) don&#x

Context Descriptors

2007-05-10 Thread lightbulb432
The following regarding Context Descriptors is in the documentation for Tomcat 6. I'm wondering why the included contexts such as /examples, /docs, /host-manager, and ROOT (/) don't have Context Descriptors generated as described below. The locations for Context Descr

Re: Deploying with Static Context Descriptors

2006-04-03 Thread Bob_Savard
Hi. I just struggled with this and here's what I've determined so far. It depends on where your context xml file lives: 1) If your context XML file is named via the convention $CATALINA_HOME/conf/[enginename]/[hostname]/[contextname].xml, then you're fine. Note that the file name is named afte

Re: Deploying with Static Context Descriptors

2006-04-03 Thread Eric Wulff
esourcesStart > > >SEVERE: Error starting static Resources > > >java.lang.IllegalArgumentException: Document base > > > /var/tomcat5/webapps/sean does not exist or is not a readable directory > > > > > > Tomcat seems to be looking for

Re: Deploying with Static Context Descriptors

2006-04-03 Thread Eric Wulff
tory > > > > Tomcat seems to be looking for a web app by the name of "sean" from the > > filename "sean.xml." But according to > > http://tomcat.apache.org/tomcat-5.5-doc/deployer-howto.html "If a Context > > Descriptor is... ...manually created, the file

Re: Deploying with Static Context Descriptors

2006-04-03 Thread Eric Wulff
.apache.org/tomcat-5.5-doc/deployer-howto.html "If a Context > Descriptor is... ...manually created, the filename need not match the web > application name as Tomcat is concerned only with the Context > configuration contained within the Context Descriptor file(s)." > > With T

Deploying with Static Context Descriptors

2006-04-03 Thread sean . harrison
cat-5.5-doc/deployer-howto.html "If a Context Descriptor is... ...manually created, the filename need not match the web application name as Tomcat is concerned only with the Context configuration contained within the Context Descriptor file(s)." With Tomcat 4 I had my Context Descripto