Re: Creating non-sun RMI Registry

1998-07-01 Thread Jason Gilbert
Jason Dillon wrote: > > Hrm... how did you let Naming know which Registry to use? I can't find any api > calls that register the new Registry. You can either specify a port for the registry to listen on when you access it with your URL or use the default port when you start up your registry. I

Re: Creating non-sun RMI Registry

1998-07-01 Thread Jason Dillon
Hrm... how did you let Naming know which Registry to use? I can't find any api calls that register the new Registry. --jason On 30-Jun-98 Jason Gilbert wrote: > Jason Dillon wrote: >> >> Were you able to attach it to java.rmi.Naming? > > Yes? I was able to access it using the java.rmi.Namin

Re: Creating non-sun RMI Registry

1998-06-30 Thread Jason Gilbert
Jason Dillon wrote: > > Were you able to attach it to java.rmi.Naming? Yes? I was able to access it using the java.rmi.Naming interface. You just have to make sure you give it valid names I believe. Look at the Naming source that comes w/ the jdk. Unless you aren't tainted yet;^) The Naming

Re: Creating non-sun RMI Registry

1998-06-30 Thread Jason Dillon
Were you able to attach it to java.rmi.Naming? --jason On 30-Jun-98 Jason Gilbert wrote: > > On Mon, 29 Jun 1998, Jason Dillon wrote: > >> Does anyone happen to know how to install a non-sun RMI Registry object that >> Naming will talk to? I can't seem to find any documentaion on this at all

Re: Creating non-sun RMI Registry

1998-06-29 Thread Jason Gilbert
On Mon, 29 Jun 1998, Jason Dillon wrote: > Does anyone happen to know how to install a non-sun RMI Registry object that > Naming will talk to? I can't seem to find any documentaion on this at all. I > rather suspect that it is not possible, but why the Registry interfaces? By non-sun you appa