User: starksm Date: 01/04/26 00:50:51 Modified: src/etc/conf jnp.properties Log: Fix bug 419015 and rmiPort externalization. Revision Changes Path 1.2 +5 -2 jnp/src/etc/conf/jnp.properties Index: jnp.properties =================================================================== RCS file: /cvsroot/jboss/jnp/src/etc/conf/jnp.properties,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- jnp.properties 2000/10/10 12:42:36 1.1 +++ jnp.properties 2001/04/26 07:50:51 1.2 @@ -1,3 +1,6 @@ -# JNP server configuration +### JNP server configuration +# The port the JNDI naming service listens on jnp.port=1099 -jnp.log=true +# The port the RMI NamingServer is exported on, 0 = bind any available port +jnp.rmiPort=0 + _______________________________________________ Jboss-development mailing list [EMAIL PROTECTED] http://lists.sourceforge.net/lists/listinfo/jboss-development
