Re: Tomcat unresponsive

2015-12-04 Thread Aurélien Terrestris
"Form tomcat log i can say that request has been received from client side" What is saying the Tomcat access log ? Are there lines with response size = 0 ? 2015-12-04 19:13 GMT+01:00 Christopher Schultz : > Yogesh, > > On 12/4/15 9:26 AM, Yogesh Patel wrote: > > Hi, > > > > We have a Apache an

Re: Apache httpd / mod_proxy_ajp logging

2015-12-04 Thread Aurélien Terrestris
That is right, Chris. On 2.2, maybe LogLevel debug would give information about proxy traffic but I did not try. 2.2 is legacy anyway, and less efficient from I what see on my hosting platform. 2015-12-04 19:21 GMT+01:00 Christopher Schultz : > Aurélien, > > On 12/4/15 10:36 AM, Aurélien Terre

Re: Understanding how to controlling what data is written to log4j appenders

2015-12-04 Thread Joleen Barker
Hello Chris, As of now I am not using JULI any longer. I am using the log4j v1.2.17.jar Eventually I will jump in to the log4j v2 users and try my hand at that. Thank you for the clarification on where to go for information. I completely missed seeing the log4j mailing list. Could you send me th

Re: Apache httpd / mod_proxy_ajp logging

2015-12-04 Thread Christopher Schultz
Aurélien, On 12/4/15 10:36 AM, Aurélien Terrestris wrote: > "Would anyone here know what is available in that respect with > mod_proxy_ajp ?" > > You could try this : > > LogLevel proxy:trace8 That only works for httpd 2.4+, right? -chris --

Re: Zero downtime deployments

2015-12-04 Thread Christopher Schultz
Kevin, On 12/3/15 2:21 PM, Kevin Hale Boyes wrote: > Thanks for this link to the presentation. > How do you all deal with some of the other dependencies that the web > application has? > > For example, if v2 of my application needs new database columns or worse, a > change to an existing column h

Re: Tomcat unresponsive

2015-12-04 Thread Christopher Schultz
Yogesh, On 12/4/15 9:26 AM, Yogesh Patel wrote: > Hi, > > We have a Apache and tomcat : > > Form tomcat log i can say that request has been received from client side > but some how response could not deliver to Apache. > > And in apache log we found following log: > > "AH00992: ajp_read_heade

Re: Understanding how to controlling what data is written to log4j appenders

2015-12-04 Thread Christopher Schultz
Joleen, On 12/3/15 11:55 PM, Joleen Barker wrote: > The information you gave me for the additivity was PERFECT! It did exactly > what I was looking for. This also really allowed me to understand what > processes were writing to which log. I have the settings in place in my > test environment now a

Re: Tomcat FIPS with FIPS capable OpenSSL

2015-12-04 Thread Christopher Schultz
Nitish, On 12/3/15 2:36 PM, Nithesh Kb wrote: > Wow Amazing worked!!! Glad to hear it worked. What did you have to do? You never said, but do you happen to be on Windows? -chris - To unsubscribe, e-mail: users-unsubscr...@tomc

Re: Zero downtime deployments

2015-12-04 Thread Kevin Hale Boyes
This is exactly what I'm after. Thanks to both of you. On 3 December 2015 at 12:54, Tauzell, Dave wrote: > If you cannot use a tool like flyway you can do it by hand, too. The key > is that all database changes need to be backwards compatible. For example: > > So, if you want to drop a column

Re: Apache httpd / mod_proxy_ajp logging

2015-12-04 Thread Aurélien Terrestris
"Would anyone here know what is available in that respect with mod_proxy_ajp ?" You could try this : LogLevel proxy:trace8 2015-12-03 22:41 GMT+01:00 André Warnier (tomcat) : > Hi. > > Although the above module is a httpd-level, this might still be the right > place to ask : > > I am usually us

Tomcat unresponsive

2015-12-04 Thread Yogesh Patel
Hi, We have a Apache and tomcat : Form tomcat log i can say that request has been received from client side but some how response could not deliver to Apache. And in apache log we found following log: "AH00992: ajp_read_header: ajp_ilink_receive failed" What makes tomcat unresponsive to apach