Emerson,

The JMX-HTML Adaptor MBean (from Sun jmxtools.jar) does not allow the
specification of a bind address - only a port, and max # of clients. There
is no attribute for it, and in fact, the server socket open call uses the
no-address constructor (port,backlog). That said, I thought someone was
working on a JMX-HTML replacement, but I don't know where it stands. It
would be pretty simple to write a new one, say org.jboss.jmx.adaptor.html,
that is like Sun's but takes an address attribute and uses it.

#mike


-----Original Message-----
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED]]On Behalf Of
Emerson Cargnin - MSA
Sent: Monday, June 24, 2002 9:55 AM
To: [EMAIL PROTECTED]
Subject: Re: [JBoss-dev] Re: [JBoss-user] JBoss in a multi developers
environment


Hi all, I've been posting about this subject a while ago, and we are
using multi instances of jboss/eclipse and tomcat in the same machine
for use by developers remotely. We use the approache of a multi-homed
host, with more then one ip address.
At first we some of services out, changed the conf/jboss-services.xml
including bind-address tags.
In one instance , we changed  jboss-service.xml inside
jmx-html-adaptor.sar  to use other port. Is there a way to change the
bind address instead???

Sacha Labourey wrote:

>Hello Mike,
>
>>If I understand your question correctly, yes (well, no to the 'dreaming'
>>question :-) ). The 'default' list of ports would either be in the config
>>file (like example below), or in each of the services' respective config
>>files.
>>
>>I think this is what you mean (?). At config-time, just specify the server
>>(default, serverA, etc) you want to run, in servicebinding-service.xml.
>>Sacha - let me know if this is NOT what you mean!
>>
>
>Well, not exactly. In fact, I should simply read more carefuly your doc. I
>was thinking to something like that:
>
><server name="default">
>    <service name="jboss:service=Naming">
>      <listen-host-name></listen-host-name>
>      <listen-port>1099</listen-port>
>    </service>
>    <service name="jboss:service=Hypersonic">
>      <listen-host-name></listen-host-name>
>      <listen-port>1476</listen-port>
>    </service>
>    ...
></server>
><server name="serverA">
>    <default-host-name>serverA_hostname</default-host-name>
>    <!-- no service tag necessary... implicit "extend" statement -->
></server>
>
>or something like
>
><server name="default">
>    <service name="jboss:service=Naming">
>      <listen-host-name></listen-host-name>
>      <listen-port>1099</listen-port>
>    </service>
>    <service name="jboss:service=Hypersonic">
>      <listen-host-name></listen-host-name>
>      <listen-port>1476</listen-port>
>    </service>
>    ...
></server>
><server name="serverA" extends="default">
>    <default-host-name>serverA_hostname</default-host-name>
>    <!-- no service tag necessary -->
></server>
>
>but the default-host-name could be in the server tag as:
><server name="serverA" extends="default"
>default-host-name="serverA_hostname"/>
>
>It is just that on multi-homed computer, the port is generally the same,
>only the IP changes.
>
>Cheers,
>
>
>                               Sacha
>
>
>
>
>-------------------------------------------------------
>Sponsored by:
>ThinkGeek at http://www.ThinkGeek.com/
>_______________________________________________
>Jboss-development mailing list
>[EMAIL PROTECTED]
>https://lists.sourceforge.net/lists/listinfo/jboss-development
>




-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development



-------------------------------------------------------
Sponsored by:
ThinkGeek at http://www.ThinkGeek.com/
_______________________________________________
Jboss-development mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-development

Reply via email to