Notes |
|
(0002096)
|
ferg
|
07-02-07 08:41
|
|
In Resin 3.1, you need -J-DDEV_HOME. The top-level -D would only affect the watchdog manager.
I'm leaving this bug open in case it's possible to propagate the -D directly to the child without the -J. |
|
|
(0002097)
|
sergek
|
07-02-07 08:47
|
|
Thanks for the explanation. The -D works in 3.1.0 and 3.1.1, and it's only the snapshot that this doesn't work. I also tried passing the value explicitly in <jvm-args> and that didn't get it picked up either. |
|
|
(0002098)
|
sergek
|
07-02-07 22:02
|
|
|
|
(0002154)
|
ferg
|
07-30-07 09:52
|
|
The -J-D will have to be the replacement. There doesn't appear to be a way to find out the -D arguments directly, and any heuristic propagation of System.getProperty values would introduce more uncertainty about the normal operation. |
|
|
(0002155)
|
ferg
|
07-30-07 11:25
|
|
The arguments are available through JMX. |
|