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.

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

Reply via email to