Hi Satish, look for JAAS-Authentication that is a standard API that works pretty well with tomcat. A good introduction is found at http://www.javaworld.com/javaworld/jw-09-2002/jw-0913-jaas.html
Yours Arne Satish schrieb: > Hi > > I need to authentication with Slide, there are two ways I can see > > I am thinking of using Slide realm and configuring tomcat to use Slide user > database for authentication. > Otherwise if I rely completely on tomcat realm, typical tomcat-users.xml file > based, authetication, I need to add user two places - Slide and tomcat-user, > which is problem. > > Can any body suggests on > #1 how can I configure tomcat to use the Slide users for authentication? > #2 how can I actually autheticate request of tomcat programatically, is any > API available? > > What I am looking for is authenticating user with Slide. > > Any suggestion is valuable for me. > > Regards, > Satish > > Disclaimer: > This e-mail may contain Privileged/Confidential information and is intended > only for the individual(s) named. Any review, retransmission, dissemination > or other use of, or taking of any action in reliance upon this information by > persons or entities other than the intended recipient is prohibited. Please > notify the sender, if you have received this e-mail by mistake and delete it > from your system. Information in this message that does not relate to the > official business of the company shall be understood as neither given nor > endorsed by it. E-mail transmission cannot be guaranteed to be secure or > error-free. The sender does not accept liability for any errors or omissions > in the contents of this message which arise as a result of e-mail > transmission. If verification is required please request a hard-copy version. > Visit us at http://www.harbinger-systems.com/ > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
