David Rush wrote: > Should Tomcat be logging the HTTP requests that it gets?
Not unless you tell it to. If you want a complete dump of the requests logged, use RequestDumperValve, as Derrick said. If you simply want an access log, use an AccesLogValve (look at the end of server.xml and uncomment the one that suits your needs). Regards mks --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]