Feature Requests item #418736, was updated on 2001-04-24 23:38 You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376688&aid=418736&group_id=22866 Category: None Group: None Status: Open Priority: 5 Submitted By: Nobody/Anonymous (nobody) Assigned to: Nobody/Anonymous (nobody) Summary: Set RMI Port Initial Comment: Sometimes it�s needed to set RMI port to avoid problems with firewalls, now the port is random. The next section is extracted from: http://www.mail-archive.com/[email protected]/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. ------------------- ---------------------------------------------------------------------- You can respond by visiting: http://sourceforge.net/tracker/?func=detail&atid=376688&aid=418736&group_id=22866 _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
