You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by Wolfgang Stein <zo...@gmd-net.de> on 2000/07/18 12:52:28 UTC

Access log for static content ?

Can Tomcat log requests for static html pages ?

Thanks
Wolfgang

Re: Access log for static content ?

Posted by "Craig R. McClanahan" <Cr...@eng.sun.com>.
Wolfgang Stein wrote:

> Can Tomcat log requests for static html pages ?
>

Tomcat 3.x does not have any built in support for this.  It would be
possible to write a RequestInterceptor that does it, though.

Catalina (which will be proposed as the code base for Tomcat 4.0) has
such a capability already.

>
> Thanks
> Wolfgang

Craig McClanahan