ModJK Busyness , sending more request's to backend tomcats causing high cpu

2014-12-24 Thread Rajesh Cherukuri
we have noticed that modJk method busyness is sending more requests to backend tomcat and causing hing threads and high CPU need to understand why its doind that

Re: mod_jk busyness , sending more request's to backend tomcats causing high cpu

2014-12-27 Thread Rajesh Cherukuri
worker.xxxlb.common.socket_keepalive=True* On Sat, Dec 27, 2014 at 9:31 PM, Christopher Schultz ch...@christopherschultz.net wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Rajesh, On 12/24/14 7:50 AM, Rajesh Cherukuri wrote: Qe have noticed that mod_jk method busyness is sending more

Re: Tomcat minor upgrade

2015-03-10 Thread Rajesh Cherukuri
Thanks Thomas so it is just that we need to update the newer version of file's that shows in the link you provided correct ? or do we need any more changes to libraries On Tue, Mar 10, 2015 at 4:59 PM, Thomas Rohde t...@ordix.de wrote: -Ursprüngliche Nachricht- Von: Rajesh

Tomcat minor upgrade

2015-03-10 Thread Rajesh Cherukuri
hi can some one help me how to do the tomcat minor upgrade from 7.0.39 to 7.0.59

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread Rajesh Cherukuri
11:34 schrieb Rajesh Cherukuri: rainer looks like what you said is correct , but not sure why the Mod_jk has to wait for 10 seconds when the backend tomcat servers is down Because your network layer behaves like that. It simply hangs for (more than) 10 seconds. You should be able

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread Rajesh Cherukuri
): (tomcat-live-11) connecting to backend fai led. Tomcat is probably not started or is listening on the wrong port ( On Mon, Mar 2, 2015 at 3:47 PM, Rainer Jung rainer.j...@kippdata.de wrote: Am 02.03.2015 um 10:45 schrieb Rajesh Cherukuri: here is what i can see in modJk log file , we have

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread Rajesh Cherukuri
at 11:18 PM, Rainer Jung rainer.j...@kippdata.de wrote: Am 01.03.2015 um 17:57 schrieb Rajesh Cherukuri: hi today i have noticed that mod_jk took 20 seconds delay in sending the request to backend tomcat servers from apache , lookslike the request was assigned to a tomcat 11and it has replicate

Re: mod_jk dealy sendng request to backend tomcat

2015-03-02 Thread Rajesh Cherukuri
um 12:48 schrieb Rajesh Cherukuri: for telnet immediateconnection refused is given telnet 10.xxx.xxx.xx 8911 Trying 10.xx.xx.x... telnet: connect to address 10.xx.x.xx: Connection refused Then I would expect that mod_jk gets exactly the same quick error. Maybe the network situation

mod_jk dealy sendng request to backend tomcat

2015-03-01 Thread Rajesh Cherukuri
hi today i have noticed that mod_jk took 20 seconds delay in sending the request to backend tomcat servers from apache , lookslike the request was assigned to a tomcat 11and it has replicate the request to the other tomcat-3 here are my findings Deal Finder request * Apache request access

Re: No direct access to Tomcat as it is using AJP connector?

2015-11-18 Thread Rajesh Cherukuri
Yes we can do that On Wed, Nov 18, 2015 at 3:34 PM, Suleman Butt wrote: > thanks for the inputs, guys. > > One more question, can we configure on single tomcat instance both the AJP > and HTTP connectors together? So that tomcat can be accessed via Apache web > server

Re: JSON Logging of Tomcat Access Log.

2016-05-29 Thread Rajesh Cherukuri
you can use grok to covert to JSON that is how i have done it On Wed, May 25, 2016 at 9:03 PM, Abhijit Das wrote: > I am wanting to change the access logging format to JSON (for easier > parsing with logstash) > > I currently have the following config in my server.xml …

disable Set-Cookie http-only in tomcat 8

2016-03-09 Thread Rajesh Cherukuri
Hi I was trying to disable httponly in the setcookie header from tomcat reponse , can some one let me know how to disable it i have tried these 2 but didn't help me 1.) web.xml false 2.) context.xml useHttpOnly="false" curl -I

tomcat crashes with Java1.7

2017-01-26 Thread Rajesh Cherukuri
can some one help me on this , tomcat servers crashes if i use java 1.7 ir was running fine for more than an year # # A fatal error has been detected by the Java Runtime Environment: # # SIGSEGV (0xb) at pc=0x7f1ff1018787, pid=13185, tid=139773910861568 # # JRE version: 7.0_21-b11 # Java

Tomcat crashes with java 1.7

2016-10-21 Thread Rajesh Cherukuri
hi can some one help me on this , tomcat servers crashes if i use java 1.7 , i have tried chaining this to java 1.6 and i am be to start the tomcat , issue is only when i use 1.7 here is the log when i use 1.7 after it crashes Oct 21, 2016 7:37:28 AM

Re: Tomcat crashes with java 1.7

2016-10-30 Thread Rajesh Cherukuri
Sure ,Will try this On Oct 29, 2016 11:02 PM, "Christopher Schultz" < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Rajesh, > > On 10/28/16 6:41 AM, Rajesh Cherukuri wrote: > > these severs has been m

Re: Tomcat crashes with java 1.7

2016-10-28 Thread Rajesh Cherukuri
Chris these severs has been migrated , i was told that it was working on the source server On Fri, Oct 21, 2016 at 8:10 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA256 > > Rajesh, > > On 10/21/16 2:13 AM

Re: Tomcat7 with jre 1.7 error during starting

2018-01-26 Thread Rajesh Cherukuri
its jre7 On Fri, Jan 26, 2018 at 11:41 AM, M. Manna <manme...@gmail.com> wrote: > And did you try running it with jre7? In other words, all 7 ? > > On 26 Jan 2018 18:08, "Rajesh Cherukuri" <rajec...@gmail.com> wrote: > > > HI > > > >

Tomcat7 with jre 1.7 error during starting

2018-01-26 Thread Rajesh Cherukuri
HI we have a existing running tomcat version 5 running on solaris with out any issues , recently we have installed tomcat 7 on the same solaris 10 server with no application deployed , and configured java version as jre1.6 in setenv.sh i couldn't start the tomcats after my installation , and

Re: Tomcat7 with jre 1.7 error during starting

2018-01-26 Thread Rajesh Cherukuri
Hi here is the full tomcat and JVM versions tried , and on the lib file name , i haven't added anything it is an empty tomcat container that was unzipped from apache org , and started and there is no application ,custom jar's that are added to my knowledge it is the