Re: Tomcat access log question

2007-07-23 Thread Tim Funk
] Subject: Re: Tomcat access log question I am actually not permitted to store any of these confidential information any where including ( the access logs ). Due to the rather specialized nature of your requirements, your best bet may well be to use your own access logger, extending the Tomcat

Re: Tomcat access log question

2007-07-22 Thread John Hui
Hui [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat access log question I am actually not permitted to store any of these confidential information any where including ( the access logs ). Due to the rather specialized nature of your requirements, your best bet may well be to use your own access

RE: Tomcat access log question

2007-07-21 Thread Caldarale, Charles R
From: John Hui [mailto:[EMAIL PROTECTED] Subject: Re: Tomcat access log question I am actually not permitted to store any of these confidential information any where including ( the access logs ). Due to the rather specialized nature of your requirements, your best bet may well be to use

Tomcat access log question

2007-07-20 Thread John Hui
I currently have Tomcat access log enable which will log all the query that hits my web server. Some of the information is confidential. So is there a mechanism that I can use to add a interceptor or filter to encrypt those information before it gets log into the access log? Any suggestion or

Re: Tomcat access log question

2007-07-20 Thread Jacob Rhoden
John Hui wrote: I currently have Tomcat access log enable which will log all the query that hits my web server. Some of the information is confidential. So is there a mechanism that I can use to add a interceptor or filter to encrypt those information before it gets log into the access log?

Re: Tomcat access log question

2007-07-20 Thread John Hui
Thanks for the response Jacob. I think I should be more clear about my use case. I am actually not permitted to store any of these confidential information any where including ( the access logs ). That's why I want to encrypt these information. I can remove the entire query string from being

Access Log Question

2006-04-12 Thread Scott Purcell
Hello, When configuring my Tomcat 5.5, I have added a context element to my server.xml for a certain site. Within that tag, I added logging for an access log. The access log rolls each day and shows the IP from user and the page, image, link he is accessing along with a http status code.