I can't answer all your questions, but access logs area used by Tomcat in JBoss 4.0.5.
Look at the sever.xml under jbossweb-tomcat.sar
| <!-- Access logger -->
| <!--
| <Valve
className="org.apache.catalina.valves.FastCommonAccessLogValve"
| prefix="localhost_access_log." suffix=".log"
| pattern="common"
directory="${jboss.server.home.dir}/log"
| resolveHosts="false" />
| -->
|
|
Cheers!
Russ
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4012268#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...