Probably because no one has requested it. Do so on the sourceforge site.

----- Original Message -----
From: "Jose Ramon Diaz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, April 24, 2001 9:03 AM
Subject: Re: [JBoss-user] Accesing JBoss through a firewall


> Hello,
>
>     I already have found the solution for our problem, itīs here:
>
>
> http://www.mail-archive.com/jboss-user@list.working-dogs.com/msg09680.html
>
>     ------------------
>         Nameserver RMI: default 0: anonymous, cannot be configured in the
> current distribution.
>       You need to modify file jnp/src/main/org/jnp/server/main.java:
>
>       ...
>       setPort(Integer.getInteger("jnp.port",getPort()).intValue());
>       vvvvvv
>       setRmiPort(Integer.getInteger("jnp.rmiPort",getRmiPort()).intValue());
>
>       ^^^^^^
>       setLogging(Boolean.getBoolean("jnp.log"));
>       ...
>
>       and recompile the JNP server. After that you enter an additional
>       parameter in jnp.properties: jnp.rmiPort=xxxx.
>
> ------------------
>
>     Why is not this property defined in the release?
>     Thanks Wolfgang
>
>             Jose R.
>



_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
http://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to