tomcat5.5 does not start
Terrence Brannon
schemelab at gmail.com
Fri Dec 5 11:50:27 UTC 2008
Marcus Better wrote:
>
>> 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
>>
>
> There is no default username/password, and it's documented in
> /usr/share/doc/tomcat5.5/README.Debian.
>
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
Here is the file after my mod:
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="tomcat"/>
<role rolename="role1"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
<user username="both" password="tomcat" roles="manager,tomcat,role1"/>
<user username="role1" password="tomcat" roles="role1"/>
</tomcat-users>
> BTW the admin webapp has been removed for lenny (it was removed upstream).
>
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.
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.alioth.debian.org/pipermail/pkg-java-maintainers/attachments/20081205/88d48126/attachment.htm
More information about the pkg-java-maintainers
mailing list