unable to implement HTTP Tunneling correctly in order to enable Java rmi calls over internet(and und
- by Lokesh Kumar
in my previous question :-How to Setup RMI Server under(NAT/ISP)
Now,i m able to start my RMI server by Installing apache Tomcat 6.0 server.
i have also installed servlet programs into apache Tomcat server in order to enable HTTP tunneling.
my servlet codes:-
(1) [SimplifiedServletHandler.java][2]
(2) …