Quiestion about Remote Management? [message #70459] |
Fri, 21 July 2006 12:54  |
Eclipse User |
|
|
|
Hi all,
sorry if this have awready been discussed.
Is there a way to remotely manage ad equinox framework.
What do I mean...
I have the equinox framework started on "computer1". Then I would like to
sit on "computer2" and to remotely install, start, stop bundles of the
equinox framework started on "computer1".
Thanks in advance...
|
|
|
|
|
|
Re: Quiestion about Remote Management? [message #70575 is a reply to message #70516] |
Mon, 24 July 2006 11:25  |
Eclipse User |
|
|
|
Originally posted by: robert.connell.unb.ca
This is a multipart message in MIME format.
--=_alternative 0054C622852571B5_=
Content-Type: text/plain; charset="US-ASCII"
I just took a look at that as I'll be needing something similar as well.
Is the org.eclipse.ui dependency in org.eclipse.equinox.jmx.server
temporary? I see that it's only used to cause an early startup. If I
decided to use this remote management stuff, I'd need to use it in a
UI-less server.
> The dependency on org.eclipse.ui is optional to allow the server to
start automatically when the application starts; otherwise you must
explicitly start the server bundle from the osgi command line.
I'm currently depending on the JMX server in Sun's Java 5 JRE and using
custom MBeans to manage my application. Could any of the OSGi management
stuff work with that or do I definitely need to use the server from the
Equinox incubator?
> The remote management project in the incubator provides a framework for
you to easily expose objects for remote management using jmx. I am not
sure what you mean by 'work with that'. The server portion of the
framework
has no explicit dependencies on 1.5 and therefore requires the user to
choose
a transport implementation for jmx to operate over.
I just took a look at that as I'll be needing something similar as well.
Is the org.eclipse.ui dependency in org.eclipse.equinox.jmx.server
temporary? I see that it's only used to cause an early startup. If I
decided to use this remote management stuff, I'd need to use it in a
UI-less server.
I'm currently depending on the JMX server in Sun's Java 5 JRE and using
custom MBeans to manage my application. Could any of the OSGi management
stuff work with that or do I definitely need to use the server from the
Equinox incubator?
Actually, I'm mostly interested in initiating updates from a remote
client. Is there something for that?
Pascal Rapicault wrote:
> Yes. Currently this can be done using the JMX work from the equinox
> incubator.
> See http://www.eclipse.org/equinox/incubator/monitoring/index.ph p
>
> "kiril mitov" <kiril_mitov@abv.bg> wrote in message
> news:9aa4c2e33e7f8ea2b129a6ed9b2b41f8$1@www.eclipse.org...
>> Hi all,
>> sorry if this have awready been discussed.
>>
>> Is there a way to remotely manage ad equinox framework.
>> What do I mean...
>>
>> I have the equinox framework started on "computer1". Then I would like
to
>> sit on "computer2" and to remotely install, start, stop bundles of the
>> equinox framework started on "computer1".
>>
>> Thanks in advance...
>>
>
>
Actually, I'm mostly interested in initiating updates from a remote
client. Is there something for that?
Pascal Rapicault wrote:
> Yes. Currently this can be done using the JMX work from the equinox
> incubator.
> See http://www.eclipse.org/equinox/incubator/monitoring/index.ph p
>
> "kiril mitov" <kiril_mitov@abv.bg> wrote in message
> news:9aa4c2e33e7f8ea2b129a6ed9b2b41f8$1@www.eclipse.org...
>> Hi all,
>> sorry if this have awready been discussed.
>>
>> Is there a way to remotely manage ad equinox framework.
>> What do I mean...
>>
>> I have the equinox framework started on "computer1". Then I would like
to
>> sit on "computer2" and to remotely install, start, stop bundles of the
>> equinox framework started on "computer1".
>>
>> Thanks in advance...
>>
>
>
--=_alternative 0054C622852571B5_=
Content-Type: text/html; charset="US-ASCII"
<br><tt><font size=2>I just took a look at that as I'll be needing something
similar as well.<br>
<br>
Is the org.eclipse.ui dependency in org.eclipse.equinox.jmx.server <br>
temporary? I see that it's only used to cause an early startup. If I <br>
decided to use this remote management stuff, I'd need to use it in a <br>
UI-less server.</font></tt>
<br>
<br><tt><font size=2><b>> The dependency on org.eclipse.ui is optional
to allow the server to</b></font></tt>
<br><tt><font size=2><b>start automatically when the application starts;
otherwise you must</b></font></tt>
<br><tt><font size=2><b>explicitly start the server bundle from the osgi
command line.</b></font></tt>
<br><tt><font size=2><br>
<br>
I'm currently depending on the JMX server in Sun's Java 5 JRE and using
<br>
custom MBeans to manage my application. Could any of the OSGi management
<br>
stuff work with that or do I definitely need to use the server from the
<br>
Equinox incubator?</font></tt>
<br>
<br><tt><font size=2><b>> The remote management project in the incubator
provides a framework for</b></font></tt>
<br><tt><font size=2><b>you to easily expose objects for remote management
using jmx. I am not</b></font></tt>
<br><tt><font size=2><b>sure what you mean by 'work with that'. The
server portion of the framework</b></font></tt>
<br><tt><font size=2><b>has no explicit dependencies on 1.5 and therefore
requires the user to choose </b></font></tt>
<br><tt><font size=2><b>a transport implementation for jmx to operate over.</b></font></tt>
<br>
<br><tt><font size=2>I just took a look at that as I'll be needing something
similar as well.<br>
<br>
Is the org.eclipse.ui dependency in org.eclipse.equinox.jmx.server <br>
temporary? I see that it's only used to cause an early startup. If I <br>
decided to use this remote management stuff, I'd need to use it in a <br>
UI-less server.<br>
<br>
I'm currently depending on the JMX server in Sun's Java 5 JRE and using
<br>
custom MBeans to manage my application. Could any of the OSGi management
<br>
stuff work with that or do I definitely need to use the server from the
<br>
Equinox incubator?<br>
<br>
Actually, I'm mostly interested in initiating updates from a remote <br>
client. Is there something for that?<br>
<br>
Pascal Rapicault wrote:<br>
> Yes. Currently this can be done using the JMX work from the equinox<br>
> incubator.<br>
> See http://www.eclipse.org/equinox/incubator/monitoring/index.ph p<br>
> <br>
> "kiril mitov" <kiril_mitov@abv.bg> wrote in message<br>
> news:9aa4c2e33e7f8ea2b129a6ed9b2b41f8$1@www.eclipse.org...<br>
>> Hi all,<br>
>> sorry if this have awready been discussed.<br>
>><br>
>> Is there a way to remotely manage ad equinox framework.<br>
>> What do I mean...<br>
>><br>
>> I have the equinox framework started on "computer1".
Then I would like to<br>
>> sit on "computer2" and to remotely install, start, stop
bundles of the<br>
>> equinox framework started on "computer1".<br>
>><br>
>> Thanks in advance...<br>
>><br>
> <br>
> <br>
<br>
Actually, I'm mostly interested in initiating updates from a remote <br>
client. Is there something for that?<br>
<br>
Pascal Rapicault wrote:<br>
> Yes. Currently this can be done using the JMX work from the equinox<br>
> incubator.<br>
> See http://www.eclipse.org/equinox/incubator/monitoring/index.ph p<br>
> <br>
> "kiril mitov" <kiril_mitov@abv.bg> wrote in message<br>
> news:9aa4c2e33e7f8ea2b129a6ed9b2b41f8$1@www.eclipse.org...<br>
>> Hi all,<br>
>> sorry if this have awready been discussed.<br>
>><br>
>> Is there a way to remotely manage ad equinox framework.<br>
>> What do I mean...<br>
>><br>
>> I have the equinox framework started on "computer1".
Then I would like to<br>
>> sit on "computer2" and to remotely install, start, stop
bundles of the<br>
>> equinox framework started on "computer1".<br>
>><br>
>> Thanks in advance...<br>
>><br>
> <br>
> </font></tt>
--=_alternative 0054C622852571B5_=--
|
|
|
Powered by
FUDForum. Page generated in 0.04533 seconds