Is there a way to mimic IBM web sphere on an open appserver? There are functions we use, ibm’s jsecurity_check and their cookie ltpa token. That should be it to get a functioning ibm like server. Would those be available from an open server. Even an open version of ibm websphere.
Share
The usage of
j_security_checkis defined in the Servlet Specification, so any Java Web Container is compatible with that.On the other side, LTPA token is an IBM Techology that’s only used by IBM Products, so you need to find another way to implement single sign-on. As @Manglu said, that’s more a Container concern that shouldn’t have any impact in your application.
Some SSO solutions are described in https://stackoverflow.com/questions/173704/which-sso-framework-to-use