On Mon, 31 Mar 2003, James Higginbotham wrote: > > Where is the source code? I would like to follow it so that I > > don't need to restart tomcat each time when I add/delete > > users and change the permissions for users .... > > The docs say its called SlideRealm.. Searching the source tree using > grep yielded - src/wrappers/wrappers/catalina/SlideRealm.java
I've followed the code on SlideRealm. It provides me a framework to check usersname and password (but I think need time to digest).. However, how to create a user and set the permission for that user? Because I can find the functions like getPassword, but can't find functions like setPassword etc .. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
