Peter, On Wednesday 04 May 2005 08:00, peter thesing wrote:
Hi,
does anyone know what the username and password is for admin and or manager for jakarta tomcat I am using; suse 9.0 jakarta tomcat 4.1 apache 2
this is my tomcat-users.xml
<?xml version='1.0' encoding='utf-8'?> <tomcat-users> <role rolename="tomcat"/> <role rolename="role1"/> <role rolename="manager"/> <role rolename="admin"/> <user username="root" password="peter1" roles="standard,tomcat,admin,manager"/> <user username="tomcat" password="tomcat" roles="tomcat"/> <user username="both" password="tomcat" roles="tomcat,role1"/> <user username="role1" password="tomcat" roles="role1"/> </tomcat-users>
It seems you've answered your own question. With that tomcat-users.xml file if you use root/peter1, you can do anything. Randall Schulz