Finished the implementation of the "Connect through Web server feature".
This commit is contained in:
@@ -77,6 +77,12 @@
|
||||
<!-- Note : To disable connection timeouts, set connectionTimeout value
|
||||
to 0 -->
|
||||
|
||||
<!-- Important Note : The ATS uses configuration tools to enable and disable connectors.
|
||||
These tools expect that the connectors be surrounded by comments containing
|
||||
XX_CONNECTOR_YYY or XXX_CONNECTOR_COMMENT_YYY where XXX refers
|
||||
to the type of connector (SSL or AJP) and YYY refers to either BEGIN or END. Please
|
||||
do not modify these comments to avoid conflicting with the configuration tools. -->
|
||||
|
||||
<!-- Define a SSL Coyote HTTP/1.1 Connector on port 2645 -->
|
||||
<!-- SSL_CONNECTOR_BEGIN -->
|
||||
<Connector port="2645"
|
||||
|
||||
Reference in New Issue
Block a user