contextFile and tomcatUsers defined in pom.xml are not used with target tomcat7:run -----------------------------------------------------------------------------------
Key: MTOMCAT-143 URL: https://issues.apache.org/jira/browse/MTOMCAT-143 Project: Apache Tomcat Maven Plugin Issue Type: Bug Components: tomcat7 Affects Versions: 2.0 Environment: linux Reporter: Raphaël Zürcher Assignee: Olivier Lamy (*$^¨%`£) In the configuration of the plugin into my pom.xml, I've defined the path to the contextFile and the tomcatUsers like this : <contextFile>${appdir}/context.xml</contextFile> <tomcatUsers>${appdir}/tomcat-users.xml</tomcatUsers> It works using version 2.0-beta-1 and worked with 2.0-SNAPSHOT until a few days ago. Tomcat7 start correctly, but my tomcat-users.xml is not used and I cannot authentied services deployed on my tomcat. I use this configuration with jenkins for testing. Is there a regression in 2.0-SNAPSHOT or a new configuration issue ? -- This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators: https://issues.apache.org/jira/secure/ContactAdministrators!default.jspa For more information on JIRA, see: http://www.atlassian.com/software/jira --------------------------------------------------------------------- To unsubscribe, e-mail: dev-unsubscr...@tomcat.apache.org For additional commands, e-mail: dev-h...@tomcat.apache.org