| Author |
Help needed on Servlet connecting RMI
|
Chandan Phukan
Greenhorn
Joined: Jan 10, 2007
Posts: 3
|
|
I am having a peculiar problem.. I have a Server written in RMI and I am able to connect to the RMI server through a servlet provided I have to start the rmiregistry manually. But if I start the rmiregistry programatically I am unable to connect the sevlet to the rmi server.(I use my own port to start the registry) I have also given grant permission in the catalina.policy file as well as start tomcat with -security option, but its of no use. One interesting fact is that the same program , if a try to connect the rmi server with a normal client, the code works fine. Like if I try with a console based client it works fine, the client able to connect the rmi server. I am using AIX box. any idea,help will be highly appreciated.
|
 |
Adeel Ansari
Ranch Hand
Joined: Aug 15, 2004
Posts: 2874
|
|
|
How you are doing it programatically? I mean can you show up the code snippet?
|
 |
 |
|
|
subject: Help needed on Servlet connecting RMI
|
|
|