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.
> 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
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
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
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
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
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
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
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.