Support configurable lock directory for container level locking (for
master/slave deployments).
-----------------------------------------------------------------------------------------------
Key: SMX4KNL-130
URL: https://issues.apache.org/activemq/browse/SMX4KNL-130
Project: ServiceMix Kernel
Issue Type: Improvement
Environment: *nix and windows.
Reporter: Jamie Goodyear
Attachments: smx4knl-130.txt
Allow the lock directory to be configurable. Currently the lock file is located
in the directory represented by the value of the "servicemix.base" property.
{code}
File base = new File(props.getProperty("servicemix.base"));
{code}
Ideally the container should support using a property that is dedicated to this
locking mechanism (servicemix.lockdir?) and if it is not specified, use the
servicemix.base.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.