Re: tomcat maven plugin - what security setup of tomcat is required?

2011-09-15 Thread Maxime Gréau
Hello, I added a comment in the JIRA (TOMCAT-68) [1] in order to explain how to configure the tomcat-maven-plugin for Tomcat 6.x and Tomcat 7. I hope this will help. [1] http://jira.codehaus.org/browse/MTOMCAT-68?page=com.atlassian.jira.plugin.system.issuetabpanels%3Aall-tabpanel Regards. Maxim

Re: tomcat maven plugin - what security setup of tomcat is required?

2011-09-15 Thread Steve Cohen
I already did. Apparently it is not quite as I said. This was changed in some version of 6.0.x > than the one I was using (6.0.20). Still, the doc purports to be the documentation for 6.0.x, not 6.0.latest, so it's at least a little misleading. On 09/15/2011 07:51 AM, Olivier Lamy wrote: 2

Re: tomcat maven plugin - what security setup of tomcat is required?

2011-09-15 Thread Olivier Lamy
2011/9/15 Steve Cohen : > > Thanks, I solved this. > > There is a bad error on the Tomcat 6.0 documentation website: > http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Configuring_Manager_Application_Access > good catch ! can you load an issue in the tomcat project ? > in which they give

Re: tomcat maven plugin - what security setup of tomcat is required?

2011-09-15 Thread Steve Cohen
Thanks, I solved this. There is a bad error on the Tomcat 6.0 documentation website: http://tomcat.apache.org/tomcat-6.0-doc/manager-howto.html#Configuring_Manager_Application_Access in which they give the 7.0 syntax for manager role names. 6.0 requires "manager", not "manager-gui" or "manage

Re: tomcat maven plugin - what security setup of tomcat is required?

2011-09-14 Thread Olivier Lamy
Hello, Do you have any logs in your tomcat ? Can you try with adding username and password in the mojo configuration ? (with removing server id). and 2011/9/14 Steve Cohen : > I am trying to use the Tomcat Maven Plugin > > (http://mojo.codehaus.org/tomcat-maven-plugin/) which seems to be partia

tomcat maven plugin - what security setup of tomcat is required?

2011-09-14 Thread Steve Cohen
I am trying to use the Tomcat Maven Plugin (http://mojo.codehaus.org/tomcat-maven-plugin/) which seems to be partially migrated to apache, though most of the information is still at this site. I am trying to do this because the following "simple" tutorial instructed me to do so: http://www