Created
September 22, 2016 22:26
-
-
Save jrichardsz/23f494c9bf7a1d02ca6ece47afafe504 to your computer and use it in GitHub Desktop.
http request access logs jboss As 7
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <subsystem xmlns="urn:jboss:domain:web:1.1" default-virtual-server="default-host" native="false"> | |
| <connector name="http" protocol="HTTP/1.1" scheme="http" socket-binding="http"/> | |
| <virtual-server name="default-host" enable-welcome-root="true"> | |
| <alias name="localhost"/> | |
| <alias name="example.com"/> | |
| <access-log pattern="%a %t %H %p %U %s " > | |
| <directory relative-to="jboss.server.log.dir" /> | |
| </access-log> | |
| </virtual-server> | |
| </subsystem> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment