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

Popular posts from this blog

'hasOwnProperty' in javascript -

How to put a lock and transaction on table using spring 4 or above using jdbcTemplate and annotations like @Transactional? -

How to understand 2 main() functions after using uftrace to profile the C++ program? -