How to use digital certificates

2003-06-19 Thread appa rao
Hi, Can any one give me an example of how to use Digital Certificates for authentication and authorizatioin in Tomcat? I am struggling to under the concept of certificates and their use in authentication and authorization.. I am using Tomcat - 4.1.24. Thanks in advance.. appa SMS using

Re: How to use digital certificates

2003-06-20 Thread appa rao
you have to import the certificate in your LDAP Server, and then the user-mapping is done by my JNDIRealm* classes. Mario - Original Message - From: appa rao To: Sent: Friday, June 20, 2003 7:33 AM Subject: How to use digital certificates Hi, Can any one give me an example

Re: How to use digital certificates

2003-06-21 Thread appa rao
, but not always. If this is the case with your certs, then you'll need a custom Realm that extracts the CN and validates the user (MemoryRealm uses the full Subject as the user-name). appa rao wrote in message news:[EMAIL PROTECTED] Thanks for the reply.. let me clearly tell you the problem.. we use

RE: off-topic, need help in scrolling

2003-08-14 Thread appa rao
Have a look at this... http://jsptags.com/tags/navigation/pager/index.jsp appa N.B.Bopanna [EMAIL PROTECTED] wrote: Hey Gautham, It is not under my control. The mail server adds it to all mails. -Original Message- From: Aggarwal, Gautam (IE03) To: Tomcat Users List Date: Thu, 7 Aug

Re: [OT] Webapp upgrades and browser caching

2004-10-07 Thread appa rao
Hi Justin, Sorry If I don't understand your question correctly, but I hope this is what you are looking for. Just add a dummy variable at the end the url. if your css file is http://www.server.com/myapp/v1/main.css, then add ?dummy=%=new java.util.Date().getTime()% i.e.,

[OT] : How to get a connection from Tomcat DBCP from a remote application?

2005-05-01 Thread appa rao
Hi, I am using Tomcat 5.5.7 and configured DBCP properly to work with Oracle 9i. Everything is working fine if I try to get the connection from the Pool from an application deployed in Tomcat. However if I try to get the connection from the Pool from an application which is not deployed in