Re: Log format access logs standard

2022-06-07 Thread rinilnath r
%S did solve. Thanks to Mark. Thanks and Regards, Rinilnath Mobile#9786285451 On Tue, 7 Jun, 2022, 20:07 Jalaj Asher, wrote: > Can you try JSessionID ? > > -Original Message- > From: rinilnath r > Sent: Tuesday, June 7, 2022 7:25 AM > To: Tomcat Users List > Su

RE: Log format access logs standard

2022-06-07 Thread Jalaj Asher
Can you try JSessionID ? -Original Message- From: rinilnath r Sent: Tuesday, June 7, 2022 7:25 AM To: Tomcat Users List Subject: Re: Log format access logs standard [You don't often get email from riniln...@gmail.com. Learn why this is important at https://a

Re: Log format access logs standard

2022-06-07 Thread Mark Thomas
On 07/06/2022 12:24, rinilnath r wrote: Thanks Mark, i corrected that by removing the > symbol But my next problem is to log the session ID I tried x-H(requestSessionId), but it is not the correct. Please help That will only work with the ExtendedAccessLogValve and will record the session I

Re: Log format access logs standard

2022-06-07 Thread rinilnath r
Thanks Mark, i corrected that by removing the > symbol But my next problem is to log the session ID I tried x-H(requestSessionId), but it is not the correct. Please help Thanks and Regards, Rinilnath Mobile#9786285451 On Tue, 7 Jun, 2022, 12:11 Mark Thomas, wrote: > On 07/06/2022 07:06, rinil

Re: Log format access logs standard

2022-06-06 Thread Mark Thomas
On 07/06/2022 07:06, rinilnath r wrote: Hi, What's the meaning of this? %>s If that appears in the pattern attribute of an AccessLogValve then it is an error and you'll see the following in the access log: ???>???s Mark -