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

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 its_toas...@yahoo.com 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 I am hosting. My apologies

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 Connector address=127.0.0.1 port=80 protocol=HTTP/1.1 connectionTimeout=6 redirectPort=443 maxthreads=250 The server gets started without any issue however when I go

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: Connector address=127.0.0.1 port=80 protocol=HTTP/1.1 connectionTimeout=6 redirectPort=443 maxthreads=250 / It still shows me as default value which is 200. However as per your suggestion I did notice

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 any difference: You already had

Re: JDBC Connection over VPN

2012-05-07 Thread Saurabh Makol
Can you run telnet DatahbaseIpaddress 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

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 zhufan...@hotmail.com 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 ?