Re: Limiting RMI to localhost
- From: Ronny Schuetz <Usenet.r96@xxxxxxxxxxxxx>
- Date: Mon, 30 Jun 2008 18:10:32 +0200
I'm writing a big application that I divide into 2 processes (server
and interface) with RMI to communicate between them.
I would like to limit the access to the server only from the interface
process and also only from the local machine.
Is there a way to limit RMI to localhost only?
I cannot block all sockets outside the machine since I use them in the
server process.
Can't you setup to RMI server socket to explicitly listen on localhost:<your port>? This way it shouldn't be accessible from outside.
Ronny
.
- Follow-Ups:
- Re: Limiting RMI to localhost
- From: Tom Anderson
- Re: Limiting RMI to localhost
- References:
- Limiting RMI to localhost
- From: haimcn
- Limiting RMI to localhost
- Prev by Date: Re: Prefixes of regular expressions
- Next by Date: new to java, help simple project
- Previous by thread: Re: Limiting RMI to localhost
- Next by thread: Re: Limiting RMI to localhost
- Index(es):
Relevant Pages
|