Re: How best to get some data from a Servlet to Apache access log. . .

2010-10-02 Thread Rainer Jung
On 02.10.2010 20:40, David Dabbs wrote: Hello. I'm running Tomcat fronted by Apache httpd via mod_proxy_ajp. There's a small bit of data from my Servlet response I'd like to get into the Apache access_log. I know I could set a response header, say X-MyData, and log that using a CustomLog direct

How best to get some data from a Servlet to Apache access log. . .

2010-10-02 Thread David Dabbs
Hello. I'm running Tomcat fronted by Apache httpd via mod_proxy_ajp. There's a small bit of data from my Servlet response I'd like to get into the Apache access_log. I know I could set a response header, say X-MyData, and log that using a CustomLog directive. But I don't want this header cruft g