-
Bug
-
Resolution: Done
-
Major
-
JWS 3.0.1 CR1
-
None
-
Release Notes
-
-
-
-
-
-
-
Documented as Known Issue
-
Workaround Exists
-
-
If you try to use ./daemon.sh --tomcat-user your_user start it will hit an incorrectly expanded commons-daemon.jar -> ../../java/commons-daemon-*.jar. The error originated from my patch in JWS-155 where createsymlink() function's ln does not expand * in createsymlink "../../java/commons-daemon-*.jar" commons-daemon.jar.
Furthermore, fiddling with * is actually completely unnecessary, because ../../java/commons-daemon.jar file exists; it's already a symlink to commons-daemon.jar -> commons-daemon-1.0.15-redhat-1.jar.