War files and config info

2002-04-08 Thread Bryan P. Glennon
Hi - We have a web app that gets distributed in a war file to a tomcat 4.0x server. One of the things in the war file is a configuration file for the app. This is an XML file that we open as a resource (using getResourceAsStream()) in our main servlet init() method. So far, so good. But, we

RE: War files and config info

2002-04-08 Thread Jeremy Joslin
this helps. Jeremy Joslin Software Engineer Spotlife Inc. -Original Message- From: Bryan P. Glennon [mailto:[EMAIL PROTECTED]] Sent: Monday, April 08, 2002 3:24 PM To: [EMAIL PROTECTED] Subject: War files and config info Hi - We have a web app that gets distributed in a war

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 in a war