Re: 401 Error with Basic Auth and Tomcat

2010-01-10 Thread Pid
On 09/01/2010 23:16, cgswtsu78 wrote: Hello, I'm using the below httpd configuration in order to secure a resource ("/reportsvcs_ws") using basic auth. When I hit the url https://host/reportsvcs_ws without authing, I'm prompted as expected but I get a http status code of 401 when accessing the

401 Error with Basic Auth and Tomcat

2010-01-09 Thread cgswtsu78
happening? Order allow,deny Allow from all AuthType Basic AuthName "Report Service" AuthUserFile filepath/usersfile require valid-user -- View this message in context: http://old.nabble.com/401-Error-with-Basic-Auth-and-Tomcat-tp27093791p27093791.html Sent from the Tomcat