On 22/12/2011 15:00, Peter Šály wrote: > Hi all, > > I want to point on wrong setting example for tomcat manager in the > documentation: > http://tomcat.apache.org/tomcat-7.0-doc/manager-howto.html#Configuring_Manager_Application_Access > . > > <user name="craigmcc" password="secret" roles="standard,manager-script" />
That example is correct. > What should I put in tomcat-users.xml to access tomcat manager web app?? If you mean the HTML interface rather than the script interface, you need the manager-gui role. Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
