You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Black Bourne <bl...@yahoo.com> on 2008/06/10 16:32:05 UTC

Can not login to /manager/html

Hi, 

When accessing /manager/html remotely I am asked for username and password, but then I get a "401 access denied" error regardless. 

However I am able to log in to the manager app locally, e.g. http://localhost/manager/html works. 

I am running a java based website on the same Tomcat server and it works perfectly, it can be accessed from remote hosts without problems.


I have the following set up:
Tomcat 5.5
JK 1.2.26 for IIS
IIS 6.0 running on Windows 2003 Server


my conf/uriworkermap.properties looks like this:
/*=wlb
/manager/*=wlb

The first line is for accessing the (working) java based web site, the second line is for accessing the manager application (which I'm
 having trouble with).

I have searched for solutions for hours without results, so any help would be very much appreciated. Thanks in advance!

Regards,
Bourne


      


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org


Re: Can not login to /manager/html

Posted by Mark Thomas <ma...@apache.org>.
Black Bourne wrote:
> Hi, 
> 
> When accessing /manager/html remotely I am asked for username and password, but then I get a "401 access denied" error regardless. 
> 
> However I am able to log in to the manager app locally, e.g. http://localhost/manager/html works.

Is a remote address valve configured to only allow local access?

Mark


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: users-unsubscribe@tomcat.apache.org
For additional commands, e-mail: users-help@tomcat.apache.org