Re: [OT] Re: Apache perfomance issue

2014-04-01 Thread Saurabh Makol
Understood. Thanks gain for your help. On Tue, Apr 1, 2014 at 12:12 PM, Mark Eggers wrote: > Replies inline: > > > On 4/1/2014 8:53 AM, Saurabh Makol wrote: > >> Hello Tomcat expert, >> >> I am facing a performance issue for one of the application that

Apache perfomance issue

2014-04-01 Thread Saurabh Makol
Hello Tomcat expert, I am facing a performance issue for one of the application that I am hosting. My apologies for reaching out to y'all as I know this group is tomcat issue but thought if anyone has ever come across this strange issue. We have an environment which is 64 bit Windows Server 2008

Re: maxThread not set in Tomcat 7

2013-11-25 Thread Saurabh Makol
Understood, thanks. On Mon, Nov 25, 2013 at 3:24 PM, Caldarale, Charles R < chuck.caldar...@unisys.com> wrote: > > From: Saurabh Makol [mailto:saurabh.ma...@gmail.com] > > Subject: Re: maxThread not set in Tomcat 7 > > > Even setting it as lower case doesn't make

Re: maxThread not set in Tomcat 7

2013-11-25 Thread Saurabh Makol
Thanks all for your reply, Even setting it as lower case doesn't make any difference: It still shows me as default value which is 200. However as per your suggestion I did notice this in the server logs Nov 25, 2013 2:10:48 PM org.apache.catalina.startup.SetAllPropertiesRule begin WARNING: [S

maxThread not set in Tomcat 7

2013-11-25 Thread Saurabh Makol
Hello Tomcat experts, I am running Tomcat 7 on Window Server 2008 and below in my connector setting present in server.xml The server gets started without any issue however when I go to the manager site http://127.0.0.1/manager/status It still show the max thread as 200 "http-bio-127.0.0.1-8

Re: JDBC Connection over VPN

2012-05-07 Thread Saurabh Makol
Can you run telnet 1521 from command prompt when you VPN into your network? On Mon, May 7, 2012 at 3:46 PM, Sanjeev Sharma < sanjeev.sha...@buchanan-edwards.com> wrote: > Using port 1521 in both cases, but it only fails for JDBC. > > -Original Message- > From: Propes, Barry L [mailto:ba

Re: how/where to put the application patch on tomcat ?

2010-12-16 Thread Saurabh Makol
Put it in the lib folder of tomcat directory. On Thu, Dec 16, 2010 at 2:11 PM, Fang Zhu wrote: > > > > > > Does anyone has a idea -- > > how/where to put appPatch.jar to the tomcat, so tomcat can load this > appPatch.jar first, > before those jars under /WEB-INF/lib/*.jar ? > > according to the