Tomcat Configuration
Jump to navigation
Jump to search
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
- [[|]]