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 > Subject: Re: Log format

Re: LDAPS Configuration with Tomcat

2022-06-07 Thread Christopher Schultz
Rakesh, On 6/6/22 09:54, rakesh meka wrote: Currently we are using an internal application which is deployed on windows server. And we use http which means we didn't configure SSL or TLS setup with application. The current application is using LDAP for user authentication which checks with activ

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://aka.ms/LearnAboutSenderIdent

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