Connecting to and updating the Tomcat user database

2004-06-15 Thread Robert Harper
Are there any samples of how I connect to and update the tomcat-users.xml table. I have added authentication trough Tomcat 5.0 for my servlets but I would like to be able to update the users from my servlet so that my application can manage user access through Tomcat. Robert S. Harper Senior E

RE: Connecting to and updating the Tomcat user database

2004-06-15 Thread Mark Thomas
ev > Subject: Connecting to and updating the Tomcat user database > > Are there any samples of how I connect to and update the > tomcat-users.xml > table. I have added authentication trough Tomcat 5.0 for my > servlets but I would > like to be able to update the users from my serv

Re: Connecting to and updating the Tomcat user database

2004-06-15 Thread Martin Gainty
http://java.sun.com/webservices/docs/1.3/tutorial/doc/Admintool6.html#wp67613 Regards, Martin - Original Message - From: "Robert Harper" <[EMAIL PROTECTED]> To: "Tomcat Dev" <[EMAIL PROTECTED]> Sent: Tuesday, June 15, 2004 3:30 PM Subject: Connecting