Query Response time for tomcat requests

2013-07-16 Thread Harsimranjit singh Kler
I am using Apache tomcat 6.0.35 version Is there any log which specify Query response time for each request on tomcat.I mean total time taken by tomcat to process request?

Re: HTTP connection timout

2013-07-12 Thread Harsimranjit singh Kler
> The Connector's are "shared" by all Hosts and all applications. > So the connectionTimeout is already global for all requests that come in > on the corresponding Connector port. > > This parameter is there specifically to fight one type of > Denial-Of-Service attack, whereby some malicious client

HTTP connection timout

2013-07-12 Thread Harsimranjit singh Kler
Using tomcat 6.I Always confused with connectionTimeout The number of milliseconds this *Connector* will wait, after accepting a connection, for the request URI line to be presented. The default value is 6 (i.e. 60 seconds). Helpful if anyone can explain.? Is there any connector parameter w

Re: Request timeout option in HTTP or AJP Connector

2012-06-22 Thread Harsimranjit singh Kler
> >> > > > Please, respond to comments/questions *below* the original, not on top of > the email. > It makes it a lot easier to follow the logical flow of questions/responses. > > About your original request : the Tomcat mentioned in Tomcat's server.xml /have nothing to do/ with how your applicati

Re: Request timeout option in HTTP or AJP Connector

2012-06-22 Thread Harsimranjit singh Kler
External system can be jdbc ,soap ,rest or other different type of protocol .So i dont have that freedom always. Yes i agree i can do query timeout in Database case,but not in all External system so i was thinking timeout from connector side. On Fri, Jun 22, 2012 at 3:41 PM, chris derham wrote:

Re: [ANN] Apache Tomcat Connectors 1.2.35 released

2012-05-16 Thread Harsimranjit singh Kler
Hi Its release of version 1.2.36 but mail subject mention as 1.2.35. So there was little confusion when first time checked mail. On Thu, May 17, 2012 at 9:50 AM, Mladen Turk wrote: > The Apache Tomcat Project is proud to announce the release of version > 1.2.36 > of Apache Tomcat Connector

Re: mod jk for httpd 2.4.1

2012-03-28 Thread Harsimranjit singh Kler
Wed, Mar 28, 2012 at 9:57 PM, Christopher Schultz < ch...@christopherschultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Harsimran, > > On 3/28/12 5:54 AM, Harsimranjit singh Kler wrote: > > ok .but for modjk 1.2.35 how\wher i can get mod_jk.so

Re: mod jk for httpd 2.4.1

2012-03-28 Thread Harsimranjit singh Kler
ok .but for modjk 1.2.35 how\wher i can get mod_jk.so and test with httpd 2.4.1(Linux setup)?. regards Harsimran On Wed, Mar 28, 2012 at 3:02 PM, Konstantin Kolinko wrote: > 2012/3/28 Harsimranjit singh Kler : > > hi > > where i can get modjk 1.2.31 for apache httpd(2.4.1) &#

mod jk for httpd 2.4.1

2012-03-28 Thread Harsimranjit singh Kler
hi where i can get modjk 1.2.31 for apache httpd(2.4.1) 's latest version ?. If there is no specific mod jk version for httpd 2.4 can i use "mod_jk-1.2.31-httpd-2.2.x" with httpd 2.4.1 regards Harsimran

Re: SSL for modjk and tomcat

2011-11-10 Thread Harsimranjit singh Kler
Thanks guys .i will take care while posting in future. So far i will go for ssl between browser and httpd only. On Thu, Nov 10, 2011 at 1:40 PM, chris derham wrote: > > > > Simple i have setup httpd,modjk,tomcat .i want to enable SSL(i.e i can > > handle everything on https). > > > > If you hav

Fwd: SSL for modjk and tomcat

2011-11-09 Thread Harsimranjit singh Kler
schultz.net> wrote: > -BEGIN PGP SIGNED MESSAGE- > Hash: SHA1 > > Harsimranjit, > > On 11/9/11 10:35 AM, Harsimranjit singh Kler wrote: > > Doing this configuration first time. > > > > As per reply AJP not support SSL but still apache can pass some &g

Re: SSL for modjk and tomcat

2011-11-09 Thread Harsimranjit singh Kler
know what is ideal configurations for above setup to support SSL Thank you very much On Wed, Nov 9, 2011 at 5:52 PM, Pid wrote: > On 09/11/2011 11:20, Harsimranjit singh Kler wrote: > > Please don't top-post. > > > hi > > > > Thanks for reply. > > > >

Re: SSL for modjk and tomcat

2011-11-09 Thread Harsimranjit singh Kler
JkExtractSSL etc etc these are not helpful? and some one post like this: http://ask.metafilter.com/53101/How-do-I-force-HTTPS-in-Tomcat-through-Apache-and-modjk is also wrong? On Wed, Nov 9, 2011 at 3:47 PM, André Warnier wrote: > Harsimranjit singh Kler wrote: > >> Hi &

SSL for modjk and tomcat

2011-11-09 Thread Harsimranjit singh Kler
Hi I am using httpd 2.2.17 modjk 1.2.30 tomcat 6.0.I want to enable SSL in my setup. i Am able to successfully on httpd.but there is lot of confusion how to enable between httpd to AJP & AJP to tomcat. There is not specific documentation also. 1) what are step for modjk configurations? 2)Is AJP

Re: Session Expiry Issue on Tomcat 5.5.27

2011-05-24 Thread Harsimranjit singh Kler
hi Using Session.setMaxInactiveInterval() so expecting it overwrite web.xml 's expirytime. >keep-alive parameter for the connector Where to set this value can u explain? thanks On Tue, May 24, 2011 at 4:43 PM, Martin Gainty wrote: > > 2 things to look at: > keep-alive parameter for the c

Session Expiry Issue on Tomcat 5.5.27

2011-05-23 Thread Harsimranjit singh Kler
Hi All In our application we are trying to manage session per user login and have set the session inactivity to 15 minutes [user details are set to the session], when we are running the application for longer duration [over 2 days] with continuous activity per user login we see that some session

Re: modjk apache response questions

2011-05-05 Thread Harsimranjit singh Kler
Hi any other input required ? On Wed, May 4, 2011 at 9:48 AM, Harsimranjit singh Kler wrote: > > > Hi >> > > >> >> i have done testing as required using ab- please find details :. >> >> Please let me knw if anything other details required. >

Re: modjk apache response questions

2011-05-03 Thread Harsimranjit singh Kler
Hi > > > i have done testing as required using ab- please find details :. > > Please let me knw if anything other details required. > > Is this always manadatory that maxthread in tomcat shoud equal to > maxclient(apache)? > > in my case traffic always distributes among 3 tomcats so i assume to

Re: modjk apache response questions

2011-05-02 Thread Harsimranjit singh Kler
regards Harsimran On Mon, May 2, 2011 at 10:10 PM, André Warnier wrote: > Christopher Schultz wrote: > >> -BEGIN PGP SIGNED MESSAGE- >> Hash: SHA1 >> >> harsimran, >> >> On 5/1/2011 1:09 PM, Harsimranjit singh Kler wrote: >> >>>

Re: modjk apache response questions

2011-05-02 Thread Harsimranjit singh Kler
. worker.balancer.sticky_session=1 so indivdual requests is completly proccessed by one tomcat.tool taking care of sessions.this is fine i willl surly back you with following tests as well Thanks a lot ! Regards Harsimram On Mon, May 2, 2011 at 1:52 PM, André Warnier wrote: > Harsimranjit singh Kler wr

Re: modjk apache response questions

2011-05-01 Thread Harsimranjit singh Kler
configurations. why no error logs if something wrong configured in worker.properities? On Wed, Apr 27, 2011 at 8:57 PM, Harsimranjit singh Kler < simran...@gmail.com> wrote: > Hi > > > I need some observations on loadbalancer with mod jk, such as > How to check util

Re: modjk apache response questions

2011-05-01 Thread Harsimranjit singh Kler
ust /one/ of your test requests to one Tomcat, what is > the response time ? (do that several times, separately, and calculate the > average). > > > > arsimranjit singh Kler wrote: > >> Hi >> Hope you clear with my steup? >> >> Regards >> Harsimran

Re: modjk apache response questions

2011-04-30 Thread Harsimranjit singh Kler
Hi Hope you clear with my steup? Regards Harsimran On Fri, Apr 29, 2011 at 4:30 PM, Harsimranjit singh Kler < simran...@gmail.com> wrote: > Hi > My Setup one load balancer(apache ) and three tomcat server . > so 800 requests me i am hitting on apache loadbalancer using SOAP UI &

Re: modjk apache response questions

2011-04-29 Thread Harsimranjit singh Kler
> > One thing that you are not mentioning, is : in your test, how long does it > take to actually process 1 request, if you send just one ? > > c) what pogram are you using, to send the requests to Apache/Tomcat ? > And how do you see that "the response time is slow/slower

Re: modjk apache response questions

2011-04-29 Thread Harsimranjit singh Kler
on, then try to be more clear about what > exactly you are looking for. For example, what do you mean by "test load" ? > What precisely are you trying to find out ? > > > > > Harsimranjit singh Kler wrote: > >> Hi Andre >> >> i checked but i w

Re: modjk apache response questions

2011-04-27 Thread Harsimranjit singh Kler
Hi Andre i checked but i want simple steps to test load on my each worker as am doing first time.Thanks regards Harsimran On Wed, Apr 27, 2011 at 8:57 PM, Harsimranjit singh Kler < simran...@gmail.com> wrote: > Hi > > > I need some observations on loadbalancer with mod jk

modjk apache response questions

2011-04-27 Thread Harsimranjit singh Kler
Hi I need some observations on loadbalancer with mod jk, such as How to check utilization of each httpd workers? How to check what is the number of connections active on the each separate Tomcats when there is load?.How i can increase response time?AJP port should unique in worker.properities?

Re: Load Balancer configuration guide

2011-04-16 Thread Harsimranjit singh Kler
Still Not got any Solution On Thu, Apr 14, 2011 at 7:22 PM, Harsimranjit singh Kler < simran...@gmail.com> wrote: > Using Folowing to test Load Balanacing > Os:Linux > apache 2.2.17 > mod_jk1.2.3/ AJP 1.3 > tomcat 5.5.27 > > with Above Setup i am able transfer lo

Re: Load Balancer configuration guide

2011-04-15 Thread Harsimranjit singh Kler
Using Folowing to test Load Balanacing > Os:Linux > apache 2.2.17 > mod_jk1.2.3/ AJP 1.3 > tomcat 5.5.27 > > with Above Setup i am able transfer load on tomcat instances.I am setting > test bed with 3 tomcat with (Max thread 500 on each,Individual tomcat able > to accept 400 concurent in long run

Re: Load Balancer configuration guide

2011-04-14 Thread Harsimranjit singh Kler
> Using Folowing to test Load Balanacing > Os:Linux > apache 2.2.17 > mod_jk1.2.3/ AJP 1.3 > tomcat 5.5.27 > > with Above Setup i am able transfer load on tomcat instances.I am setting > test bed with 3 tomcat with (Max thread 500 on each,Individual tomcat able > to accept 400 concurent in long ru

Load Balancer configuration guide

2011-04-14 Thread Harsimranjit singh Kler
Using Folowing to test Load Balanacing Os:Linux apache 2.2.17 mod_jk1.2.3/ AJP 1.3 tomcat 5.5.27 with Above Setup i am able transfer load on tomcat instances.I am setting test bed with 3 tomcat with (Max thread 500 on each,Individual tomcat able to accept 400 concurent in long run). Now expectin

Re: Log File Problems in tomcat

2011-04-08 Thread Harsimranjit singh Kler
deleted it should able to genrate new log file automatically. On Sat, Apr 9, 2011 at 1:37 AM, Pid wrote: > On 4/8/11 8:18 PM, Harsimranjit singh Kler wrote: > > hi > > > > Using tomcat 5.5.27 on Linux machine . > > > > Whenever i am deleting log files(catal

Fwd: Log File Problems in tomcat

2011-04-08 Thread Harsimranjit singh Kler
hi Using tomcat 5.5.27 on Linux machine . Whenever i am deleting log files(catalina,localhost etc log files) from tomcat_home\logs path.These are not auto genrating .Everytime i need to restart tomcat to get thise files i dont want this.Any solution to this? Same problem with my application log

Log File Problems in tomcat

2011-04-08 Thread Harsimranjit singh Kler
hi Using tomcat 5.5.27 on Linux machine . Whenever i am deleting log files(catalina,localhost etc log files) from tomcat_home\logs path.These are not auto genrating .Everytime i need to restart tomcat to get thise files i dont want this.Any solution to this? Same problem with my application log

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Harsimranjit singh Kler
and connector, mod_jk things ?. On Mon, Jan 3, 2011 at 7:44 PM, Pid wrote: > On 1/3/11 9:40 AM, Harsimranjit singh Kler wrote: > > using tomcat instances only(balancer Feature) > > Why? > > > http://tomcat.apache.org/tomcat-5.5-doc/balancer-howto.html#Using_the_balanc

Re: Tomcat(5.5) Clustering and Load Balancing.

2011-01-03 Thread Harsimranjit singh Kler
12/28/2010 8:33 AM, Pid wrote: > > On 12/27/10 4:11 AM, Harsimranjit singh Kler wrote: > >> Hi > >> > >> i have testing tomcat clustering on single machine.What i am able to do > is i > >> hv 4 tomcat instances 1 work as balancer and 3 as cluster.using

Re: Tomcat(5.5) Clustering and Load Balancing.

2010-12-26 Thread Harsimranjit singh Kler
Hi i have testing tomcat clustering on single machine.What i am able to do is i hv 4 tomcat instances 1 work as balancer and 3 as cluster.using Rule.xml in balancer with round robin approach.all requests hits on balancer redirected to on one cluster which is on some different port. when redirectin