hi everybody!

We are using jboss for a workflow - and event - tracking - system with
applet- and html - based clients and it seems to me that jboss is very cool
:-)

Yesterday I split our environment in an (pre-)production and test
environment (both running on the same machine):
In order to do this I had to change many port numbers in many configuration
files and one line in

org.jboss.ejb.plugins.jrmp.server.JRMPContainerInvoker, method start() 

from
            UnicastRemoteObject.exportObject(this,4444);
to
 
UnicastRemoteObject.exportObject(this,Integer.getInteger("jrmp.internal.port
",4444).intValue());


this seems to be the only hard-coded port number in jboss (BETA-PROD-01),
could anybody with write access to the cvs server apply this or a similar
change?

gerolf.



--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to