ops4j / org.ops4j.pax.runner

Multi Framework OSGi Runner
http://team.ops4j.org/wiki/display/paxrunner/
47 stars 39 forks source link

Cannot launch several pax runner daemons with the same user because of hardcoded path of org.ops4j.pax.runner.daemon.lock file [PAXRUNNER-416] #180

Open ops4j-issues opened 12 years ago

ops4j-issues commented 12 years ago

Sylvain Morin created PAXRUNNER-416

I want to launch 2 pax runner daemons with the same user, for continuous integration purpose.

The second instance failed, because the lock file is already created in : $user.home/.pax/

The path to the lock file cannot be changed with a propery (whereas it's possible for the password file, in the same class).

It's would be nice to configure the lock file path with the org.ops4j.pax.runner.daemon.lock property.


Affects: 1.7.6 Votes: 2, Watches: 1