add variable in mqwebuser.xml to fix the webconsole issue (#131)

* add variable in mqwebuser.xml to fix the webconsole issue

* add fix to the other mqwebuser.xml files
This commit is contained in:
Amrit K Kandola
2020-12-14 17:09:04 +00:00
committed by GitHub Enterprise
parent aa7580aa5a
commit e1978541db
3 changed files with 3 additions and 0 deletions

View File

@@ -36,6 +36,7 @@
</basicRegistry>
<variable name="httpHost" value="*"/>
<variable name="managementMode" value="externallyprovisioned"/>
<variable name="mqConsoleEnableUnsafeInline" value="true"/>
<jndiEntry jndiName="mqConsoleDefaultCCDTHostname" value="${env.MQ_CONSOLE_DEFAULT_CCDT_HOSTNAME}"/>
<jndiEntry jndiName="mqConsoleDefaultCCDTPort" value="${env.MQ_CONSOLE_DEFAULT_CCDT_PORT}"/>
<include location="tls.xml"/>