-
Task
-
Resolution: Unresolved
-
Major
-
None
-
None
-
None
-
False
-
-
False
-
-
The two user stories for the changes are here:
https://issues.redhat.com/browse/OPENJDK-2034
https://issues.redhat.com/browse/OPENJDK-2033
Basically the JAVA_APP_DIR has always been set to /deployments. With this change the user can set JAVA_APP_DIR and that should be the working folder.
Added test coverage is needed:
1. What happens when the JAVA_APP_DIR is set to the default. This is what currently happens and is set to /deployments
2. What happens when the JAVA_APP_DIR is set to "/home/jboss"
3. What happens when the JAVA_APP_DIR is set to just a folder and not the full path "java_app".
4. What happens when the JAVA_APP_DIR is set to a folder that does not exist on the root directory .