----- Original Message -----
From: "Aaron Mulder" <[EMAIL PROTECTED]>
To: "jBoss Developer" <[EMAIL PROTECTED]>
Sent: Tuesday, October 10, 2000 5:46 AM
Subject: Re: [jBoss-Dev] Multiple jBoss Instances


> You can run all the services on different ports, however, so you
> could still run multiple jBoss instances on the same machine before the
> clustering improvements are ready.  There are directions for changing the
> default ports in the manual.  Then your client (J2EE or JMX or
> whatever) just needs to use the correct port to connect, and everything
> else will be the same.
>
> Aaron

The question raised from my JMX Connector which should be able to look
up more than one jBoss instance running which means more than one JMX
Connector server-side being registered on the same JNDI service.
At the moment I solved this by adding the host name within the JMX Connector
JNDI name which then can be extracted. The JNDI name looks this way:
jmx:<host-name>:<protocol name>
But this will then raise the problem when you have two instances running on
the same computer!

Still thanx for your helps it gave me some insights.

Mad Andy

>
> On Mon, 9 Oct 2000, Andy "Mad" Schaefer wrote:
> > Hi Geeks
> >
> > As far as I remember multiple jBoss instances cannot use the
> > same JNDI instance and therefore you cannot run multiple
> > jBoss instances on the same computer.
> >
> > Is this planned for the near future to implement and how will
> > this influence the JNDI names for the JMX components?
> >
> > Have fun - Mad Andy
> >
> >
>
>


Reply via email to