[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 Tom

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., http://www.se

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,

Re: How to use digital certificates

2003-06-21 Thread appa rao
N of the Subject, 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.. >

Re: How to use digital certificates

2003-06-20 Thread appa rao
oubles, since i have tested it only with two > different client-certificates. > > Mainly 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&qu

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 t