<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
Marcus Better wrote:
<blockquote cite="mid:49390F24.2000707@better.se" type="cite"><br>
  <blockquote type="cite">
    <pre wrap="">I cannot login into the Tomcat admin panel... and
/usr/share/doc/tomcat5.5-admin does not have any information about the
default username/password for it
    </pre>
  </blockquote>
  <pre wrap=""><!---->
There is no default username/password, and it's documented in
/usr/share/doc/tomcat5.5/README.Debian.
  </pre>
</blockquote>
there is no manager role in tomcat-users.xml ... should I also add
that... I modified the both username to have the manager role, but am
not sure if that role also needs to be added<br>
<br>
Here is the file after my mod:<br>
<br>
&lt;?xml version='1.0' encoding='utf-8'?&gt;<br>
&lt;tomcat-users&gt;<br>
&nbsp; &lt;role rolename="tomcat"/&gt;<br>
&nbsp; &lt;role rolename="role1"/&gt;<br>
&nbsp; &lt;user username="tomcat" password="tomcat" roles="tomcat"/&gt;<br>
&nbsp; &lt;user username="both" password="tomcat"
roles="manager,tomcat,role1"/&gt;<br>
&nbsp; &lt;user username="role1" password="tomcat" roles="role1"/&gt;<br>
&lt;/tomcat-users&gt;<br>
<br>
<br>
<blockquote cite="mid:49390F24.2000707@better.se" type="cite">
  <pre wrap="">
BTW the admin webapp has been removed for lenny (it was removed upstream).
  </pre>
</blockquote>
the admin webapp is highly useful for deploying .war files ... why was
it removed? I dont know what 'removed upstream' means, but I think the
admin webapp needs to be there.<br>
<br>
<blockquote cite="mid:49390F24.2000707@better.se" type="cite">
  <pre wrap="">
  </pre>
</blockquote>
<br>
</body>
</html>