[ http://jira.codehaus.org/browse/MPJETTY-5?page=comments#action_43553 ]
John D. Stein commented on MPJETTY-5: ------------------------------------- Only works with java 5.0, and doesn't work if webapp uses log4j. > Upgrade Jetty Plugin to use Jetty version 5.1.2 > ----------------------------------------------- > > Key: MPJETTY-5 > URL: http://jira.codehaus.org/browse/MPJETTY-5 > Project: maven-jetty-plugin > Type: Improvement > Versions: 1.2 > Reporter: Tim O'Brien > Attachments: patch.txt > > > Upgrade jetty plugin to use Jetty 5.1.2. This patch updates project.xml, > project.properties, and plugin.jelly to use Jetty 5.1.2 which supports the > Servlet 2.4/JSP 2.0 specifications. The patch supplied, adds the following > dependencies: > * ant 1.6.2 > * commons-el 1.0 > * commons-logging 1.0.4 > * jsp-api-2.0 > * servletapi-2.4 > * tomcat:jasper-compiler-5.5.7 > * tomcat:jasper-runtime-5.5.7 > To enable JSP compilation and TLD location, I've added another property > maven.jetty.extractWar. This is set to "true" by default and will unpack > wars - when maven.jetty.extractWar is "false" the system will be unable to > compile JSPs and will produce a "zip file closed error" > ${tools.jar} is required for Jasper's Ant task which needs to compile > generated Java. > Note: This patch works with JDK 1.5.0_01, I haven't tested this with 1.4.2. -- This message is automatically generated by JIRA. - If you think it was sent incorrectly contact one of the administrators: http://jira.codehaus.org/secure/Administrators.jspa - For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]