Would it work to use a wildcard in the app-dir attribute value (as below) so that CoolApp_1.35.war and CoolApp_1.36.war would expand to CoolApp without having to restart the server?
<web-app id="CoolApp" app-dir="CoolApp_*" />
??
-----Original Message-----
From: Martin Cooper [mailto:martin.cooper@xxx.com]
Sent: Wednesday, April 03, 2002 9:52 PM
To: resin-interest@xxx.com
Subject: Re: Controlling context name of exploded WAR file (?)
Add this to your resin.conf:
<web-app id="CoolApp" app-dir="CoolApp_1.35.war" />
-- Martin Cooper ----- Original Message ----- From: "John Crossman" <John.Crossman@xxx.com> To: <resin-interest@xxx.com> Sent: Wednesday, April 03, 2002 3:58 PM Subject: Controlling context name of exploded WAR file (?) > If I have a WAR file named CoolApp_1.35.war How can I instruct Resin > to explode this file into a directory (and thus a context) named > "CoolApp" instead of "CoolApp_1.35" ? > > John >Received on Thu 04 Apr 2002 11:40:31 -0800
This archive was generated by hypermail 2.1.8 : Thu Sep 28 2006 - 20:17:00 PDT