Re: War files and config info

2002-04-08 Thread Craig R. McClanahan
On Mon, 8 Apr 2002, Bryan P. Glennon wrote: > Date: Mon, 8 Apr 2002 17:24:19 -0500 > From: Bryan P. Glennon <[EMAIL PROTECTED]> > Reply-To: Tomcat Users List <[EMAIL PROTECTED]> > To: [EMAIL PROTECTED] > Subject: War files and config info > > Hi - > We have a web app that gets distributed i

RE: War files and config info

2002-04-08 Thread Jeremy Joslin
Try setting a parameter in your web.xml to the value of an external location for your config file. Inside your init() method check this location first for the config file you want to load, if you find it load it and move on, else load the config file you distributed with your application. Hope t