You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "McCarthy, Richard" <Ri...@KBCAM.com> on 2001/02/01 12:04:19 UTC

Tomcat 3.2 admin app

Hi,
I am trying to set up the admin app in tomcat 3.2 but can't.
I have tried setting the admin role in tomcat-users.xml and
have set the 'trusted' field to true in the server.xml file.
I have also added 'admin' to the ajp12 worker in the 
uriworkermap.properties file by writing /admin/*=ajp12 
and when I type in
http://localhost/admin/contextAdministration/contextAdministration.html
I still get a file not found error.
I have done everything that I have read about in news groups.
Does anyone know what I am missing ????

thanks in advance for any help...

Richard...


This message is sent in confidence for the addressee
only.  The contents are not allowed to be disclosed to
anyone other than the addressee.  Unauthorised 
recipients must preserve this confidentiality and should 
please advise the sender immediately of any error in
transmission.

RE: Tomcat 3.2 admin app

Posted by Stefan Langer <ma...@gmx.de>.
The login is what ever you define in the tomcat-users.xml file in the conf directory under your tomcat installation.

Tomcat doesn't give a default setup for the admin role so you have to edit it yourself.

Try something like:
<tomcat-users>
	<user name="tomcat" password="tomcat" roles="admin" />
</tomcat-users>

Stefan


RE: Tomcat 3.2 admin app

Posted by Johnathan Smith <dj...@yahoo.com>.
But whats the login??

--- Stefan Langer <ma...@gmx.de> wrote:
> What is your enviroment??? 
> 
> Try going to port 8080 where Tomcat is actually
> listening.. 
> something like this
> 
> http://localhost:8080/admin
> 
> The admin index page should come up!!
> 
> Stefan
> 
> 


=====
If your into Body For Life, check out
http://clubs.yahoo.com/clubs/bodyforlifestatenislandny

__________________________________________________
Get personalized email addresses from Yahoo! Mail - only $35 
a year!  http://personal.mail.yahoo.com/

RE: Tomcat 3.2 admin app

Posted by Stefan Langer <ma...@gmx.de>.
What is your enviroment??? 

Try going to port 8080 where Tomcat is actually listening.. 
something like this

http://localhost:8080/admin

The admin index page should come up!!

Stefan