Hide Forgot
- What is the nature and description of the request? As an developer I require the ability to add environment variables to the JBossEAP image with more generic variable names - Why does the customer need this? (List the business requirements here) Customer needs to add parameters (set as environment variables) for when the application starts up. - How would the customer like to achieve this? (List the functional requirements here) Edit the JBoss Image (and document the changes) to use more generic variables/variable names - For each functional requirement listed, specify how Red Hat and the customer can test to confirm the requirement is successfully implemented. Change the variables and then test them as what they replaced - Is there already an existing RFE upstream or in Red Hat Bugzilla? Not that I could find - Additional Info: Currently, to add a -D option to startup as well as add name="java.net.preferIPv4Stack" value="true" and name="file.encoding" value="ISO-8859-1" a developer would need to run the below command: oc env dc/eap-openshift "JBOSS_MESSAGING_ARGS"="-Djava.net.preferIPv4Stack=true -Dfile.encoding=ISO-8859-1"
Eric Rich <erich> updated the status of jira CLOUD-681 to Closed
Added the missing environment variables. The updated documents are available at https://access.redhat.com/documentation/en-us/red_hat_jboss_middleware_for_openshift/3/html-single/red_hat_jboss_enterprise_application_platform_for_openshift/