RE: WAR file and context.xml overwriting on deployment

2004-11-17 Thread Shapira, Yoav
Message- From: Joe Reger, Jr. [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 16, 2004 5:28 PM To: [EMAIL PROTECTED] Subject: WAR file and context.xml overwriting on deployment Hi. I have a java web app that I package as a WAR file. People download it. They install it on their instance

WAR file and context.xml overwriting on deployment

2004-11-16 Thread Joe Reger, Jr.
Hi. I have a java web app that I package as a WAR file. People download it. They install it on their instance of Tomcat. They configure application settings as variables in context.xml. The problem is that each time they grab updated code (a new WAR file) they overwrite their context.xml file

Re: WAR file and context.xml overwriting on deployment

2004-11-16 Thread QM
: The problem is that each time they grab updated code (a new WAR file) they : overwrite their context.xml file with the default settings. : : Is there some more user-friendly way to deal with this configuration issue? : How do others that provide downloadable WAR files do this? This is the