Details
-
Type:
Improvement
-
Status: Resolved
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 2.2.4, 3.0.0
-
Fix Version/s: None
-
Component/s: None
-
Labels:None
Description
You can use KARAF_OPTS to set extra properties for your Karaf process when using bin/karaf. However, even though KARAF_OPTS is defined and used in bin/admin, the extra properties do not make it to the start command. The start command creates a new process so Karaf needs to propagate the KARAF_OPTS values to this new process. Attaching patches shortly.