====== Set up an access log in Jboss 7 ====== https://community.jboss.org/message/634165 Create (if you don't have one) a directory called "WEB-INF" --in capital letters. Inside, create a filename called jboss-web.xml with this content: org.apache.catalina.valves.RemoteIpValve protocolHeader x-forwarded-proto org.apache.catalina.valves.AccessLogValve prefix PUT YOUR FILENAME HERE. suffix .log pattern %h %l %u %t %r %s %b %{User-Agent}i %{JSESSIONID}c directory host resolveHosts false Deploy again and the log file will be in ''JBOSS_HOME/bin/host'' instead of the log directory. A mistery...