Tomcat and Little's Law

2016-06-16 Thread Mohit Chawla
Hello folks, I am cross posting this from my email to the Guerrilla Capacity Planning list, to get some feedback from the tomcat community, who have used Little's Law with metrics from Tomcat. If so, can you share your usage of the law ? Thanks, Mohit

Re: Bug 59399 fixed, great, now what happens

2016-06-16 Thread Lyallex
On 16 June 2016 at 19:04, Mark Thomas wrote: > On 16/06/2016 18:26, Lyallex wrote: >> A while ago I posted a bug >> >> Yesterday I got a message saying it had been fixed. nice :-) >> However I am in the process of trying to get a development environment >> up so that I could try and figure this on

RE: mailto:users-unsubscr...@tomcat.apache.org

2016-06-16 Thread Kapilan A
I would like to un-subscribe this. Thanks for good support. Regards Kapilan A -Original Message- From: users-return-258027-kapilana=triviumsys@tomcat.apache.org [mailto:users-return-258027-kapilana=triviumsys@tomcat.apache.org] On Behalf Of Bill Miller Sent: Wednesday, June 15,

Re: [tomcat-users] Re: SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

2016-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Jason, On 6/16/16 2:45 PM, Jason Pyeron wrote: >> -Original Message- From: Mark Thomas Sent: Thursday, June >> 16, 2016 14:39 To: Tomcat Users List Subject: [tomcat-users] Re: >> SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

Re: SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

2016-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Florian, On 5/19/16 12:49 PM, Florian Kleedorfer wrote: > TL;DR: The TLS handshake with client authentication using > self-signed client certificates (using APR/openssl) stopped working > from tomcat 8.0.30 to tomcat 8.0.32. Cause is suspected in a

Re: Problem with Apache in front of Tomcat

2016-06-16 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Mark, All good points. Some notes are below, in-line. On 6/11/16 2:13 PM, Mark Eggers wrote: > Hi Edwin: > > On 6/11/2016 9:43 AM, Edwin Quijada wrote: >> Hi! I am trying to put Apache in front of Tomcat , DEbian Jessie >> but it become a titanic

RE: [tomcat-users] Re: SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

2016-06-16 Thread Jason Pyeron
> -Original Message- > From: Mark Thomas > Sent: Thursday, June 16, 2016 14:39 > To: Tomcat Users List > Subject: [tomcat-users] Re: SSLVerifyClient="optionalNoCA" > stops working in tomcat 8.0.32? > > On 16/06/2016 11:29, Florian Kleedorfer wrote: > > Hi! > > > > There was no response

Re: SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

2016-06-16 Thread Mark Thomas
On 16/06/2016 11:29, Florian Kleedorfer wrote: > Hi! > > There was no response to my request on this list, so I filed a bug: > > https://bz.apache.org/bugzilla/show_bug.cgi?id=59616 > > However, this bug does not seem to get handled by the dev team. If you want a guaranteed response time, you'l

Re: Bug 59399 fixed, great, now what happens

2016-06-16 Thread Mark Thomas
On 16/06/2016 18:26, Lyallex wrote: > A while ago I posted a bug > > Yesterday I got a message saying it had been fixed. nice :-) > However I am in the process of trying to get a development environment > up so that I could try and figure this one out for myself. It's no big > deal, I'll proceed w

Bug 59399 fixed, great, now what happens

2016-06-16 Thread Lyallex
Before anyone gets over excited I have no idea how this works so save your breath if you want to shout at me. A while ago I posted a bug Yesterday I got a message saying it had been fixed. nice :-) However I am in the process of trying to get a development environment up so that I could try and f

Re: tomcat cache database server IP forever

2016-06-16 Thread Niranjan Babu Bommu
Thanks Chris, thanks for the lead on this, will test this scenario and update on this. Thanks Niranjan On Tue, Jun 14, 2016 at 3:56 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Niranjan, > > On 6/14/16 10:06 AM, Niranjan Ba

RE: FW: Tomcat 6.0.45 - Problem in creating the socket.

2016-06-16 Thread Radha Krishna Meduri -X (radmedur - HCL TECHNOLOGIES LIMITED at Cisco)
Thanks Felix for your reply. We will try adding new method to our custom implementation and check it. I am not sure about the reason for using custom implementation. -Original Message- From: Felix Schumacher [mailto:felix.schumac...@internetallee.de] Sent: Monday, June 13, 2016 5:38 PM To

Re: Tomcat 8.5 NullPointerException on getSubmittedFileName() with HTTP/2

2016-06-16 Thread Thad Humphries
For the record, this problem has been fixed in Tomcat 8.5.3 (see https://bz.apache.org/bugzilla/show_bug.cgi?id=59564). I have also been able to upload files using Apache Commons FileUpload 1.3.1. On Fri, May 6, 2016 at 12:32 PM, Thad Humphries wrote: > I have lifted from the GlassFish tutorial

RE: TLSv1.2 ALERT: fatal, description = unexpected_message

2016-06-16 Thread Venkata Reddy P
Hi, When I access my website with ssl enabling, I am getting the following errors. My server.xml connectionTimeout=-1, it is using TLSv1.2 protocol. why I am getting readTimeout and possible reasons? [Jun 16 2016:06:42:08 PDT] DEBUG http-bio-10.4.20.46-50002-exec-22 com.poc.GaHttp11Protocol

RE: how to create log files user level

2016-06-16 Thread Bill Wolosek
Hi Vijay, We have accomplished user level logging using log4j's MDC feature along with a custom interceptor in Struts 2. The interceptor injects the user name into the MDC context before any struts actions fire and then removes it from the MDC context after all actions have fired for a specifi

Re: SSLVerifyClient="optionalNoCA" stops working in tomcat 8.0.32?

2016-06-16 Thread Florian Kleedorfer
Hi! There was no response to my request on this list, so I filed a bug: https://bz.apache.org/bugzilla/show_bug.cgi?id=59616 However, this bug does not seem to get handled by the dev team. My problem is that our application stopped working with more recent tomcat versions. We can deal with it

Re: how to create log files user level

2016-06-16 Thread Mark Thomas
On 16/06/2016 09:05, Vijay Kumar wrote: > Hi Andre, > > Thanks for the update. > > Could you please give me some information whether it's possible or not to > generate user level log because i have tried using log4j but it failed. > > Appreciate your help on this. Either per user logging or per

Re: how to create log files user level

2016-06-16 Thread Vijay Kumar
Hi Andre, Thanks for the update. Could you please give me some information whether it's possible or not to generate user level log because i have tried using log4j but it failed. Appreciate your help on this. Thanks, Vijay G On Thu, Jun 16, 2016 at 12:59 PM, André Warnier (tomcat) wrote: > >

Re: how to create log files user level

2016-06-16 Thread tomcat
Thanks. The rest below, as preferred on this mailing list. Thanks, Vijay G On Thu, Jun 16, 2016 at 12:40 PM, André Warnier (tomcat) wrote: On 16.06.2016 08:50, Vijay Kumar wrote: Hi Team, We have a requirement to create a log either at User level or at User session level. Please provide

Re: how to create log files user level

2016-06-16 Thread Vijay Kumar
We are using Tomcat 7.0.33 and 7.0.62 7.0.33 when Customer is on Java 1.7 7.0.62 when our customer is on 1.8 But we can upgrade to 8 if required to achieve the logging support Thanks, Vijay G On Thu, Jun 16, 2016 at 12:40 PM, André Warnier (tomcat) wrote: > On 16.06.2016 08:50, Vijay Kumar wr

Re: how to create log files user level

2016-06-16 Thread tomcat
On 16.06.2016 08:50, Vijay Kumar wrote: Hi Team, We have a requirement to create a log either at User level or at User session level. Please provide your inputs on this. User level means a separate log to be created for that User and the same should be used always for writing the log. or There