Re: #include'ing property files into conf/catalina.properties

2009-04-27 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Uma, On 4/26/2009 11:46 AM, uma...@comcast.net wrote: > I am looking for a mechanism that would do the inclusion > at runtime (as in when Tomcat starts up). Hence I am unable > to use gcc. I assumed that the Java property files intrinsically > support

Re: #include'ing property files into conf/catalina.properties

2009-04-26 Thread uma_rk
? In any event, thanks much for your helpful suggestion. Regards, /U - Original Message - From: Kees Jan Koster To: Tomcat Users List Sent: Sun, 26 Apr 2009 08:13:41 + (UTC) Subject: Re: #include'ing property files into conf/catalina.properties Dear uma_rk, > We ce

RE: #include'ing property files into conf/catalina.properties

2009-04-26 Thread Martin Gainty
nu fourni. > From: kjkos...@gmail.com > To: users@tomcat.apache.org > Subject: Re: #include'ing property files into conf/catalina.properties > Date: Sun, 26 Apr 2009 10:13:41 +0200 > > Dear uma_rk, > > > We centralize configurations in /etc/conf and henc

Re: #include'ing property files into conf/catalina.properties

2009-04-26 Thread Kees Jan Koster
Dear uma_rk, We centralize configurations in /etc/conf and hence I would like to import property configuration files into ${CATALINA_BASE}/conf/catalina.properties using #include as in // conf/catalina.properties ... #include /etc/conf/mytomcat.properties ... Please let me know if

#include'ing property files into conf/catalina.properties

2009-04-25 Thread uma_rk
Env: Tomcat 6.0.14 JRE 1.6 We centralize configurations in /etc/conf and hence I would like to import property configuration files into ${CATALINA_BASE}/conf/catalina.properties using #include as in // conf/catalina.properties ... #include /etc/conf/mytomcat.properties ...