RE: configuration files for war deployments

2005-08-28 Thread Richard Mixon (qwest)
al Message- From: Patrick Lacson [mailto:[EMAIL PROTECTED] Sent: Thursday, August 25, 2005 8:32 AM To: Tomcat User-List Subject: configuration files for war deployments hi All, If I were to deploy my application as a .war file, where do I place the .properties configuration files? I know there&#x

Re: configuration files for war deployments

2005-08-28 Thread Rob Hills
Hi Patrick, On 26 Aug 2005 at 17:24, QM wrote: > On Fri, Aug 26, 2005 at 02:16:26AM +0800, Patrick Lacson wrote: > : I know that's typically where they go, but if the file is inside the > : .war, how is the file going to be configured by the sysadming folks? Our approach to this problem has been

Re: configuration files for war deployments

2005-08-28 Thread Patrick Lacson
thanks for all your suggestions on this. it seems that an exploded format is what most people deploy with just to make configuration easier?? anyway, i'll think through some of these ideas. much appreciated, patrick On 8/27/05, QM <[EMAIL PROTECTED]> wrote: > On Fri, Aug 26, 2005 at 11:47:54PM

Re: configuration files for war deployments

2005-08-27 Thread QM
On Fri, Aug 26, 2005 at 11:47:54PM -0700, Patrick Lacson wrote: : jdbc config options, common file system info, http urls for external : sites, things of that nature. we have a complex multitenant system : that needs to be configured by our sysadmins. What about having separate config files that

Re: configuration files for war deployments

2005-08-27 Thread Patrick Lacson
jdbc config options, common file system info, http urls for external sites, things of that nature. we have a complex multitenant system that needs to be configured by our sysadmins. granted this app is hosted and not deployed at customers, but currently we are hosting it on tomcat and later possi

Re: configuration files for war deployments

2005-08-26 Thread QM
On Fri, Aug 26, 2005 at 02:16:26AM +0800, Patrick Lacson wrote: : I know that's typically where they go, but if the file is inside the : .war, how is the file going to be configured by the sysadming folks? Webapps are meant to be fairly standalone. If you require that one be configured after it h

Re: configuration files for war deployments

2005-08-26 Thread Nikola Milutinovic
Patrick Lacson wrote: hi All, If I were to deploy my application as a .war file, where do I place the .properties configuration files? I know there's the option of auto-expanding the war file at deployment, but is there a way to keep the war file unexpanded and provide an external .properties

Re: configuration files for war deployments

2005-08-25 Thread Patrick Lacson
PROTECTED]> wrote: > Your classpath, i.e. WEB-INF, or classes. > > -Original Message- > From: Patrick Lacson [mailto:[EMAIL PROTECTED] > Sent: August 25, 2005 11:32 AM > To: Tomcat User-List > Subject: configuration files for war deployments > > hi All, >

RE: configuration files for war deployments

2005-08-25 Thread Phillip Qin
Your classpath, i.e. WEB-INF, or classes. -Original Message- From: Patrick Lacson [mailto:[EMAIL PROTECTED] Sent: August 25, 2005 11:32 AM To: Tomcat User-List Subject: configuration files for war deployments hi All, If I were to deploy my application as a .war file, where do I place

configuration files for war deployments

2005-08-25 Thread Patrick Lacson
hi All, If I were to deploy my application as a .war file, where do I place the .properties configuration files? I know there's the option of auto-expanding the war file at deployment, but is there a way to keep the war file unexpanded and provide an external .properties file for the web app to r