Page 1 of 1

Tomcat

PostPosted: Sat Apr 14, 2007 5:29 pm
by rmoess
Hello,
What would the user name and password for the manager in Tomcat and how could I modify them? I was trying to start and stop and, in general, play with Tomcat but I cannot log in as manager in Tomcat. I tried to add
<user username="mytomcatuser" password="mypassword" roles="admin,manager"/> in "/conf/tomcat-users.xml" but that did not work. Thanks. By the way, I am using ArchLinux...

PostPosted: Sun Apr 15, 2007 12:53 am
by sindre_mehus
As far as I know the admin user/pwd is kept in tomcat-users.xml. Did you restart Tomcat after editing tomcat-users.xml? Maybe there is more than one copy of tomcat-users.xml on Linux?


Sindre

Thank you...

PostPosted: Sun Apr 15, 2007 12:57 pm
by rmoess
Thanks, I forgot to restart Tomcat... RM