EJB容器可以配置为使用SSLIOP上的RMI吗?

时间:2017-04-07 16:42:55

标签: java rmi ejb-3.1

我的一个应用程序要求使用RMI over SSLIOP(SSL InterORB协议)是否可能?我试图找到一些解决方案,但我发现没有具体的任何人使用过它?

1 个答案:

答案 0 :(得分:0)

It depends on the container. It is possible but undocumented within the Sun/Oracle JDK to change the default IIOP socket factory, and the details changed significantly somewhere around 1.5/1.6, but many containers e.g. IBM WebSphere provide their own RMI/IIOP implementations, where the details are different again, and may or may not be documented. And if your clients live outside the container you have another problem again.