Skip to content

Instantly share code, notes, and snippets.

@jrichardsz
Created September 22, 2016 22:26
Show Gist options
  • Select an option

  • Save jrichardsz/23f494c9bf7a1d02ca6ece47afafe504 to your computer and use it in GitHub Desktop.

Select an option

Save jrichardsz/23f494c9bf7a1d02ca6ece47afafe504 to your computer and use it in GitHub Desktop.
http request access logs jboss As 7
<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