Author: ymartel Date: 2012-06-25 12:48:00 +0200 (Mon, 25 Jun 2012) New Revision: 192 Url: http://chorem.org/repositories/revision/chorem/192 Log: add plugins management for tomcat and jetty plugins Added: trunk/chorem-webmotion/src/jetty/ trunk/chorem-webmotion/src/jetty/jetty-context.xml Modified: trunk/chorem-webmotion/pom.xml Modified: trunk/chorem-webmotion/pom.xml =================================================================== (Binary files differ) Property changes on: trunk/chorem-webmotion/pom.xml ___________________________________________________________________ Modified: svn:mime-type - application/xml + text/xml Added: trunk/chorem-webmotion/src/jetty/jetty-context.xml =================================================================== --- trunk/chorem-webmotion/src/jetty/jetty-context.xml (rev 0) +++ trunk/chorem-webmotion/src/jetty/jetty-context.xml 2012-06-25 10:48:00 UTC (rev 192) @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="ISO-8859-1"?> + +<!DOCTYPE Configure PUBLIC "-//Mort Bay Consulting//DTD Configure//EN" "http://www.eclipse.org/jetty/configure.dtd"> + +<Configure class="org.eclipse.jetty.webapp.WebAppContext"> + <Call name="setAttribute"> + <Arg>org.eclipse.jetty.server.webapp.WebInfIncludeJarPattern</Arg> + <Arg>.*/.*webmotion-[^/]\.jar$|.*/.*jsp-api-[^/]\.jar$|./.*jsp-[^/]\.jar$|./.*taglibs[^/]*\.jar$</Arg> + </Call> +</Configure> \ No newline at end of file