Default admin username/password for tomcat 5
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Apache Server configuration support > Default admin username/password for tomcat 5




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    Default admin username/password for tomcat 5  
harry


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
03-18-04 02:38 PM

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!








[ Post a follow-up to this message ]



    Re: Default admin username/password for tomcat 5  
NoWayJose


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
04-23-04 01:33 AM

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,blo
g-owner,blog-contributor"/>
> </tomcat-users>

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

HTH.





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 11:31 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register