2 Replies Latest reply on Dec 21, 2004 6:57 PM by wxwang

    One simple question

    wxwang

      Please tell me how can I see the access log file wroten by Tomcat?

      It doesn't in the log directory.

      Thanks in Advance

        • 1. Re: One simple question
          starksm64

          Edit the jbossweb-tomcat50.sar/server.xml and uncomment the AccessLogValve:

           <!-- 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" />
           -->
          



          • 2. Re: One simple question
            wxwang

            Thank you very much.

            It is working now.