Tomcat Configuration: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
|||
Line 11: | Line 11: | ||
=Subjects= | =Subjects= | ||
=Connector Configuration= | |||
<pre> | |||
<!-- 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"/> | |||
</pre> | |||
For more details on Connectors, see {{Internal||}} |
Revision as of 18:21, 10 May 2017
Internal
TODO
- AccessLogValve: https://home.feodorov.com:9443/wiki/Wiki.jsp?page=JBossLoggingForTroubleshootingWebApplications
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
- [[|]]