looked through the archive and couldn't find an
answer, so heres my question:
I use the following in my server.xml to write my
logs:
<Logger
className="org.apache.catalina.logger.FileLogger"
prefix="apache_log." suffix=".txt" timestamp="true" />
<Valve
className="org.apache.catalina.valves.AccessLogValve"
directory="somepath/logs" prefix="access_log."
suffix=".txt
" pattern="combined" />
It works just fine. Except now that I am getting and
setting cookies, I need to have those cookies written
to the logs so I can do better web traffic analysis.
I know that I am setting the cookie I want to track (
I can see the cookie locally) but when that browser
with that cookie goes to that site, it does not show
up in the access_log.
Is my problem an Apache httpd.conf one? If anyone
could point me in the right direction.....
Thanks,
cs
__________________________________________________
Do You Yahoo!?
Yahoo! Finance - Get real-time stock quotes
http://finance.yahoo.com
--
To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>