Re: Single WAR to update multiple contexts

2009-01-08 Thread Sean W
eed 200 separate versions where > the only difference is the name of the database? > -- View this message in context: http://www.nabble.com/Single-WAR-to-update-multiple-contexts-tp21338593p21353649.html Sent from the Tomcat - User mailing list archive at Nabble.com. --

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

Single WAR to update multiple contexts

2009-01-07 Thread Sean W
update all these contexts to the "next version", I can update them all at the same time easily? Any suggests are much appreciated. Thanks! -Sean W -- View this message in context: http://www.nabble.com/Single-WAR-to-update-multiple-contexts-tp21338593p21338593.html Sent from the Tom