[
https://issues.jboss.org/browse/WFCORE-605?page=com.atlassian.jira.plugin...
]
Rostislav Svoboda commented on WFCORE-605:
------------------------------------------
What will happen with WILDFLY_EXTRA_JAVA_OPTS when it goes into the product ?
EAP_EXTRA_JAVA_OPTS ?
Appending additional environment variables to the standalone.conf should be enough
{code}
echo "JAVA_OPTS=\"$JAVA_OPTS -Dkey.value\"" >>
$JBOSS_HOME/standalone.conf
{code}
MORE_JAVA_OPTS for standalone.sh
--------------------------------
Key: WFCORE-605
URL:
https://issues.jboss.org/browse/WFCORE-605
Project: WildFly Core
Issue Type: Feature Request
Components: Scripts
Reporter: Arun Gupta
Extend standalone.sh such that it takes an additional environment variable that is then
added to JAVA_OPTS during startup.
This can be used for passing additional Java options from WildFly
Docker image. Cursory look at the script does not reveal anything like
that exist.
--
This message was sent by Atlassian JIRA
(v6.3.11#6341)