Symptom:
After installation, HTTP and HTTPS ports are open by default. You need to disable the HTTP port.
Solution:
To disable the HTTP port, comment out the HTTP connector in the JBoss configuration.
Follow these steps:
port="18080"
Note: If you have configured a different port in the installation wizard, the port number may be different.
This port attribute is part of a <Connector> element.
The HTTP connector is disabled.
Example
<!-- <Connector port="18080" address="${jboss.bind.address}" connectionTimeout="20000" /> -->
Copyright © 2013 CA Technologies.
All rights reserved.
|
|