> Im using linux, jdk1.2.2 and tomcat. I'm having a problem with rmi
> registry... how do you start rmi regsitry?
> I read that its different from windows and it has something to do with
> the ports. Could anyone explain it more to me...
> like how would i bind it to a port i like to use like 8080 or
> something.  It said something like "rmiregistry &" which seem
> to work but my binder code thows a ConnectException or
> ServerException...

0. Start the RMI registry.  The registry is an application where RMI
objects can be published so users will be able to find where the RMI
objects are.  

1. Start you application.  You application "binds" its remote objects to
specific names to the registry -- Naming.bind(...).  This in effect
tells the RMI registry that you remote object is ready to serve whoever
requests for it.

HTH

jeff --

-- 
Jeff Gutierrez
Intertainer Inc (http://www.intertainer.com)

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to