Thank you.<br><br>
<div class="gmail_quote">On Fri, May 7, 2010 at 10:21 AM, Ryan Manikowski <span dir="ltr"><<a href="mailto:jeenam@gmail.com">jeenam@gmail.com</a>></span> wrote:<br>
<blockquote style="BORDER-LEFT: #ccc 1px solid; MARGIN: 0px 0px 0px 0.8ex; PADDING-LEFT: 1ex" class="gmail_quote">
<div text="#000000" bgcolor="#ffffff">
<div>
<div></div>
<div class="h5">On 5/7/2010 8:18 AM, testwreq wreq wrote: 
<blockquote type="cite">
<div>I have a new instllation of tomcat on centos. My $CATALINA_HOME is /usr/share/tomcat5 and tomcat is running.</div>
<div> </div>
<div><a href="http://localhost:8080/" target="_blank">http://localhost:8080</a> brings up the tomcat page & one of the option is "Administration". I would like to use this web interface and even give some of the test webapp users ability to restart tomcat.</div>

<div> </div>
<div>According to the home page, users are defined in <code>$CATALINA_HOME/conf/tomcat-users.xml</code>. Currently my file has the following content</div>
<div> more tomcat-users.xml<br><?xml version='1.0' encoding='utf-8'?><br><tomcat-users><br>  <role rolename="tomcat"/><br>  <role rolename="role1"/><br>  <user username="tomcat" password="tomcat" roles="tomcat"/><br>
  <user username="both" password="tomcat" roles="tomcat,role1"/><br>  <user username="role1" password="tomcat" roles="role1"/><br></tomcat-users><br>
</div>
<div>I tried logging to the administration web interface with tomcat/tomcat but it did not work. Can anyone guide to configure this file? I am very new to tomcat.</div>
<div> </div>
<div>Thank you.</div><br></blockquote><br></div></div>Are you new to tomcat? If so it would be in your best interested to read:<br><br><a href="http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html" target="_blank">http://tomcat.apache.org/tomcat-5.5-doc/manager-howto.html</a><br>
<br>The apache foundation provides extensive documentation for Tomcat. It is a wealth of knowledge.<br><br><br>>From the page above:<br><br>"The username and password you enter do not matter, as long as they identify a valid user in the users database who possesses the role <b>manager</b>."<br>
<font color="#888888"><br><br><pre cols="72">-- 
         Ryan Manikowski


]] Devision Media Services LLC [[
         <a href="http://www.devision.us/" target="_blank">www.devision.us</a>
 <a href="mailto:ryan@devision.us" target="_blank">ryan@devision.us</a> | 716.771.2282</pre></font></div><br>_______________________________________________<br>CentOS mailing list<br><a href="mailto:CentOS@centos.org">CentOS@centos.org</a><br>
<a href="http://lists.centos.org/mailman/listinfo/centos" target="_blank">http://lists.centos.org/mailman/listinfo/centos</a><br><br></blockquote></div><br>