java - Can EJB container be configured to use RMI over SSLIOP? -
one of application has requirement use rmi on ssliop (ssl interorb protocol) possible? tried find solutions nothing specific find has used this?
it depends on container. possible undocumented within sun/oracle jdk change default iiop socket factory, , details changed somewhere around 1.5/1.6, many containers e.g. ibm websphere provide own rmi/iiop implementations, details different again, , may or may not documented. , if clients live outside container have problem again.
Comments
Post a Comment