Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » Quiestion about Remote Management?
Quiestion about Remote Management? [message #70459] Fri, 21 July 2006 16:54 Go to next message
kiril mitov is currently offline kiril mitovFriend
Messages: 128
Registered: July 2009
Senior Member
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 #70498 is a reply to message #70459] Sun, 23 July 2006 01:44 Go to previous messageGo to next message
Pascal Rapicault is currently offline Pascal RapicaultFriend
Messages: 333
Registered: July 2009
Location: Ottawa
Senior Member
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...
>
Re: Quiestion about Remote Management? [message #70516 is a reply to message #70498] Sun, 23 July 2006 11:31 Go to previous messageGo to next message
Erkki Lindpere is currently offline Erkki LindpereFriend
Messages: 90
Registered: July 2009
Member
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...
>>
>
>
Re: Quiestion about Remote Management? [message #70556 is a reply to message #70498] Mon, 24 July 2006 07:46 Go to previous messageGo to next message
kiril mitov is currently offline kiril mitovFriend
Messages: 128
Registered: July 2009
Senior Member
Thanks...
Re: Quiestion about Remote Management? [message #70575 is a reply to message #70516] Mon, 24 July 2006 15:25 Go to previous message
Eclipse UserFriend
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>&gt; 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>&gt; 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. &nbsp;I am not</b></font></tt>
<br><tt><font size=2><b>sure what you mean by 'work with that'. &nbsp;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>
&gt; Yes. Currently this can be done using the JMX work from the equinox<br>
&gt; incubator.<br>
&gt; See http://www.eclipse.org/equinox/incubator/monitoring/index.ph p<br>
&gt; <br>
&gt; &quot;kiril mitov&quot; &lt;kiril_mitov@abv.bg&gt; wrote in message<br>
&gt; news:9aa4c2e33e7f8ea2b129a6ed9b2b41f8$1@www.eclipse.org...<br>
&gt;&gt; Hi all,<br>
&gt;&gt; sorry if this have awready been discussed.<br>
&gt;&gt;<br>
&gt;&gt; Is there a way to remotely manage ad equinox framework.<br>
&gt;&gt; What do I mean...<br>
&gt;&gt;<br>
&gt;&gt; I have the equinox framework started on &quot;computer1&quot;.
Then I would like to<br>
&gt;&gt; sit on &quot;computer2&quot; and to remotely install, start, stop
bundles of the<br>
&gt;&gt; equinox framework started on &quot;computer1&quot;.<br>
&gt;&gt;<br>
&gt;&gt; Thanks in advance...<br>
&gt;&gt;<br>
&gt; <br>
&gt; <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>
&gt; Yes. Currently this can be done using the JMX work from the equinox<br>
&gt; incubator.<br>
&gt; See http://www.eclipse.org/equinox/incubator/monitoring/index.ph p<br>
&gt; <br>
&gt; &quot;kiril mitov&quot; &lt;kiril_mitov@abv.bg&gt; wrote in message<br>
&gt; news:9aa4c2e33e7f8ea2b129a6ed9b2b41f8$1@www.eclipse.org...<br>
&gt;&gt; Hi all,<br>
&gt;&gt; sorry if this have awready been discussed.<br>
&gt;&gt;<br>
&gt;&gt; Is there a way to remotely manage ad equinox framework.<br>
&gt;&gt; What do I mean...<br>
&gt;&gt;<br>
&gt;&gt; I have the equinox framework started on &quot;computer1&quot;.
Then I would like to<br>
&gt;&gt; sit on &quot;computer2&quot; and to remotely install, start, stop
bundles of the<br>
&gt;&gt; equinox framework started on &quot;computer1&quot;.<br>
&gt;&gt;<br>
&gt;&gt; Thanks in advance...<br>
&gt;&gt;<br>
&gt; <br>
&gt; </font></tt>
--=_alternative 0054C622852571B5_=--
Previous Topic:Getting reference to default ServletContext
Next Topic:SQL Editor
Goto Forum:
  


Current Time: Fri Apr 26 19:03:00 GMT 2024

Powered by FUDForum. Page generated in 0.03809 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top