Re: Putting hivemind configuration files outside the WAR

2007-03-07 Thread Tapestry User List
That's what I did and it works pretty well. Thank you. D. 2007/3/6, Jesse Kuhnert <[EMAIL PROTECTED]>: Subclass ApplicationServlet (or replace it).. There's not very much code there to manage so it shouldn't be too bad. On 2/21/07, Tapestry User List <[EMAIL PROTECTED]> wrote: > Hi, > > I have

Re: Putting hivemind configuration files outside the WAR

2007-03-05 Thread Jesse Kuhnert
Subclass ApplicationServlet (or replace it).. There's not very much code there to manage so it shouldn't be too bad. On 2/21/07, Tapestry User List <[EMAIL PROTECTED]> wrote: Hi, I have configuration data (hivemind.xml) which may change reasonably often, and which I'd like to be able to change

Putting hivemind configuration files outside the WAR

2007-02-21 Thread Tapestry User List
Hi, I have configuration data (hivemind.xml) which may change reasonably often, and which I'd like to be able to change without rebuilding the war file. What's the best way to make this available to HiveMind in Tapestry? Is there a easy way to do that or do I have to subclass ApplicationServlet