Skip to content

Commit aa7580a

Browse files
committed
Set Web-Console CCDT values
1 parent 4366cd8 commit aa7580a

File tree

3 files changed

+6
-0
lines changed

3 files changed

+6
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,7 @@
3636
</basicRegistry>
3737
<variable name="httpHost" value="*"/>
3838
<variable name="managementMode" value="externallyprovisioned"/>
39+
<jndiEntry jndiName="mqConsoleDefaultCCDTHostname" value="${env.MQ_CONSOLE_DEFAULT_CCDT_HOSTNAME}"/>
40+
<jndiEntry jndiName="mqConsoleDefaultCCDTPort" value="${env.MQ_CONSOLE_DEFAULT_CCDT_PORT}"/>
3941
<include location="tls.xml"/>
4042
</server>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,5 +21,7 @@
2121
</application-bnd>
2222
</enterpriseApplication>
2323
<variable name="httpHost" value="*"/>
24+
<jndiEntry jndiName="mqConsoleDefaultCCDTHostname" value="${env.MQ_CONSOLE_DEFAULT_CCDT_HOSTNAME}"/>
25+
<jndiEntry jndiName="mqConsoleDefaultCCDTPort" value="${env.MQ_CONSOLE_DEFAULT_CCDT_PORT}"/>
2426
<include location="tls.xml"/>
2527
</server>

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,8 @@
3838
</openidConnectClient>
3939
<variable name="httpHost" value="*"/>
4040
<variable name="managementMode" value="externallyprovisioned"/>
41+
<jndiEntry jndiName="mqConsoleDefaultCCDTHostname" value="${env.MQ_CONSOLE_DEFAULT_CCDT_HOSTNAME}"/>
42+
<jndiEntry jndiName="mqConsoleDefaultCCDTPort" value="${env.MQ_CONSOLE_DEFAULT_CCDT_PORT}"/>
4143
<httpDispatcher enableWelcomePage="false" appOrContextRootMissingMessage='&lt;script&gt;document.location.href="/ibmmq/console";&lt;/script&gt;' />
4244
<include location="tls.xml"/>
4345
</server>

0 commit comments

Comments
 (0)