Brian Chang created MTOMCAT-285: ----------------------------------- Summary: Provide a way to run tomcat in its own JVM Key: MTOMCAT-285 URL: https://issues.apache.org/jira/browse/MTOMCAT-285 Project: Apache Tomcat Maven Plugin Issue Type: Improvement Components: tomcat7 Affects Versions: 2.2 Reporter: Brian Chang Assignee: Olivier Lamy (*$^¨%`£)
mvn tomcat7:run starts up tomcat in the same JVM as Maven. This is problematic because Maven includes some base libraries that take precedence over the ones in the WAR file. Some examples: - slf4j-simple (slf4j only supports one binding at a time, so logging is effectively horked) - google guava -- This message was sent by Atlassian JIRA (v6.3.4#6332) --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org