Nathan,

Try the following attribute for your mbean configurations:

<attribute name="BindAddress">%YOUR IP ADDRESS THERE%</attribute>

you can add that, for example, in /jboss/server/default/deploy/jms/jbossmq-service.xml

<mbean code="org.jboss.mq.il.oil.OILServerILService" 
name="jboss.mq:service=InvocationLayer,type=OIL">
        <depends optional-attribute-name="Invoker">jboss.mq:service=Invoker</depends>
        <attribute name="ConnectionFactoryJNDIRef">ConnectionFactory</attribute>
        <attribute name="XAConnectionFactoryJNDIRef">XAConnectionFactory</attribute>
        <attribute name="ServerBindPort">8090</attribute>
        <attribute name="BindAddress">192.168.57.26</attribute>
        <attribute name="PingPeriod">60000</attribute>
        <attribute name="EnableTcpNoDelay">true</attribute>
</mbean>

Take a look at the DTDs provided by JBOSS, I used that and it works like a charm

Sebastien



-----Original Message-----
From: Nathan Hoover [mailto:[EMAIL PROTECTED]
Sent: Friday, June 06, 2003 12:07 PM
To: [EMAIL PROTECTED]
Subject: [JBoss-user] bind to specific IP


We run JBoss on our HP NonStop mainframe system... Needless to say, it's 
not financially reasonable to purchase several of these systems for testing 
purposes - integration, QA, UA, and so we want to run several copies of 
JBoss, bound to different network adapters, on the same system.

Is this possible? If so, how?

Thanks
Nathan



-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user


-------------------------------------------------------
This SF.net email is sponsored by:  Etnus, makers of TotalView, The best
thread debugger on the planet. Designed with thread debugging features
you've never dreamed of, try TotalView 6 free at www.etnus.com.
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to