Welcome to MobyThreads.com!
FAQFAQ      ProfileProfile    Private MessagesPrivate Messages   Log inLog in
All support for the MobyThreads Threaded phpBB MOD can now be found on welsolutions at this forum

Default admin username/password for tomcat 5

 
   Web Hosting and Web Master Forums (Home) -> Apache RSS
Next:  security with Apache & PHP  
Author Message
user2716

External


Since: Mar 18, 2004
Posts: 3



(Msg. 1) Posted: Thu Mar 18, 2004 11:24 am
Post subject: Default admin username/password for tomcat 5
Archived from groups: alt>apache>configuration (more info?)

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!

 >> Stay informed about: Default admin username/password for tomcat 5 
Back to top
Login to vote
user2754

External


Since: Apr 22, 2004
Posts: 1



(Msg. 2) Posted: Thu Apr 22, 2004 8:32 pm
Post subject: Re: Default admin username/password for tomcat 5 [Login to view extended thread Info.]
Archived from groups: per prev. post (more info?)

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 
Back to top
Login to vote
Display posts from previous:   
Related Topics:
Tomcat/admin; Exception retrieving attribute 'driverClassN.. - Hi, On my old machine the combination of apache_2_0_44-win32-x86-no_ssl.msi, tomcat-4_1_18.exe and mod_jk-2.0.43.dll worked without problems. (Jakarta is using j2sdk as provided bij NetBeansIDE-release351-win32.exe =j2sdk1.4.2). With the /admin..

.htaccess-username with blanks/spaces - Hi anyone! I would like to lock my website via .htaccess and i have to give usernames with blanks in it e.g. like prename name:passwordencr or "prename name":passwordencr is this possible on apache anyway? regards, John.

.htaccess config for blank username? - Hello, Is it possible to configure an .htaccess config file to only require a password (no username)? Right now my configuration works perfectly requiring both a username and password. I would like to only require a password (username can remain blank...

Rewrite problem - username.domain.com -> /home/username/html - How is this done?? I've put this in a .htaccess file, but just keep getting RewriteLog not allowed here, and if I diasble rewrite log and debug, I get RewriteMap not allowed here... Rewritelog rewrite.log RewritelogLevel 9 RewriteMap lowercase..

Comanche apache admin console - Just can't get this to work. Two separate installations, Win2k and XP, comanche just displays an empty window telling me it will locate existing apache installations from the registry but nothing else. Apache is installed and running. Anyone any ideas?
   Web Hosting and Web Master Forums (Home) -> Apache All times are: Pacific Time (US & Canada) (change)
Page 1 of 1

 
You can post new topics in this forum
You can reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum



[ Contact us | Terms of Service/Privacy Policy ]