Products | Versions |
---|---|
TIBCO Silver Fabric | - |
Not Applicable | - |
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 -->
<!-- <Connector port="8080" address="${jboss.bind.address}"
maxThreads="250" strategy="ms" maxHttpHeaderSize="8192"
emptySessionPath="true"
enableLookups="false" redirectPort="8443" acceptCount="100"
connectionTimeout="20000" disableUploadTimeout="true"/>
-->