RE: creating security roles automatically

2007-07-26 Thread Propes, Barry L
you ultimately will read these roles from the database, namely the user roles table, as in the userRoleTable attribute. -Original Message- From: Okan Çetin [mailto:[EMAIL PROTECTED] Sent: Tuesday, July 24, 2007 8:35 AM To: users@tomcat.apache.org Subject: creating security roles

creating security roles automatically

2007-07-24 Thread Okan Çetin
Hi; I am using role based authentication system with Tomcat. I know, in web.xml , security roles must be defined like this: Ex: security-role role-nameusers/role-name /security-role But i want to create these roles dynamically. For example i want to read these

Re: creating security roles automatically

2007-07-24 Thread Mikolaj Rydzewski
Okan Çetin wrote: I am using role based authentication system with Tomcat. I know, in web.xml , security roles must be defined like this: Ex: security-role role-nameusers/role-name /security-role But i want to create these roles dynamically. For example i want to read these