Re: [JBoss-user] Accesing JBoss through a firewall

2001-04-24 Thread Scott M Stark

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());
>   vv
>   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=.
>
> --
>
> 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



Re: [JBoss-user] Accesing JBoss through a firewall

2001-04-24 Thread Jose Ramon Diaz

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());
  vv
  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=.

--

Why is not this property defined in the release?
Thanks Wolfgang

Jose R.

Jose Ramon Diaz wrote:

> Hi,
>
> We are trying to access an EJB in JBOSS from a servlet. But, beetwen
> servlet server and the JBoss server there is a firewall. Our problem is
> that JBoss is using another port than 1099 for JNDI, and it´s different
> each time.
> Is there anyway to set the port for a connection to a EJB?
>
> Thanks in advance...
>
> Jose R. & Juan
>
> ___
> JBoss-user mailing list
> [EMAIL PROTECTED]
> http://lists.sourceforge.net/lists/listinfo/jboss-user


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