----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files. Don't make us guess your problem!!!
----------------------------------------------------------------
From: fred <[EMAIL PROTECTED]>
Subject: RMI Security Failure ...
Date: Thu, 18 Nov 1999 06:55:19 +1100
Message-ID: <[EMAIL PROTECTED]>
> I have Apache/Jserv/GSP setup and working nicely,
> running off a RedHat 5.2 Linux setup. On remote
> machines I have a database which is accessed on
> my lan via a RMI interface. Access to the database
> via standalone applications is just fine. But I have
> tried just now to build the RMI access routines into
> a Servlet that I have running, so that some database
> access can be given to the Web, via the Servlet.
> When I try this I keep getting an exception:
> java.rmi.RMISecurityException: security.checkConnect: 192.168.0.11:1099
If your RMI runs on JDK 1.2, you must specify security
policy in a jserv.properties, like this:
wrapper.bin.parameters=-Djava.security.policy=/path/to/policy.all
---
Yoko Kamei Harada
IP Network Research Division,
Network Systems Business Group,
Oki Electric Industry Co., Ltd.
--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Archives and Other: <http://java.apache.org/main/mail.html>
Problems?: [EMAIL PROTECTED]