[us...@httpd] Apache to Tomcat Auth Setup

2010-01-13 Thread cgswtsu78
Hello, I'm trying to setup basic auth with tomcat using a MemoryRealm but I'm unsure as to how to set the username and password for a given role in the tomcat-users.xml. I don't have just one username and password for auth but 1000s. My users are logging into an apache/perl application which ha

[us...@httpd] HTTPD Authentication Questions

2010-01-13 Thread cgswtsu78
Hello, I'm currently trying to apply apache httpd authentication to a tomcat web application. The user authenticates on the apache side and then has a link within the apache server perl application that sends them over to the tomcat application (reportsvcs_ws) via mod_jk. If the user tries to

Re: [us...@httpd] 401 Error with Basic Auth

2010-01-11 Thread cgswtsu78
doesn't understand how to supply the credentials required. Eric Covener wrote: > > On Sun, Jan 10, 2010 at 5:55 PM, cgswtsu78 wrote: >> >>  Hello, >> >>    AuthUserFile filepath/usersfile > &g

[us...@httpd] 401 Error with Basic Auth

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