Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Equinox » How to let run Equinox on a debian server in the background / deploy Equinox?
How to let run Equinox on a debian server in the background / deploy Equinox? [message #509065] Thu, 21 January 2010 10:27 Go to next message
Eclipse UserFriend
Originally posted by: guen.my-lounge.net

Hi all,

the Equinox framework can be started with: java -jar
org.eclipse.osgi.jar -console
but if I exit the console Equinox is stopping too. Is there a way to let
it run in the background (on a debian server) and login to the OSGi
console if its needed (while its running)?

thanks for help!
guen
Re: How to let run Equinox on a debian server in the background / deploy Equinox? [message #509159 is a reply to message #509065] Thu, 21 January 2010 14:43 Go to previous messageGo to next message
Thomas Watson is currently offline Thomas WatsonFriend
Messages: 503
Registered: July 2009
Senior Member
You can use -console <port #> to listen on a port to connect to the console. Note that this is not a secure connection.

Also see https://bugs.eclipse.org/bugs/show_bug.cgi?id=279562 for more advanced ways of connecting to the console. This is new functionality that got added to 3.6.

HTH

Tom.
Re: How to let run Equinox on a debian server in the background / deploy Equinox? [message #509384 is a reply to message #509159] Fri, 22 January 2010 10:25 Go to previous message
Eclipse UserFriend
Originally posted by: guen.my-lounge.net

Hi Tom,
thanks for your help! That was the hint I needed :-), now I could start
the server in the background via

# ./eclipse -console 7234 > /var/lib/osgi/console.log &

and get access via

# telnet IP 7234

greetz
guen

Thomas Watson schrieb:
> You can use -console <port #> to listen on a port to connect to the
> console. Note that this is not a secure connection.
>
> Also see https://bugs.eclipse.org/bugs/show_bug.cgi?id=279562 for more
> advanced ways of connecting to the console. This is new functionality
> that got added to 3.6.
>
> HTH
>
> Tom.
Previous Topic:Possible bug in PreferenceService#getByteArray
Next Topic:declarative services:: allows interface names with leading whitespace
Goto Forum:
  


Current Time: Tue Apr 16 12:28:46 GMT 2024

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

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

Back to the top