RE: Updating users

2008-12-01 Thread Caldarale, Charles R
> From: Christopher Schultz [mailto:[EMAIL PROTECTED] > Subject: Re: Updating users > > What the OP needs is to use a real user database instead of the > tomcat-users.xml. Yes, Hassan already told her that, and that's what I tried to imply by suggesting she implement her ow

Re: Updating users

2008-12-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Chuck, Caldarale, Charles R wrote: >> From: Prastein, Rebeccah H >> [mailto:[EMAIL PROTECTED] >> Subject: RE: Updating users >> >> There must be a way - Managing users is one of the things >> that the admin we

Re: Updating users

2008-11-26 Thread Mikolaj Rydzewski
Prastein, Rebeccah H wrote: There must be a way - Managing users is one of the things that the admin webapp does. Maybe take a look at its source code? BTW, The admin webapp doesn't come with the default installation of tomcat any more, you have to download and install it separately. You can

RE: Updating users

2008-11-25 Thread Caldarale, Charles R
> From: Prastein, Rebeccah H > [mailto:[EMAIL PROTECTED] > Subject: RE: Updating users > > There must be a way - Managing users is one of the things > that the admin webapp does. The admin webapp had access to Tomcat's internal structures, but it has been dropped due t

RE: Updating users

2008-11-25 Thread Prastein, Rebeccah H
ssage- From: Cliff Binstock [mailto:[EMAIL PROTECTED] Sent: Tuesday, November 25, 2008 6:16 PM To: 'Tomcat Users List' Subject: Updating users I have one servlet that registers a new user. The result of this is an update of conf/tomcat-users.xml I have an almost out-of-the-box Web

Re: Updating users

2008-11-25 Thread Hassan Schroeder
On Tue, Nov 25, 2008 at 6:16 PM, Cliff Binstock <[EMAIL PROTECTED]> wrote: > I have one servlet that registers a new user. The result of this is an > update of conf/tomcat-users.xml > The users appear to be cached by Tomcat, and the "new" user can't access the > webdav area until Tomcat is restar

Updating users

2008-11-25 Thread Cliff Binstock
I have one servlet that registers a new user. The result of this is an update of conf/tomcat-users.xml I have an almost out-of-the-box WebdavServlet that requires user authorization. The users appear to be cached by Tomcat, and the "new" user can't access the webdav area until Tomcat is restarte