Re: Modular Deployment

2011-08-04 Thread Rainer Jung
On 04.08.2011 12:44, spr...@gmx.eu wrote: Hi, I have an application which has a core app, some optional modules and config files. Until now I deploy the app into /webapps (NOT as war-File), copy needed optional modules into WEB-INF/classes or lib and maintain config files outside of

RE: Modular Deployment

2011-08-04 Thread spring
Maybe the virtualWebappLoader is interesting for you: http://tomcat.apache.org/tomcat-7.0-doc/config/loader.html#Vir tualWebappLoader%20Implementation Yes, I thought that this will be the solution for tomcat 7. It already exists in Tomcat 6 but was made official and documented in Tomcat