Which version of JBoss do you use? For JBoss-4.2.x, edit the server.xml in
%JBOSS_HOME%\server\< serverName>\deploy\jboss-web.deployer folder to uncomment the
following lines:
<!-- Access logger -->
| <!--
| <Valve className="org.apache.catalina.valves.AccessLogValve"
| prefix="localhost_access_log." suffix=".log"
| pattern="common"
directory="${jboss.server.home.dir}/log"
| resolveHosts="false" />
| -->
For earlier versions of JBoss, you will find the server.xml in %JBOSS_HOME%\server\<
serverName>\deploy\jbossweb-tomcatXX.sar folder.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4143043#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...