Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » how to remote controll the Equinox server?
how to remote controll the Equinox server? [message #100777] Thu, 01 November 2007 06:31 Go to next message
Eclipse UserFriend
Originally posted by: bob.yang.unison.net.cn

Hello everybody,

I am new to Equinox and want to use it in the server side.
So I want to controll the Equinox server remotely just as
done in the console mode.
How can I do this? Any Idea? Thanks.

Best regards

Bob Yang
Re: how to remote controll the Equinox server? [message #100789 is a reply to message #100777] Thu, 01 November 2007 07:35 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: lifesting.gmail.com

Bob Yang wrote:
> Hello everybody,
>
> I am new to Equinox and want to use it in the server side.
> So I want to controll the Equinox server remotely just as
> done in the console mode.
> How can I do this? Any Idea? Thanks.
>
> Best regards
>
> Bob Yang
There are a lot of mature project that match your need, the key
requirement you described is *Remote Control*.

below is the link of OSGIManager, a web-based OSGi management framework.

http://tid-osgimanager.forge.os4os.org/

Hope this help you!
Re: how to remote controll the Equinox server? [message #100817 is a reply to message #100789] Thu, 01 November 2007 09:19 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.yang.unison.net.cn

David BY Chan wrote:
> Bob Yang wrote:
>> Hello everybody,
>>
>> I am new to Equinox and want to use it in the server side.
>> So I want to controll the Equinox server remotely just as
>> done in the console mode.
>> How can I do this? Any Idea? Thanks.
>>
>> Best regards
>>
>> Bob Yang
> There are a lot of mature project that match your need, the key
> requirement you described is *Remote Control*.
>
> below is the link of OSGIManager, a web-based OSGi management framework.
>
> http://tid-osgimanager.forge.os4os.org/
>
> Hope this help you!
>
>
>
Thanks very much. I visited the web site you mentioned, but it inaccessible.
Could you recommend some other projects? thanks a lot.
Re: how to remote controll the Equinox server? [message #100859 is a reply to message #100817] Fri, 02 November 2007 08:39 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: llars.ohlen.tietoenator.com

Hi,

Actually there is a OSGi standard way of accessing the console remotely.

Simply pass a port number after -console (like -console 23) and now your
OSGi prompt
is accessable via Telnet.

/Lars







"Bob Yang" <bob.yang@unison.net.cn> skrev i meddelandet
news:fgc5b6$8ba$1@build.eclipse.org...
> David BY Chan wrote:
>> Bob Yang wrote:
>>> Hello everybody,
>>>
>>> I am new to Equinox and want to use it in the server side.
>>> So I want to controll the Equinox server remotely just as
>>> done in the console mode.
>>> How can I do this? Any Idea? Thanks.
>>>
>>> Best regards
>>>
>>> Bob Yang
>> There are a lot of mature project that match your need, the key
>> requirement you described is *Remote Control*.
>>
>> below is the link of OSGIManager, a web-based OSGi management framework.
>>
>> http://tid-osgimanager.forge.os4os.org/
>>
>> Hope this help you!
>>
>>
>>
> Thanks very much. I visited the web site you mentioned, but it
> inaccessible.
> Could you recommend some other projects? thanks a lot.
Re: how to remote controll the Equinox server? [message #100895 is a reply to message #100859] Fri, 02 November 2007 10:09 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: bob.yang.unison.net.cn

Lars Ohlén wrote:
> Hi,
>
> Actually there is a OSGi standard way of accessing the console remotely.
>
> Simply pass a port number after -console (like -console 23) and now your
> OSGi prompt
> is accessable via Telnet.
>
> /Lars
>
>
>
>
>
>
>
> "Bob Yang" <bob.yang@unison.net.cn> skrev i meddelandet
> news:fgc5b6$8ba$1@build.eclipse.org...
>> David BY Chan wrote:
>>> Bob Yang wrote:
>>>> Hello everybody,
>>>>
>>>> I am new to Equinox and want to use it in the server side.
>>>> So I want to controll the Equinox server remotely just as
>>>> done in the console mode.
>>>> How can I do this? Any Idea? Thanks.
>>>>
>>>> Best regards
>>>>
>>>> Bob Yang
>>> There are a lot of mature project that match your need, the key
>>> requirement you described is *Remote Control*.
>>>
>>> below is the link of OSGIManager, a web-based OSGi management framework.
>>>
>>> http://tid-osgimanager.forge.os4os.org/
>>>
>>> Hope this help you!
>>>
>>>
>>>
>> Thanks very much. I visited the web site you mentioned, but it
>> inaccessible.
>> Could you recommend some other projects? thanks a lot.
>
>

It's very cool, and just what I want, thanks! :)
Re: how to remote controll the Equinox server? [message #100909 is a reply to message #100895] Sat, 03 November 2007 07:48 Go to previous message
Eclipse UserFriend
Originally posted by: bob.yang.unison.net.cn

Hi Lars,

According to your hints, I found the following link is useful.
http://help.eclipse.org/help33/topic/org.eclipse.platform.do c.isv/reference/misc/runtime-options.html

wish this can help others.

Bob Yang wrote:
> Lars Ohlén wrote:
>> Hi,
>>
>> Actually there is a OSGi standard way of accessing the console remotely.
>>
>> Simply pass a port number after -console (like -console 23) and now
>> your OSGi prompt
>> is accessable via Telnet.
>>
>> /Lars
>>
>>
>>
>>
>>
>>
>>
>> "Bob Yang" <bob.yang@unison.net.cn> skrev i meddelandet
>> news:fgc5b6$8ba$1@build.eclipse.org...
>>> David BY Chan wrote:
>>>> Bob Yang wrote:
>>>>> Hello everybody,
>>>>>
>>>>> I am new to Equinox and want to use it in the server side.
>>>>> So I want to controll the Equinox server remotely just as
>>>>> done in the console mode.
>>>>> How can I do this? Any Idea? Thanks.
>>>>>
>>>>> Best regards
>>>>>
>>>>> Bob Yang
>>>> There are a lot of mature project that match your need, the key
>>>> requirement you described is *Remote Control*.
>>>>
>>>> below is the link of OSGIManager, a web-based OSGi management
>>>> framework.
>>>>
>>>> http://tid-osgimanager.forge.os4os.org/
>>>>
>>>> Hope this help you!
>>>>
>>>>
>>>>
>>> Thanks very much. I visited the web site you mentioned, but it
>>> inaccessible.
>>> Could you recommend some other projects? thanks a lot.
>>
>>
>
> It's very cool, and just what I want, thanks! :)
Previous Topic:best approach for unit testing
Next Topic:AOP and OSGi
Goto Forum:
  


Current Time: Wed Sep 25 07:35:51 GMT 2024

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

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

Back to the top