What is the admin login username

2005-12-06 Thread Mário Gamito
Hi, What is the login password for the administration module ? I've greped through conf and server, but didn't found :( Any help would be apreciated. Warm regards, Mário Gamito - To unsubscribe, e-mail: [EMAIL PROTECTED] For

Re: What is the admin login username

2005-12-06 Thread Joe Plautz
You need to add it to the tomcat-users.xml file in conf. You will need to create a new user and role, both being called admin. Just follow what should already exist in the existing file and you will be ok. Joe Mário Gamito wrote: Hi, What is the login password for the administration module

Re: What is the admin login username

2005-12-06 Thread Giorgio Clavelli
You have to edit your CATALINA_HOME/conf/tomcat-users.xml so to have an account with manager and admin rights. At least, I'm using it in localhost for training and it works fine. This is nearly how mine looks like: ?xml version='1.0' encoding='utf-8'? tomcat-users role rolename=tomcat/ role