RE: Implementing Realm

2004-12-08 Thread Shapira, Yoav
Hi, >I'm using tomcat 4.1.30 as it is with standard MemoryRealm implementation. Ahh, I assumed you were using 5.x, my bad there. I haven't used 4.x in a while and don't want to waste time on it, so I believe you. >The username/passwords are created using the tomcat-users.xml, but If I >change

RE: Implementing Realm

2004-12-08 Thread Morten Andersen
ailto:[EMAIL PROTECTED] >Sent: Tuesday, December 07, 2004 4:50 AM >To: Tomcat Users List >Subject: RE: Implementing Realm > >At 16:10 17-11-2004, you wrote: >>Note that all of Tomcat's built-in Realms support runtime changes to the >>data store, be it a file or a dat

RE: Implementing Realm

2004-12-07 Thread Shapira, Yoav
Hi, Yeah, I'm sure. It's easy to see using the Admin webapp. Yoav Shapira http://www.yoavshapira.com >-Original Message- >From: Morten Andersen [mailto:[EMAIL PROTECTED] >Sent: Tuesday, December 07, 2004 4:50 AM >To: Tomcat Users List >Subject: RE: Implementin

RE: Implementing Realm

2004-12-07 Thread Morten Andersen
At 16:10 17-11-2004, you wrote: Note that all of Tomcat's built-in Realms support runtime changes to the data store, be it a file or a database. Are you sure. MemoryRealm seems only to be updated as Tomcat is restarted. Morten Andersen Master of applied mathematics and computer science Associate pr

RE: Implementing Realm

2004-11-17 Thread Shapira, Yoav
Hi, The information below applies to Tomcat 5.x, not 4.x. >I changed the realm in server.xml: > > This should be fine. >Added the neccesary jar files to: server\lib This is OK if your webapp classes don't need to access the Realm itself (which is the normal case). If they do, you should put t