Re: RMI-Question

1999-01-13 Thread Mario Camou
blaise toad wrote: > only weblogic has a run-time (and a clunky one at that) on Linux, and > it is not OSS. As far as I know there is no OSS'd EJB run-time on > linux. EJBHome (http://www.ejbhome.com) reportedly works on Linux -Mario.

Re: RMI-Question

1999-01-13 Thread sabin
> Hello! > > I am working on a project which uses RMI. I wrote a server which runs > very well. I problem I got is that every client is allowed to connect to > my server and call the remote methode. What I want is, that only hosts > who are allowed to make a remote call can connect to my server. H

Re: RMI-Question

1999-01-13 Thread blaise toad
Hi, As far as I know the only framework taht provides the indirection needed for any security checking on top of RMI (including host based) is through EJB. only weblogic has a run-time (and a clunky one at that) on Linux, and it is not OSS. As far as I know there is no OSS'd EJB run-time on l

RMI-Question Part 2

1999-01-13 Thread Jan Suchanek
Hi! I thought I could use the RMISecurityManager to get more security... I found the method " checkConnect(String host, int port)" in the RMISecurityManger and hoped this would help me. This would be much more elegant to use this than writing my own "host"-checker... Or am I wrong to use the RMIS

Re: RMI-Question

1999-01-12 Thread peter . pilgrim
authentication. Pete __ Reply Separator _ Subject: RMI-Question Author: jan.suchanek ([EMAIL PROTECTED]) at lon-mime Date:12/01/99 16:59 Hello! I am working on a project which uses RMI. I wrote a server which runs very well. I

Re: RMI-Question

1999-01-12 Thread mab
On Tue, 12 Jan 1999, Jan Suchanek wrote: > Hello! > > I am working on a project which uses RMI. I wrote a server which runs > very well. I problem I got is that every client is allowed to connect to > my server and call the remote methode. What I want is, that only hosts > who are allowed to

RMI-Question

1999-01-12 Thread Jan Suchanek
Hello! I am working on a project which uses RMI. I wrote a server which runs very well. I problem I got is that every client is allowed to connect to my server and call the remote methode. What I want is, that only hosts who are allowed to make a remote call can connect to my server. How can I ge

[Fwd: RMI Question]

1998-11-30 Thread Shafiek Savahl
My previous (attached) email had its subject as RMI and a few reference to RMI. I infact meant JNI. So replace all RMIs with JNI Shafiek Hi We are using RMI quite extensively in one of our projects and we seem not to be getting the expected performance results. Do any of you know of any wh

RMI Question

1998-11-30 Thread Shafiek Savahl
Hi We are using RMI quite extensively in one of our projects and we seem not to be getting the expected performance results. Do any of you know of any whitepapers or discussions that outlines the loss in performance in calling a native method from java as to calling it from a native programme.