The work around JMX is still half-baked. Though it does register all the available components and provides a read-only view of properties. The server currently use the RMI agent adaptor. So you should be able to connet through a clinet like jconsole and view the registered components.

Ta
Meeraj


From: "Antollini, Mario" <[EMAIL PROTECTED]>
Reply-To: tuscany-dev@ws.apache.org
To: <tuscany-dev@ws.apache.org>
Subject: RE: JXTA is working now - JMX question
Date: Wed, 28 Mar 2007 09:15:53 -0700

Meeraj,

As you posted in this email, I wanted to play around with Tuscany's JMX
capabilities a little bit.

However I only had access to information delivered by the JVM itself,
but nothing related to the runtime. I started the runtime this way:

java -Dcom.sun.management.jmxremote -Dtuscany.adminPort=2000 -jar
server.start.jar master

(NB: if -Dcom.sun.management.jmxremote is not added, I cannot connect
via jconnect)

Is there anything else I need to do, or Tuscany's JMX is not working
yet?

Thanks and regards,
Mario


-----Original Message-----
From: Fiorentino, Cristian
Sent: Monday, March 19, 2007 11:20 AM
To: Ganame, Sebastian; Antollini, Mario; Cilia, Mariano; Palmisano,
Diego; Salvucci, Sebastian; Maniasi, Sebastian; Voos, Javier A; Morin,
Ricardo A
Subject: FW: JXTA is working now


FYI


Cristian G. Fiorentino

Intel Corporation  - ASDC - Eng.

Argentina Software Development Center



+54-351-414-5595

[EMAIL PROTECTED]


-----Original Message-----
From: Meeraj Kunnumpurath [mailto:[EMAIL PROTECTED]
Sent: Sunday, March 18, 2007 9:03 AM
To: tuscany-dev@ws.apache.org
Subject: JXTA is working now

Hi,

I am able to start three servers (master, slave1 and slave2 profiles in
the
java/distribution/sca/demo directory), all in the same logical SCA
domain,
in different VMs and maintain the federation topology across the
servers.
You need to specify different JMX admin port with the system property
-Dtuscany.adminPort. For example,

java -Dtuscany.adminPort=2000 -jar server.start.jar master
java -Dtuscany.adminPort=3000 -jar server.start.jar slave1
java -Dtuscany.adminPort=4000 -jar server.start.jar slave2

Alternatively, you can start all the profiles in one VM.

java -jar server.start.jar master slave1 slave2.

This will use the default RMI port 1099.

I have attached a screenshot of the three profiles running in multiple
VMs
;-)

Ta
Meeraj

_________________________________________________________________
Txt a lot? Get Messenger FREE on your mobile.
https://livemessenger.mobile.uk.msn.com/

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


_________________________________________________________________
MSN Hotmail is evolving - check out the new Windows Live Mail. http://ideas.live.co.uk/


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to