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.<!-- ~MESSAGE_AFTER~ -->
>> Stay informed about: Default admin username/password for tomcat 5