AccessLogValve differs between 4.x and 5?

2004-09-14 Thread Harald Schumacher
Hi, I got an hint to http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/valve.html. for a previous question about logging. There I found * %{xxx}i for incoming headers * %{xxx}c for a specific cookie * %{xxx}r xxx is an attribute in the ServletRequest *

Proprietary Authorization

2004-09-14 Thread Harald Schumacher
Hi again, I have to check authorization against a proprietary database system without the chance to use standard realms. Is there a way for defining own authorization structures for a realm? Where can I find a documentation? Thank you for any help Harald

Re: AccessLogValve differs between 4.x and 5?

2004-09-14 Thread Harald Schumacher
. Thank you for your help Harald Am Di, den 14.09.2004 schrieb Tim Funk um 13:06: This functionality is also available in 4.1(I forget the number) -Tim Harald Schumacher wrote: Hi, I got an hint to http://jakarta.apache.org/tomcat/tomcat-5.0-doc/config/valve.html

Re: AccessLogValve differs between 4.x and 5?

2004-09-14 Thread Harald Schumacher
).toString(); -Tim Harald Schumacher wrote: Tim, could you give me a hint where to find a documentation? On jakarta.apache.org the 4.1 documentation does not mention this lines I copied in my first mail. Using the definition from 5.x did not work for my (maybe I made some

apache CustomLog directive for tomcat

2004-09-09 Thread Harald Schumacher
Is there any CustomLog directive, like in the apache webserver for tomcat? How can I influence the content of the access log file? Thanx Harald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Logifle information

2004-09-07 Thread Harald Schumacher
Hi, is there a chance to get own information into a tomcat logfile? I would like to add information to normal GET and PUT requests. Thanks Harald - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

tomcat user name

2004-09-06 Thread Harald Schumacher
Hello, I have an application which authorize themselves, but now I would like to have tomcat knowing the user name for using WEB statistic tools. Did someone manage to get back user credentials to tomcat from inside an existing application? Thank you in advance Harald