| Author |
Security with roles
|
andres matus
Greenhorn
Joined: Dec 21, 2007
Posts: 15
|
|
Hi all... i'm trying to implement security on my struts app, but i dont know how to set groups and roles to the app to identify if a user is in some role...
|
Be free...do what ever you whant
|
 |
Merrill Higginson
Ranch Hand
Joined: Feb 15, 2005
Posts: 4864
|
|
In order to do this, you must implement J2EE "container managed security". The mechanics of how to do this will depend on which application server you're using. If you're using Tomcat version 6, the following link should get you started: http://tomcat.apache.org/tomcat-6.0-doc/realm-howto.html
|
Merrill
Consultant, Sima Solutions
|
 |
sharathchandra sabbani
Greenhorn
Joined: Oct 15, 2007
Posts: 13
|
|
|
i'm using websphere webserver how to implement security roles for my application
|
 |
 |
|
|
subject: Security with roles
|
|
|