Re: server configuration - shared appBase in multiple Host elements

2008-01-29 Thread David Delbecq
Hi, i think there is no big troubles in having multiple host or even multiple tomcat instances share a common webapp repository, as long as the webapp are properly coded. Tomcat will not write to the webapp base, unless you deploy using tomcat manager. Only exception is when you put a .war

server configuration - shared appBase in multiple Host elements

2008-01-29 Thread Chris Beckey
The question: has anyone tried to share a web application (appBase) between multiple virtual hosts? Background: the project I'm working on is a number of web applications that front a number (100's) of instances of a legacy application accessed through a custom protocol. The number of Tomcat