Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[equinox-dev] Standard way to daemonize Equinox

Hi,

After puttering around for a few minutes I found something for daemonizing Equinox but I wanted to see if there is a more standard way. In my Java Service Wrapper I have the following:

wrapper.app.parameter.1=org.eclipse.equinox.launcher.Main
wrapper.app.parameter.2=-console
wrapper.app.parameter.3=5901
wrapper.app.parameter.4=-noExit

Is there a better, more accepted way of doing this? I'm attempting to create a framework for building stock Maven assemblies for JSW+Plexus, JSW+Equinox, and JSW+Jetty and I just want to make sure I'm using the best practices for Equinox.

Thanks,

Jason

----------------------------------------------------------
Jason van Zyl
Founder,  Apache Maven
http://twitter.com/jvanzyl
----------------------------------------------------------

Selfish deeds are the shortest path to self destruction.

 -- The Seven Samuari, Akira Kurosawa



Back to the top