How to log all accessed URLs?

2003-06-30 Thread Roman Fail
Is there an easy way to log all the URL's that clients have requested? We are having serious intermittent problems on a production server, and a devil of a time figuring out what is causing them (Tomcat requires a kill -9 to stop!). I'm hoping we can examine the URLs from just before a crash

Re: How to log all accessed URLs?

2003-06-30 Thread Yoav Shapira
Howdy, Comment in the AccessLogValve in $CATALINA_HOME/conf/server.xml. Yoav Shapira --- Roman Fail [EMAIL PROTECTED] wrote: Is there an easy way to log all the URL's that clients have requested? We are having serious intermittent problems on a production server, and a devil of a time