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 access logs standard
>
> [You don't often get email from riniln...@gmail.com. Learn why this is
> important at https://aka.ms/LearnAboutSenderIdentification ]
>
> Attention! - This email has originated from an External Source outside of
> eClinicalWorks. Always use caution when opening attachments, clicking
> links, or when responding to this email. If you feel this is a phishing
> scam, please use the Phish Alert Report button in Outlook.
>
>
> 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, 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
> >
> > -
> > To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> > For additional commands, e-mail: users-h...@tomcat.apache.org
> >
> >
>
> CONFIDENTIALITY NOTICE TO RECIPIENT: This transmission contains
> confidential information belonging to the sender that is legally privileged
> and proprietary and may be subject to protection under the law, including
> the Health Insurance Portability and Accountability Act (HIPAA). If you are
> not the intended recipient of this e-mail, you are prohibited from sharing,
> copying, or otherwise using or disclosing its contents. If you have
> received this e-mail in error, please notify the sender immediately by
> reply e-mail and permanently delete this e-mail and any attachments without
> reading, forwarding or saving them. Thank you.
>
> CONFIDENTIALITY NOTICE TO RECIPIENT: This transmission contains
> confidential information belonging to the sender that is legally privileged
> and proprietary and may be subject to protection under the law, including
> the Health Insurance Portability and Accountability Act (HIPAA). If you are
> not the intended recipient of this e-mail, you are prohibited from sharing,
> copying, or otherwise using or disclosing its contents. If you have
> received this e-mail in error, please notify the sender immediately by
> reply e-mail and permanently delete this e-mail and any attachments without
> reading, forwarding or saving them. Thank you.
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


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, 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
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


Log format access logs standard

2022-06-07 Thread rinilnath r
Hi,

What's the meaning of this?
%>s

Thanks and Regards,
Rinilnath
Mobile#9786285451


Re: HttpNIO error

2021-08-31 Thread rinilnath r
@chris,

Tomcat 9.0.50

Thanks and Regards,
Rinilnath
Mobile#9786285451

On Tue, 31 Aug, 2021, 19:24 rinilnath r,  wrote:

> Hi Chris,
>
> Java : 1.8.0_45
> OS : Windows 7
>
>   protocol="org.apache.coyote.http11.Http11Nio2Protocol"
> connectionTimeout="6" maxConnections "1" redirect Port="8443"
> enableLookups "false" acceptCount="100" maxPostSize "10485760"
> maxHttpHeaderSize="8192" compression="on" disableUploadrimeout="true"
> compressionMinSize="2048" acceptor ThreadCount="2" compressableMimeType=
> "text/html,text/plain, text/css, application/javascript, application/json,
> application/x-font-ttf, application/x-font-otf, imag e/svg+xml image/jpeg,
> image/png,image/gif, audio/mpeg, video/mp4" URIEncoding="utf-8"
> processorCache="2" tepNoDelay= "true" connectioniLinger="5" server
> ="Server Version 11.0"/>
>
>
>
> Thanks and Regards,
> Rinilnath
> Mobile#9786285451
>
> On Tue, 31 Aug, 2021, 19:16 Christopher Schultz, <
> ch...@christopherschultz.net> wrote:
>
>> Rinilnath,
>>
>> On 8/31/21 09:23, rinilnath r wrote:
>> > I am using tomcat Http11nio2protocol. I configured it in server XML.
>> >
>> > When I start the server it failed to start
>> >
>> > UnsupportedOperationException. SO_LINGER not supported
>> >
>> > Any help please?
>>
>> Please post:
>>
>> 1. Your Java version
>> 2. Your OS and version
>> 3. Your  configuration, minus any secrets you may have
>>
>> -chris
>>
>> -
>> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
>> For additional commands, e-mail: users-h...@tomcat.apache.org
>>
>>


Re: HttpNIO error

2021-08-31 Thread rinilnath r
Hi Chris,

Java : 1.8.0_45
OS : Windows 7

 



Thanks and Regards,
Rinilnath
Mobile#9786285451

On Tue, 31 Aug, 2021, 19:16 Christopher Schultz, <
ch...@christopherschultz.net> wrote:

> Rinilnath,
>
> On 8/31/21 09:23, rinilnath r wrote:
> > I am using tomcat Http11nio2protocol. I configured it in server XML.
> >
> > When I start the server it failed to start
> >
> > UnsupportedOperationException. SO_LINGER not supported
> >
> > Any help please?
>
> Please post:
>
> 1. Your Java version
> 2. Your OS and version
> 3. Your  configuration, minus any secrets you may have
>
> -chris
>
> -
> To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
> For additional commands, e-mail: users-h...@tomcat.apache.org
>
>


HttpNIO error

2021-08-31 Thread rinilnath r
Hi,

I am using tomcat Http11nio2protocol. I configured it in server XML.

When I start the server it failed to start

UnsupportedOperationException. SO_LINGER not supported

Any help please?

Thanks and Regards,
Rinilnath
Mobile#9786285451