ssl and tomcat

2007-01-20 Thread pradeep kumar immadisetty
Hi I'm trying to change user password in Activedirectory... For this i use ssl connection i get the ssl connection for AD using java code... String keystore = "/jre/lib/security/cacerts"; System.setProperty("javax.net.ssl.trustStore",keystore); env.put(Context.INITIAL_CONTEXT_FACTORY,

ssl and tomcat

2007-01-20 Thread pradeep kumar immadisetty
Hi I'm trying to change user password in Activedirectory... For this i use ssl connection i get the ssl connection for AD using java code... String keystore = "/jre/lib/security/cacerts"; System.setProperty("javax.net.ssl.trustStore",keystore); env.put(Context.INITIAL_CONTEXT_FACTORY,