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