[jboss-jira] [JBoss JIRA] (WFCORE-605) MORE_JAVA_OPTS for standalone.sh
Rostislav Svoboda (JIRA)
issues at jboss.org
Tue Mar 24 05:20:19 EDT 2015
[ https://issues.jboss.org/browse/WFCORE-605?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13052873#comment-13052873 ]
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)
More information about the jboss-jira
mailing list