How to suppress JBoss' 'welcome to wildfly' page
search cancel

How to suppress JBoss' 'welcome to wildfly' page

book

Article ID: 248683

calendar_today

Updated On:

Products

SITEMINDER

Issue/Introduction

How can we suppress the 'Welcome to Wildfly' page that is served when a user requests the Siteminder AdminUI (JBoss) base URL?

Environment

Release : ALL

Component : SITEMINDER WAM UI

Resolution

-Shut down AdminUI service (JBoss)
-Navigate to <Install-Dir>/adminui/standalone/configuration
-Make a backup of standalone-full.xml
-Open standalone-full.xml for editing and remove the following four lines:

<location name="/" handler="welcome-content"/>

 
<handlers>
                <file name="welcome-content" path="${jboss.home.dir}/welcome-content"/>
 </handlers>

-Save the file, restart JBoss, and test.  Users will now receive a 404 error instead of the Welcome to Wildfly page.