-----------------------------
Please read the FAQ!
<http://java.apache.org/faq/>
-----------------------------

Ok,

so far I have (in the jserv.properties file):
wrapper.bin.parameters="-Djava.security.policy=/path/to/policy/file"
#wrapper.bin.parameters="-Djava.rmi.server.codebase="http://ipaddressOfRemot
eServer:portOfRemoteServer/"
#wrapper.bin.parameters="-Djava.security.manager=java.rmi.RMISecurityManager"

if I uncomment either of the commented wrapper.bin.parameters jserv fails
to start properly



in the policy file i have:
grant codeBase "file:/usr/local/apache/servlets/-" {
              permission java.io.FilePermission "/usr/local/apache/-", "read";
              permission java.lang.RuntimePermission "createClassLoader";
              permission java.net.SocketPermission
"localhost:","connect,accept,listen,resolve";
};



Does anyone have a list of all the parameters required for RMI, am I
missing something?


-Eric


At 03:17 PM 9/13/99 -0400, you wrote:
>-----------------------------
>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]
> 
Eric Grace 
Software Developer 
[EMAIL PROTECTED] 

MessageMedia, Inc. - The leading source of e-messaging services for
building customer 
relationships online. 



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

Reply via email to