Tomcat Configuration: Difference between revisions

From NovaOrdis Knowledge Base
Jump to navigation Jump to search
No edit summary
Line 22: Line 22:
</pre>
</pre>


For more details on Connectors, see {{Internal|omcat_Concepts#Connector|Tomcat Concepts - Connector}}
For more details on Connectors, see {{Internal|Tomcat_Concepts#Connector|Tomcat Concepts - Connector}}

Revision as of 18:22, 10 May 2017

Internal

TODO

Subjects

Connector Configuration

<!-- A AJP 1.3 Connector on port 8009 -->
<Connector port="8009" address="${jboss.bind.address}"
           enableLookups="false" redirectPort="8443" debug="0"
           protocol="AJP/1.3"/>

For more details on Connectors, see

Tomcat Concepts - Connector