RE: MemoryRealm - multiple per user realms possible?

2004-03-05 Thread Jason Keltz
On Thu, 4 Mar 2004, Shapira, Yoav wrote: Is it possible for users to define a MemoryRealm (or other associated user authentication realm) in their own web.xml file with an associated users.xml file? Or must realms be configured in the server.xml file? Not in web.xml (because Realms are

RE: MemoryRealm - multiple per user realms possible?

2004-03-04 Thread Shapira, Yoav
Hi, Is it possible for users to define a MemoryRealm (or other associated user authentication realm) in their own web.xml file with an associated users.xml file? Or must realms be configured in the server.xml file? Not in web.xml (because Realms are tomcat-specific and not a portable feature),

RE: MemoryRealm and tomcat-users.xml

2003-07-18 Thread Abid Ali Teepo
Hi Don't you have to add the roles in your web.xml under the tag security-constraint. And there has to be matching roles in auth-constraint and security-role if you haven't done this...it could be the problem ... Abid -Original Message- From: Roland Carlsson [mailto:[EMAIL

Re: MemoryRealm and tomcat-users.xml

2003-07-18 Thread Roland Carlsson
role-namesupervisor/role-name /security-role Regards Roland - Original Message - From: Abid Ali Teepo [EMAIL PROTECTED] To: Tomcat Users List [EMAIL PROTECTED] Sent: Friday, July 18, 2003 12:59 PM Subject: RE: MemoryRealm and tomcat-users.xml Hi Don't you have to add

RE: MemoryRealm and tomcat-users.xml

2003-07-18 Thread Abid Ali Teepo
It looks correct to me ... your url-pattern will only trigger on that specific file... but i guess you know that .. Abid -Original Message- From: Roland Carlsson [mailto:[EMAIL PROTECTED] Sent: 18. juli 2003 13:06 To: Tomcat Users List Subject: Re: MemoryRealm and tomcat-users.xml

Re: MemoryRealm and tomcat-users.xml

2003-07-18 Thread Roland Carlsson
, 2003 1:13 PM Subject: RE: MemoryRealm and tomcat-users.xml It looks correct to me ... your url-pattern will only trigger on that specific file... but i guess you know that .. Abid -Original Message- From: Roland Carlsson [mailto:[EMAIL PROTECTED] Sent: 18. juli 2003 13:06 To: Tomcat

RE: MemoryRealm and tomcat-users.xml

2003-07-18 Thread Mike Curwen
And you restart Tomcat after changing tomcat-user.xml ? -Original Message- From: Roland Carlsson [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 6:21 AM To: Tomcat Users List Subject: Re: MemoryRealm and tomcat-users.xml Yes, i'm only testing with one file, the problem

Re: MemoryRealm and tomcat-users.xml

2003-07-18 Thread Roland Carlsson
PROTECTED] Sent: Friday, July 18, 2003 4:02 PM Subject: RE: MemoryRealm and tomcat-users.xml And you restart Tomcat after changing tomcat-user.xml ? -Original Message- From: Roland Carlsson [mailto:[EMAIL PROTECTED] Sent: Friday, July 18, 2003 6:21 AM To: Tomcat Users List

RE: MemoryRealm

2003-02-06 Thread Filip Hanik
take a look at conf/tomcat-users.xml Filip -Original Message- From: James R. Marcus [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 1:53 PM To: [EMAIL PROTECTED] Subject: MemoryRealm Besides the Realm Configuration HOW-TO on the tomcat documentation page, where can I find

RE: MemoryRealm

2003-02-06 Thread Geoff Peters
James - If you can find it the WROX book (Professional Apache Tomcat) - ISBN 1-86100-773-6 has pretty good examples of everything - I used it today to help me debug a JDBC realm, it is pretty good step by step instruction Geoff -Original Message- From: James R. Marcus

RE: MemoryRealm

2003-02-06 Thread James R. Marcus
I am trying it with this example. http://c2.com/w4/cc/wiki.cgi?PasswordAuthenticatingThe Thanks, James   -Original Message- From: Filip Hanik [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 06, 2003 4:55 PM To: Tomcat Users List Subject: RE: MemoryRealm take a look at conf/tomcat