Apache Server configuration support - Default admin username/password for tomcat 5

This is Interesting: Free IT Magazines  
Home > Archive > Apache Server configuration support > April 2004 > Default admin username/password for tomcat 5





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author Default admin username/password for tomcat 5
harry

2004-03-18, 9:38 am

complete newbie to Tomcat but no time to go through mountains of docs
properly (will eventually though honest!) - I want to setup a connection
pool to an Oracle 8i database - I need the default user/pass for the admin
tool, had a quick wiz through the doc's but no joy!



NoWayJose

2004-04-22, 8:33 pm

harry wrote:
> complete newbie to Tomcat but no time to go through mountains of docs
> properly (will eventually though honest!) - I want to setup a connection
> pool to an Oracle 8i database - I need the default user/pass for the admin
> tool, had a quick wiz through the doc's but no joy!
>
>
>


find and edit $CATALINA_HOME/conf/tomcat-users.xml
be sure to add 'admin' to any user you may add...
Login as that user.

here's mine ...


> <?xml version='1.0' encoding='utf-8'?>
> <tomcat-users>
> <role rolename="tomcat"/>
> <role rolename="role1"/>
> <role rolename="blog-owner"/>
> <role rolename="blog-contributor"/>
> <role rolename="admin"/>
> <user username="tomcat" password="xyz123" roles="admin,tomcat"/>
> <user username="both" password="xyz123" roles="tomcat,role1"/>
> <user username="role1" password="xyz123" roles="role1"/>
> <user username="jonejr" password="xyz123" fullName="JJ" roles="admin,blog-owner,blog-contributor"/>
> </tomcat-users>


This has been modified since the install/modification.
I would login as jonejr/xyz123

HTH.
Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com