• Andy Wilkinson's avatar
    Log all configured connectors when Tomcat is initialized · ef8472a9
    Andy Wilkinson authored
    Previously, Tomcat initialization would only log the port of the
    primary connector and would omit the scheme, whereas once Tomcat was
    started the port of every connector and their schemes would be logged.
    
    This commit makes things symmetrical by updating the logging performed
    at initialization to include every connector's port and scheme.
    
    During initialization the port number that the connector the has
    been configured with is logged. This means that, if the connector has
    been configured to bind to an free port, 0 will be logged. Once
    Tomcat has started, the number of the port that the connector has
    bound to is logged.
    
    Closes gh-1601
    ef8472a9
Name
Last commit
Last update
docs Loading commit data...
eclipse Loading commit data...
spring-boot Loading commit data...
spring-boot-actuator Loading commit data...
spring-boot-autoconfigure Loading commit data...
spring-boot-cli Loading commit data...
spring-boot-dependencies Loading commit data...
spring-boot-docs Loading commit data...
spring-boot-full-build Loading commit data...
spring-boot-integration-tests Loading commit data...
spring-boot-parent Loading commit data...
spring-boot-samples Loading commit data...
spring-boot-starters Loading commit data...
spring-boot-tools Loading commit data...
spring-boot-versions Loading commit data...
.gitignore Loading commit data...
.settings-template.xml Loading commit data...
.travis.yml Loading commit data...
CONTRIBUTING.adoc Loading commit data...
README.adoc Loading commit data...
pom.xml Loading commit data...