Universal connection pooling Type Casting problem

2010-04-18 Thread SivaKumarl
Hi Friends, I am using universal connection pooling for connecting database , while configuring manually i able to connect to database,but while configuring in server.xml i am unable to cast the datasource i am getting the class cast exception, please find the below configuration and er

SSL is not working in Java Mobile Applications

2009-04-02 Thread SivaKumarl
Hi Friends I am developing java mobile application using XHTML-MP,i generate a key store file and configured in Tomcat Server.xml it is working fine in browsers but while accessing through mobile i am getting error screen "Security error:Untrusted Server certificate" . I checked with r

How to configure SSL for particular application

2009-04-02 Thread SivaKumarl
Hi Friends, I configured SSL(https) in server.xml , and i have three applications in my tomcat and now my problem is i need to access only application through https and remaining through http protocol,but here three application are accessible by https protocol. So please help me how