Skip to content

Commit e197854

Browse files
amritkandola-1GitHub Enterprise
authored andcommitted
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
1 parent aa7580a commit e197854

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

incubating/mqadvanced-server-dev/web/installations/Installation1/servers/mqweb/mqwebuser.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
</basicRegistry>
3737
<variable name="httpHost" value="*"/>
3838
<variable name="managementMode" value="externallyprovisioned"/>
39+
<variable name="mqConsoleEnableUnsafeInline" value="true"/>
3940
<jndiEntry jndiName="mqConsoleDefaultCCDTHostname" value="${env.MQ_CONSOLE_DEFAULT_CCDT_HOSTNAME}"/>
4041
<jndiEntry jndiName="mqConsoleDefaultCCDTPort" value="${env.MQ_CONSOLE_DEFAULT_CCDT_PORT}"/>
4142
<include location="tls.xml"/>

web/installations/Installation1/servers/mqweb/mqwebuser.xml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@
2121
</application-bnd>
2222
</enterpriseApplication>
2323
<variable name="httpHost" value="*"/>
24+
<variable name="mqConsoleEnableUnsafeInline" value="true"/>
2425
<jndiEntry jndiName="mqConsoleDefaultCCDTHostname" value="${env.MQ_CONSOLE_DEFAULT_CCDT_HOSTNAME}"/>
2526
<jndiEntry jndiName="mqConsoleDefaultCCDTPort" value="${env.MQ_CONSOLE_DEFAULT_CCDT_PORT}"/>
2627
<include location="tls.xml"/>

web/installations/Installation1/servers/mqweb/mqwebuser.xml.tpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@
3838
</openidConnectClient>
3939
<variable name="httpHost" value="*"/>
4040
<variable name="managementMode" value="externallyprovisioned"/>
41+
<variable name="mqConsoleEnableUnsafeInline" value="true"/>
4142
<jndiEntry jndiName="mqConsoleDefaultCCDTHostname" value="${env.MQ_CONSOLE_DEFAULT_CCDT_HOSTNAME}"/>
4243
<jndiEntry jndiName="mqConsoleDefaultCCDTPort" value="${env.MQ_CONSOLE_DEFAULT_CCDT_PORT}"/>
4344
<httpDispatcher enableWelcomePage="false" appOrContextRootMissingMessage='&lt;script&gt;document.location.href="/ibmmq/console";&lt;/script&gt;' />

0 commit comments

Comments
 (0)