On Tue, 24 Oct 2000, Rickard Oberg wrote:
> Nope, I think it would be better to add this to
> org.jboss.ejb.deployment.JRMPContainerInvokerConfiguration where it belongs.
Okay, the change is in CVS. This coincided with moving the
standardXXX.xml files out of JARs and into the conf directory. In order
to change the port that the RMI objects are registered on, edit
conf/standardjboss.xml and change all appearances of "4444" to something
else. Or you can remove the parameter altogether and then each object
will pick its own port to listen on. It's in there once for each
container configuration.
You still can't run the server twice out of the same installation
directory unless you remove the port setting and use anonymous ports
(because both instances of the server read the same standardjboss.xml
file). However, you can remove the parameter, and then set up a second
set of configuration files as Rickard discussed in another thread, and
that should work.
I'll add this to the discussion in the manual on default ports and
multiple server instances per machine.
Aaron
--
--------------------------------------------------------------
To subscribe: [EMAIL PROTECTED]
To unsubscribe: [EMAIL PROTECTED]
Problems?: [EMAIL PROTECTED]