|
|
|
@ -705,7 +705,10 @@ public class TomcatServletWebServerFactory extends AbstractServletWebServerFacto |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
/** |
|
|
|
/** |
|
|
|
* Add {@link Connector}s in addition to the default connector, e.g. for SSL or AJP |
|
|
|
* Add {@link Connector}s in addition to the default connector, e.g. for SSL or AJP. |
|
|
|
|
|
|
|
* <p> |
|
|
|
|
|
|
|
* {@link #getTomcatConnectorCustomizers Connector customizers} are not applied to |
|
|
|
|
|
|
|
* connectors added this way. |
|
|
|
* @param connectors the connectors to add |
|
|
|
* @param connectors the connectors to add |
|
|
|
*/ |
|
|
|
*/ |
|
|
|
public void addAdditionalTomcatConnectors(Connector... connectors) { |
|
|
|
public void addAdditionalTomcatConnectors(Connector... connectors) { |
|
|
|
|