JBoss http port cannot be disabled

JBoss http port cannot be disabled

book

Article ID: KB0086652

calendar_today

Updated On:

Products Versions
TIBCO Silver Fabric -
Not Applicable -

Description

Resolution:
JBoss http port cannot be disabled. The JBoss Container's http port cannot be disabled by turning off the "http enabled" flag. You must either change the file in the Container or override the Container file in the Domain as follows:
In deploy\jbossweb-tomcat55.sar\server.xml, comment out the HTTP connector as seen below:
<!-- A HTTP/1.1 Connector on port 8080 -->
<!-- &ltConnector port="8080" address="${jboss.bind.address}"
maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
emptySessionPath="true"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"/>
-->

Issue/Introduction

JBoss http port cannot be disabled