This week's book giveaway is in the General Computing forum.
We're giving away four copies of Arduino in Action and have Martin Evans, Joshua Noble, and Jordan Hochenbaum on-line!
See this thread for details.
The moose likes Tomcat and the fly likes Login Problem in Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "Login Problem in ""Tomcat Web Server Administration Tool"" Watch "Login Problem in ""Tomcat Web Server Administration Tool"" New topic
Author

Login Problem in ""Tomcat Web Server Administration Tool"

Bikash Paul
Ranch Hand

Joined: Dec 04, 2001
Posts: 342
Hi,
Iam facing problem with login in "Tomcat Web Server Administration Tool".I have tried to login with all username and password which is described in tomcat-users.xml file which is located in TOMCAT_HOME/config directory but it is giving me below
Error:-
[type Status report
message Access to the requested resource has been denied
description Access to the specified resource (Access to the requested resource has been denied) has been forbidden.]
tomcat-users.xml file:-
=====================
<?xml version='1.0' encoding='utf-8'?>
<tomcat-users>
<role rolename="role1"/>
<role rolename="tomcat"/>
<user username="role1" password="tomcat" roles="role1"/>
<user username="both" password="tomcat" roles="tomcat,role1"/>
<user username="tomcat" password="tomcat" roles="tomcat"/>
</tomcat-users>
Can any one plz guide me how I can slove this problem.Iam using Tomcat4.1.24
Regards
Bikash
[ June 10, 2003: Message edited by: Bikash Paul ]
Rene Larsen
Ranch Hand

Joined: Oct 12, 2001
Posts: 1179

You need to add a user with 'admin' role

Rene
[ June 10, 2003: Message edited by: Rene Larsen ]

Regards, Rene Larsen
Dropbox Invite
Bikash Paul
Ranch Hand

Joined: Dec 04, 2001
Posts: 342
Hi Rene,
Thanks for ur help.Now I have sloved my problem.
Thanks & Regards
Bikash
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Login Problem in ""Tomcat Web Server Administration Tool"
 
Similar Threads
Unable to get TomcatManager console
need help with declarative security
why getting 404 error? page is there.
Tomcat unable to access the list of applications running through TomcatManager
Regarding Authentication & Authorization