-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
I don't know why you get the error you do, but your parameter differs
slightly from mine:
Eric Grace writes:
> wrapper.bin.parameters=Djava.security.policy=/usr/java/jre/lib/security/java
> .policy
In my ApJServProperties file, I have this as
wrapper.bin.parameters="-Djava.security.policy=c:\some\where"
for Win NT, and as
wrapper.bin.parameters="-Djava.security.policy=/path/to/policy/file"
on Solaris
Don't forget the codebase:
wrapper.bin.parameters="-Djava.rmi.server.codebase=http://path/to/codebase/dir/"
> I am running jdk1.2.1, Solaris 2.7, apache 1.3.6. Does anyone have
> experience with RMI connections that could provide some additional
> insight??
Anyhow, I've gotten it working with jdk1.2.1, apache 1.3.9, and both
of solaris 2.5.1 and WinNT SP5.
Andrew.
--
--------------------------------------------------------------
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]