Skip to content

Commit 85976e1

Browse files
Simon HirstGitHub Enterprise
authored andcommitted
Merge pull request #207 from mq-cloudpak/sjh/remote-qm-fix
Disabling remote queue managers
2 parents 61e94ed + 4bf3c81 commit 85976e1

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="mqConsoleRemoteSupportEnabled" value="false"/>
3940
<variable name="mqConsoleEnableUnsafeInline" value="true"/>
4041
<jndiEntry jndiName="mqConsoleDefaultCCDTHostname" value="${env.MQ_CONSOLE_DEFAULT_CCDT_HOSTNAME}"/>
4142
<jndiEntry jndiName="mqConsoleDefaultCCDTPort" value="${env.MQ_CONSOLE_DEFAULT_CCDT_PORT}"/>

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="mqConsoleRemoteSupportEnabled" value="false"/>
2425
<variable name="mqConsoleEnableUnsafeInline" value="true"/>
2526
<jndiEntry jndiName="mqConsoleDefaultCCDTHostname" value="${env.MQ_CONSOLE_DEFAULT_CCDT_HOSTNAME}"/>
2627
<jndiEntry jndiName="mqConsoleDefaultCCDTPort" value="${env.MQ_CONSOLE_DEFAULT_CCDT_PORT}"/>

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="mqConsoleRemoteSupportEnabled" value="false"/>
4142
<variable name="mqConsoleEnableUnsafeInline" value="true"/>
4243
<jndiEntry jndiName="mqConsoleDefaultCCDTHostname" value="${env.MQ_CONSOLE_DEFAULT_CCDT_HOSTNAME}"/>
4344
<jndiEntry jndiName="mqConsoleDefaultCCDTPort" value="${env.MQ_CONSOLE_DEFAULT_CCDT_PORT}"/>

0 commit comments

Comments
 (0)