ago...@libero.it wrote:
Sorry
i have never  used a Valve Component
i will use this component in production enviroment. so i don't want have a trouble. Can you give me a little example of configuration of Valve Component fom my (unique) application SIT under C:\tomcat5\webapps\SIT

Then read the documentation page that pid already pointed you to.
http://tomcat.apache.org/tomcat-5.5-doc/config/valve.html

I think it should already be in your server.xml, just commented out, like this :

        <!--
        <Valve className="org.apache.catalina.valves.AccessLogValve"
directory="logs" prefix="localhost_access_log." suffix=".txt"
                 pattern="common" resolveHosts="false"/>
        -->

Just remove the comment signs around it.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to