[jboss-user] [Beginners Corner] - Re: Logging in Jboss - Web access
jaikiran
do-not-reply at jboss.com
Thu Apr 10 01:50:19 EDT 2008
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#4143043
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4143043
More information about the jboss-user
mailing list