Re: Single WAR to update multiple contexts

2009-01-08 Thread Sean W
Using a single webapp sounds like a nice idea, and hopefully feasible, I will look into this more since I think that solution would be the most efficient. However, the reason why this would be difficult is: I am using Apache Wicket's WicketServlet, which is mapped to a single Wicket Application c

Re: Single WAR to update multiple contexts

2009-01-07 Thread Alan Chaney
Sean Wouldn't it be easier to have ONE webapp and determine the database from, for example, the URL its invoked with? Its a little difficult to know exactly how you are doing things but instead of having /ctx1 /ctx2 /ctx3 and mapping each one to ctx1.war why not have a filter in your setup wh