| Author |
authenticate using apache
|
Bhumika Thakkar
Ranch Hand
Joined: Apr 18, 2005
Posts: 79
|
|
Hi all, I am using apache's htaccess to authenticate my clients. In my servlet how will I get who logged in? I need to know the user group/role. Bhumika.
|
SCBCD (Preparing) <br />SCWCD, 82%<br />SCJP, 90%
|
 |
Dale Seng
Ranch Hand
Joined: Mar 22, 2004
Posts: 275
|
|
Did you define a user.properties file with userid=password? I don't know how it works with apache, but with JBoss (which uses apache) you also have a role.properties file. In there, you define userid=role. Then the role shows-up in the web.xml where you define your protected components. You can say "is user in role" when in your servlet. --Dale--
|
 |
 |
|
|
subject: authenticate using apache
|
|
|