Re: Secure AJP load balancing problem

2013-01-03 Thread Arunkumar Janarthanan
: SHA256 Arun, On 1/2/13 4:45 PM, Arunkumar Janarthanan wrote: I have Apache 2.2.22 and Tomcat 5.5 running on SSL 8443, I have tried my balancer members to use HTTPS port So you are trying to use HTTPS over AJP? Did you mean APR? Please post your Connectors from server.xml and your

Re: mod_proxy SSL protocol support for balancermember

2012-12-07 Thread Arunkumar Janarthanan
. This way, one can follow the conversation logically. - Original Message - From: Arunkumar Janarthanan arunkumar.webad...@gmail.com To: Tomcat Users List users@tomcat.apache.org Cc: Sent: Friday, December 7, 2012 5:49 PM Subject: mod_proxy SSL protocol support for balancermember

Re: Tomcat error com.inet.tds.at: [TDS Driver]java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind Windows 2008

2011-04-14 Thread Arunkumar Janarthanan
I see similar issues / problem in my other Tomcat instances running on same server. On Tue, Apr 12, 2011 at 2:36 AM, André Warnier a...@ice-sa.com wrote: On the face of it, this has absolutely nothing to do with Tomcat. Why did you think it relates to tomcat ? Arunkumar Janarthanan wrote

Tomcat error com.inet.tds.at: [TDS Driver]java.net.SocketException: Unrecognized Windows Sockets error: 0: JVM_Bind Windows 2008

2011-04-11 Thread Arunkumar Janarthanan
Hi All, I have a scheduler application was running on win 2k fine, when we moved this application to windows 2008 there is an issue appearing the windows socket error. Apprently this seems the process / connection / sockets created by JVM not closed. Any idea if this appears to be know issue ?

Re: Deploying a simple webservice for testing on tomcat gives HTTP 404

2010-03-27 Thread Arunkumar Janarthanan
Have you checked the URL path from the Tomcat manager page is correct ? On Fri, Mar 26, 2010 at 6:59 PM, SM moni_spar...@yahoo.com wrote: Hi all, I developed a simple web service and deployed it on Tomcat 6.0.24 and when I debug on server it gives me http 404. There are no errors in the

Re: sticky session failover

2010-03-27 Thread Arunkumar Janarthanan
Len, Do you have a the nofailover parameter disabled ? this can help users continue served by the working tomcat instances in-case of the tomcat instance which cookie parameter set fails / not available. Proxy balancer://abc BalancerMember ajp://prod1:8081 route=app1 BalancerMember

SSL requests are getting timedout with the error

2010-03-25 Thread Arunkumar Janarthanan
Hi, We noticed the below error when the SSL requests failed to complete. I have tomcat 5.5.9 running on Solaris 10 SPARC server with 16 Gig of Memory and 32 CPU. However the plain requests and SSL with just domain works ok. ex: https://www.abc.com. My sincere apologize for the minimal

Re: SSL requests are getting timedout with the error

2010-03-25 Thread Arunkumar Janarthanan
Hi Chris, Very valid point the Tomcat to be upgraded, does the error makes any sense could be caused by SSL protocol ? Thanks for your advice. Best Regards, Arun J On Thu, Mar 25, 2010 at 11:34 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Arunkumar Janarthanan

JVMROUTE not showing on balancer-manager

2010-02-08 Thread Arunkumar Janarthanan
Please advice. Arun J On Mon, Feb 8, 2010 at 1:37 AM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Arunkumar Janarthanan [mailto:arunkumar.webad...@gmail.com] Subject: Critical Problem with Tomcat instances I am going through a critical problem that my payment system has

Re: Critical Problem with Tomcat instances

2010-02-08 Thread Arunkumar Janarthanan
, Feb 8, 2010 at 6:46 AM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2010/2/8 Arunkumar Janarthanan arunkumar.webad...@gmail.com: I am going through a critical problem that my payment system has 4 Tomcat instances and outofthem two instances simply redirecting to login page after user

Critical Problem with Tomcat instances

2010-02-07 Thread Arunkumar Janarthanan
I am going through a critical problem that my payment system has 4 Tomcat instances and outofthem two instances simply redirecting to login page after user logged in into the application and trigger any action (even just clicking any link in the application) Not sure if this is application

Re: Rerouting Traffic when number of connection increases

2009-12-11 Thread Arunkumar Janarthanan
. Please advice. On Thu, Dec 10, 2009 at 4:51 PM, Pid p...@pidster.com wrote: On 10/12/2009 21:44, Arunkumar Janarthanan wrote: We have a 4 Apache Tomcat instances running on and trying to setup a custom message by redirecting user to different Apache instance with currently we are expereincing

Rerouting Traffic when number of connection increases

2009-12-10 Thread Arunkumar Janarthanan
We have a 4 Apache Tomcat instances running on and trying to setup a custom message by redirecting user to different Apache instance with currently we are expereincing HIGH traffic, please visit later How this can be achieved ? Is there anyway I can find the total number of connections in all 4

Re: Customizing Default Error page when Webapp stopped Or not loaded

2009-11-16 Thread Arunkumar Janarthanan
: 2009/11/15 Arunkumar Janarthanan arunkumar.webad...@gmail.com: I am having problem when thew webapp stopped or not loaded for some reason tomcat shows the default error page though I have error page configured in web.xml under application root. Do I have to modify

Re: Customizing Default Error page when Webapp stopped Or not loaded

2009-11-16 Thread Arunkumar Janarthanan
Hi Konstantin, Thank you very much,I will look for the fix or an alternate option to fix the issue. Once again many thanks. Cheers, Arun Janarthanan On Mon, Nov 16, 2009 at 2:00 PM, Konstantin Kolinko knst.koli...@gmail.comwrote: 2009/11/16 Arunkumar Janarthanan arunkumar.webad...@gmail.com

Customizing Default Error page when Webapp stopped Or not loaded

2009-11-15 Thread Arunkumar Janarthanan
I am having problem when thew webapp stopped or not loaded for some reason tomcat shows the default error page though I have error page configured in web.xml under application root. Do I have to modify *org.apache.catalina.valves.ErrorDispatcherValve* class file ? Could anyone please advice if

Re: connection Timeout

2009-11-15 Thread Arunkumar Janarthanan
Have you tried *removeAbandonedTimeout* in connection pool settings ? this will help to get the connectionb closed if your DB connection waiting more than a specific amount of time. On Thu, Nov 12, 2009 at 4:02 AM, André Warnier a...@ice-sa.com wrote: vichi wrote: i want to close a connection

Re: Tomcat Coyote HTTP11Protocol Pause

2009-11-10 Thread Arunkumar Janarthanan
, Charles R chuck.caldar...@unisys.com wrote: From: Arunkumar Janarthanan [mailto:arunkumar.webad...@gmail.com] Subject: Re: Tomcat Coyote HTTP11Protocol Pause There was no other error reported apart from sequence of Pause, stop destroyed messages from catalina. Something shut down Tomcat

Re: Tomcat Coyote HTTP11Protocol Pause

2009-11-10 Thread Arunkumar Janarthanan
as this page is my application's Home page and crashes whole application itself ? Many thanks. Arun Janarthanan On Tue, Nov 10, 2009 at 10:06 AM, Pid p...@pidster.com wrote: On 10/11/2009 14:31, Arunkumar Janarthanan wrote: Hi Chuk, Thank you for the assistance, when we looked into the logs

Tomcat Coyote HTTP11Protocol Pause

2009-11-09 Thread Arunkumar Janarthanan
on tomcat server instances, they were giving below errors on all 3 machines. Below are the config details. Tomcat 5.5.9 java version 1.5.0_14 Java(TM) 2 Runtime Environment, Standard Edition (build 1.5.0_14-b03) Java HotSpot(TM) Server VM (build 1.5.0_14-b03, mixed mode) Solaris 10

Re: Tomcat Coyote HTTP11Protocol Pause

2009-11-09 Thread Arunkumar Janarthanan
There was no other error reported apart from sequence of Pause, stop destroyed messages from catalina. Please advice. Arun J On Mon, Nov 9, 2009 at 4:16 PM, Caldarale, Charles R chuck.caldar...@unisys.com wrote: From: Arunkumar Janarthanan [mailto:arunkumar.webad...@gmail.com] Subject