I am using lapi.jar to establish session for content server 10.5 update5 ( Content Server 10.5 (version 10.5.0.1089) ). when the time of collecting the cookie after ImpersonateUser , i am getting the following exception..com.opentext.api.LLSSLNotAvailableException: Class: java.lang.ClassNotFoundException
Could not initialize SSL security. com.opentext.api.LLSSL
Call Stack:
java.lang.ClassNotFoundException: com.opentext.api.LLSSL
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1645)
at org.apache.catalina.loader.WebappClassLoader.loadClass(WebappClassLoader.java:1491)
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(Class.java:169)
at com.opentext.api.LLConnect.executeHTTP(Unknown Source)
at com.opentext.api.LLConnect.execute(Unknown Source)
at com.opentext.api.LAPI_USERS.GetCookieInfo(Unknown Source) - then i have opened jar file and checked for com.opentext.api.LLSSL.java, but it is not there. I also gone throught the forum and found the information saying ' insatll secure connection'. but i could not found this too. looking forward for your help...