Link to home
Start Free TrialLog in
Avatar of DBB
DBB

asked on

Java service wrapper

Hi,

Can anyone recommend a good (preferably free to redistribute) wrapper for a java app.

Preferably fully wrapping the jar (not just launching it from another directory).

This is for an app to be run as a service (or daemon).

Thanks

Dbb
ASKER CERTIFIED SOLUTION
Avatar of eicheled
eicheled

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of DBB
DBB

ASKER

How does this work, does is wrap the jar leaving an exe?
For windows, we deploy the 'application' as a folder that contains everything we need to run the application (a lib dir containing jars, a conf dir containing config files, etc). Then we configure the service wrapper (by way of it's predetermined configuration file) to include all the necessary files in it's classpath. The distribution contains scripts for running the app as a service, or running it directly as an exe via the wrapper.exe executable.

Avatar of DBB

ASKER

Thanks, any more with a more flexible distribution license?