aspose file tools
The moose likes Distributed Java and the fly likes HTTP tunneling (RMI over HTTP) Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "HTTP tunneling (RMI over HTTP)" Watch "HTTP tunneling (RMI over HTTP)" New topic
Author

HTTP tunneling (RMI over HTTP)

Bob Coret
Greenhorn

Joined: Apr 05, 2004
Posts: 1
Due to our strict firewall policies our web container one server A can't talk to the EJB container on server B using RMI over IIOP. This is due to the fact that, besides the JNDI port, CORBA wants to open ports dynamically for the "data transfer". Also the firewall between the two server does Network Address Translation.
An obvious solution (besides changing the security policy) is RMI over HTTP. In our WebSphere 5.0.2 console (on server A) there's (under Server > ORB services) a nice selection box where you can select ALWAYS for HTTP Tunneling and you can enter the HTTP Tunnel Agent. This agent is a servlet (for server B) which you have to incorporate on the EJB container. It's the standard com.ibm.CORBA.services.IIOPTunnelServlet. Of course, this easier said than done. Due to the lack of documentation it's trial and error.... and no working situation yet.
Has anyone got RMI over HTTP working under WebSphere 5.0.2?
Thanks,
Bob
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: HTTP tunneling (RMI over HTTP)
 
Similar Threads
Servlet Tunneling help needed
How to test network function?
RMI over HTTP
Accessing EJB from Applets???
can applet use RMI-IIOP to connect WEB or EJB container?