15 lines
774 B
XML
15 lines
774 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<server>
|
|
<featureManager>
|
|
<feature>appSecurity-2.0</feature>
|
|
</featureManager>
|
|
<variable name="httpHost" value="*"/>
|
|
<variable name="managementMode" value="externallyprovisioned"/>
|
|
<variable name="mqConsoleRemoteSupportEnabled" value="false"/>
|
|
<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}"/>
|
|
<httpDispatcher enableWelcomePage="false" appOrContextRootMissingMessage='<script>document.location.href="/ibmmq/console/";</script>' />
|
|
<include location="tls.xml"/>
|
|
</server>
|