-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------
Eric Grace writes:
> When I attempt to use multiple wrapper.bin.parameters in my zone
> property file. JServ fails to accept connections on the localhost:
> wrapper.bin.parameters="-Djava.security.policy=/path/to/policy/file"
> wrapper.bin.parameters="-Djava.rmi.server.codebase="/path/to/RMI/Server/Codebase"
> wrapper.bin.parameters="-Djava.security.manager=/path/to/policy/file"
>
> If I comment out parameters (as in the following)
> wrapper.bin.parameters="-Djava.security.policy=/path/to/policy/file"
> #wrapper.bin.parameters="-Djava.rmi.server.codebase="/path/to/RMI/Server/Codebase"
> #wrapper.bin.parameters="-Djava.security.manager=/path/to/policy/file"
>
> JServ starts fine but fails to use RMI properly (can't get a socket). I
> have seen people allude to multiple wrapper.bin.parameters. Is this how
> they are implemented, or should they maybe be comma separated. Are
> multiple parameters allowed?
Yes. This works when I do it--I'm doing RMI as well. Why do you have
-Djava.security.manager=/path/to/policy/file? Should that be
java.rmi.RMISecurityManager or whatever it is, or is it just a typo?
Also, are your quotes correct for the java.rmi.server.codebase? It
doesn't look right here, unless it's a typo again.
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]