maven tomcat:run ignores the useSeperateTomcatClassloaded when using serverXml
property
---------------------------------------------------------------------------------------
Key: MTOMCAT-61
URL: http://jira.codehaus.org/browse/MTOMCAT-61
Project: Maven 2.x Tomcat Plugin
Issue Type: Bug
Affects Versions: 1.0
Environment: Mac OS X, JDK 1.6, Maven 2.2.1
Reporter: Lars Vonk
When configuring the tomcat plugin as follows:
<configuration>
<useSeparateTomcatClassLoader>true</useSeparateTomcatClassLoader>
<serverXml>${basedir}/src/test/config/server.xml</serverXml>
</configuration>
the useSeparateTomcatClassLoader is ignored. In our case this causes
classloading issues.
It could be it is not supported but that is not clear from the documentation.
If so I would like to know how I can add server.xml stuff in case of tomcat:run
(one this is the single sign on Valve).
--
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 from this list, please visit:
http://xircles.codehaus.org/manage_email