How do you start an RMI server without having access to the server?
Ivy Leigh
Greenhorn
Joined: Jun 10, 2001
Posts: 4
posted
0
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
posted
0
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
posted
0
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?