Hide Forgot
Description of problem: Opening this bug so we don't forget to make any necessary changes. Known issues: - Remoting - Was the copyright removed on purpose? - Are we going to turn off console? - Are we going to use env. consistently and migrate all the existing apps so we can change our code? Version-Release number of selected component (if applicable): How reproducible: Steps to Reproduce: 1. 2. 3. Actual results: Expected results: Additional info:
Created attachment 566082 [details] 7.0.2_standalone.xml
Created attachment 566083 [details] 7.1.0 standalone.xml
Created attachment 566084 [details] migrated standalone.xml
From Scott: 1. Yes, copyright was removed as it is now located in the jboss-as-7.1.0.Final/LICENSE.txt file. I guess this is a general move we are making with projects. 2. We can remove the management-interfaces/http-interface section to not expose the web version of the management console, even though this is not usable by default because there are no admin users defined. 3. Yes, we should use the env. prefix consistently. We should be migrating or simply have users to that.
Disabled remoting, management, and console logging. Also updated the xslt.
What about the env vars?
Just updated ${OPENSHIFT...} to ${env.OPENSHIFT...}
I'm still not seeing env. in the migrated ones.
Yeah, I also not seeing env. after migration. the following is copied from the merged one after migration: <loopback-address value="${OPENSHIFT_INTERNAL_IP}"/> </interface> <interface name="public"> <loopback-address value="${OPENSHIFT_INTERNAL_IP}"/>
Dan and I fixed this last night - should be in the next build.
Have tested this on devenv-stage_139 , environment variables have been changed to env.OPENSHIFT... like: <user-name>${env.OPENSHIFT_DB_USERNAME}</user-name> <password>${env.OPENSHIFT_DB_PASSWORD}</password>