IntelliJ Java IDE
The moose likes Distributed Java and the fly likes How do you start an RMI server without having access to the server? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Java » Distributed Java
Reply Bookmark "How do you start an RMI server without having access to the server?" Watch "How do you start an RMI server without having access to the server?" New topic
Author

How do you start an RMI server without having access to the server?

Ivy Leigh
Greenhorn

Joined: Jun 10, 2001
Posts: 4
I need to figure out how to start an RMI server (Basically the process that will start the RMI registry and bind a remote object to it) on the server side and I need to do this without having access to the server. As in I can't just go to a prompt and say...
>java -jar server.jar
How can I start it remotely? Or am I just clueless and don't know what I am doing? Please help. Thanks in advance.
Ivy Leigh
Greenhorn

Joined: Jun 10, 2001
Posts: 4
what? you people don't know anything about RMI? This question is easy. Is it not?
Ronnie Phelps
Ranch Hand

Joined: Mar 12, 2001
Posts: 329
I'm not an RMI expert but I beleive you have to have access to any server if you want to run an application on it. Or maybe I don't understand what youre asking.
 
 
subject: How do you start an RMI server without having access to the server?
 
Threads others viewed
mutithreaded rmi server
rmiregistry running in SCJD
How to Call ClientCallBacks from the Server
how to detect client and sending form/frame from rmi server ??
Question on rmiregistry
IntelliJ Java IDE