RE: bind Tomcat to IPv4 and IPv6 loopback, Tomcat 9.0.31

2020-03-11 Thread Piyush Kumar Nayak
What's the point of " ipv6v6only" attribute. The doc says : "If listening on an IPv6 address on a dual stack system, should the connector only listen on the IPv6 address? If not specified the default is false and the connector will listen on the IPv6 address and the equivalent IPv4 address if pr

RE: bind Tomcat to IPv4 and IPv6 loopback, Tomcat 9.0.31

2020-03-09 Thread Piyush Kumar Nayak
r the docs, the default for ipv6v6only attribute is false. Should it not listen to both the protocol stacks. -Piyush. -Original Message----- From: Piyush Kumar Nayak Sent: Saturday, March 7, 2020 5:29 PM To: Tomcat Users List Subject: RE: bind Tomcat to IPv4 and IPv6 loopback, Tomcat 9.0.31

RE: bind Tomcat to IPv4 and IPv6 loopback, Tomcat 9.0.31

2020-03-07 Thread Piyush Kumar Nayak
4 and IPv6 loopback, Tomcat 9.0.31 -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Piyush, On 3/5/20 14:40, Piyush Kumar Nayak wrote: > Thanks Mark, Two connector configs works. Any ideas, on why the > behavior if different for ISAPI and mod_jk modules? What do your configurations look like

RE: bind Tomcat to IPv4 and IPv6 loopback, Tomcat 9.0.31

2020-03-05 Thread Piyush Kumar Nayak
On Thu, Mar 05, 2020 at 01:52:57PM +, Piyush Kumar Nayak wrote: > Is there a way to get Tomcat's AJP connector to bind to both IPv4 and IPv6 > loopback addresses. > > By default, it seems that Tomcat binds to IPv4 loopback Default > connector config : > packetS

bind Tomcat to IPv4 and IPv6 loopback, Tomcat 9.0.31

2020-03-05 Thread Piyush Kumar Nayak
Is there a way to get Tomcat's AJP connector to bind to both IPv4 and IPv6 loopback addresses. By default, it seems that Tomcat binds to IPv4 loopback Default connector config : netstat -ano | findstr 8014 TCP 127.0.0.1:8014 0.0.0.0:0 LISTENING 8616 TCP 127.0.0.1:8014 127.0.0.1:57510 ESTABLISH

Recall: error when using ContentStreamDataSource in DIH

2019-08-18 Thread Piyush Kumar Nayak
Piyush Kumar Nayak would like to recall the message, "error when using ContentStreamDataSource in DIH". - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

Recall: error when using ContentStreamDataSource in DIH

2019-08-18 Thread Piyush Kumar Nayak
Piyush Kumar Nayak would like to recall the message, "error when using ContentStreamDataSource in DIH". - To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org For additional commands, e-mail: users-h...@tomcat.apache.org

error when using ContentStreamDataSource in DIH

2019-08-18 Thread Piyush Kumar Nayak
Hi, I am trying to get data import to work with the data source embedded in the stream of the current request. I've enabled the dataImport request handler in the solrConfig.xml of the bookClub collection I'm testing this on, and reloaded the collection. But I keep running into the error detaile

RE: Tomcat 8/NIO performance discrepancies

2017-06-12 Thread Piyush Kumar Nayak
ubject: Re: Tomcat 8/NIO performance discrepancies On 12/06/17 20:27, Piyush Kumar Nayak wrote: > Thanks, Mark. > I have been testing with 100 concurrent users. While the executor had the > maxThreads set to 150, the connector without the executor was left to the > default value (which

RE: Tomcat 8/NIO performance discrepancies

2017-06-12 Thread Piyush Kumar Nayak
Mark, I apologize for not bringing this up before, but is that BIO vs NIO or BIO with executor vs NIO with executor? Thanks again, for looking into this. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Friday, June 09, 2017 12:30 AM To: Tomcat Users List Subject: R

RE: Tomcat 8/NIO performance discrepancies

2017-06-12 Thread Piyush Kumar Nayak
Thanks, Mark. I have been testing with 100 concurrent users. While the executor had the maxThreads set to 150, the connector without the executor was left to the default value (which should be 200). I did not have the disableKeepAlivePercentage attribute set, which means that it should take to

RE: Tomcat 8/NIO performance discrepancies

2017-06-07 Thread Piyush Kumar Nayak
ould be in use. Thanks Piyush. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Wednesday, June 07, 2017 8:27 PM To: Tomcat Users List Subject: Re: Tomcat 8/NIO performance discrepancies On 06/06/17 09:10, Piyush Kumar Nayak wrote: > Thanks, Mark. > > Here

RE: Tomcat 8/NIO performance discrepancies

2017-06-06 Thread Piyush Kumar Nayak
- Throughput: requests per sec. ART: msecs Also, forgot to add earlier, the jMeter client has keep-alive header enabled, and the server is left to use the default keepalive values. -Original Message- From: Piyush Kumar Nayak [mailto:pna...@adobe.com.INVALID] Sent: Tuesday, June 06

RE: Tomcat 8/NIO performance discrepancies

2017-06-06 Thread Piyush Kumar Nayak
...@apache.org] Sent: Tuesday, June 06, 2017 7:09 PM To: Tomcat Users List Subject: Re: Tomcat 8/NIO performance discrepancies Hi, 2017-06-06 11:10 GMT+03:00 Piyush Kumar Nayak mailto:pna...@adobe.com.invalid>>: > > Thanks, Mark. > > Here are some additional details. > >

RE: Tomcat 8/NIO performance discrepancies

2017-06-06 Thread Piyush Kumar Nayak
Tomcat 8.5.14 N/A 45600 1.67 N/A 46000 1.67 Regards, Piyush. -Original Message- From: Mark Thomas [mailto:ma...@apache.org] Sent: Tuesday, June 06, 2017 12:50 PM To: Tomcat Users List Subject: Re: Tomcat 8/NIO performance discrepancies On 06/06/17 07:30, Piyush Kumar Na

Tomcat 8/NIO performance discrepancies

2017-06-05 Thread Piyush Kumar Nayak
We have been testing different connectors of tomcat for performance. We have tested the following server versions: - Tomcat 7.077 - Tomcat 8.0.44 - Tomcat 8.0.32 - Tomcat 8.5.14 with the following HTTP connectors: - BIO - BIO with Executo