Hi All
I am trying to do the single-sign on system where user logs on to portal & uses the applications hosted on WebSphere 6.0.
I already have this set up working perfectly fine with WebSphere 5. Following JARs from SAP are used in the present scenario :
1) com.sap.security.api
2) com.sap.security.core
3) iaik_jce
4) sap.logging
I guess the reson behind these JARs not working with WebSphere 6 might be due to JVM. WebSphere 6 has 1.4.2 IBM java, where as WebSphere 5 have 1.3 version of same.
Need to know from where I can download the latest JARs mentioned above compiled with JDK 1.4 or above.
If you have faced similar problem & found that some other hurdle is there, then please let me know about that solution, as well. Thanks.