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

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 featur

Re: MemoryRealm and tomcat-users.xml

2003-07-18 Thread Roland Carlsson
ot;'Tomcat Users List'" <[EMAIL 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:[

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 on

Re: MemoryRealm and tomcat-users.xml

2003-07-18 Thread Roland Carlsson
ot; <[EMAIL PROTECTED]> Sent: Friday, July 18, 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:[EMA

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
/login.html /error.html supervisor Regards Roland - Original Message - From: "Abid Ali Teepo" <[EMAIL PROTECTED]> To: "Tomcat Users List" <[EMAIL PROTECTED]> Sent: Friday, July 18, 2003 12:59 PM Sub

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 PROTECT

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

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 [mailto:[E

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 a