Re: Tomcat Clustering

2015-01-15 Thread Arun Kumar
Hi Chris Appreciate your help. On 12/28/14 5:59 PM, Arun Kumar wrote: Thanks a ton for reaching me out and i really appreciate your help. I am new to Tomcat clustering, if my questions doesn't make any sense, please forgive me :) On 12/26/14 12:36 PM, Arun Kumar wrote: I have two Tomcat

Re: Tomcat Clustering

2014-12-28 Thread Arun Kumar
Thanks a ton for reaching me out and i really appreciate your help. I am new to Tomcat clustering, if my questions doesn't make any sense, please forgive me :) On 12/26/14 12:36 PM, Arun Kumar wrote: I have two Tomcat 7.0 installed on two different machines and edited the server.xml file

Tomcat Clustering

2014-12-26 Thread Arun Kumar
Hi I have two Tomcat 7.0 installed on two different machines and edited the server.xml file on both the machines with the code below, i am not sure if the Tomcats are clustered. I tried to turn of one Tomcat manually to check if the clustering is implemented or not. But the failover doesn't

How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Arun Kumar
Hi We are developing small video hosting application ,we are not writing any special program for open the video file and send to player , simply we are using tomcat DefaultServlet for above all video request , now we have to benchmark our application for following scenario 1) video

Re: Need settings/configuration details to improve tomcat performance

2013-09-11 Thread Arun Kumar
Hi for better request handling you need to know all about tomcat connectors , just try jk_mod with tomcat http://tomcat.apache.org/tomcat-3.3-doc/mod_jk-howto.html http://tomcat.apache.org/connectors-doc/ On Wed, Sep 11, 2013 at 11:17 PM, Akbar Thanakalacheruvu akb...@sumtotalsystems.com

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Arun Kumar
Hi *David */ Christopher Thanks for your useful reply So tomcat is utilizing full socket output stream capability for corresponding threads :-) Now i have some other querys , how many max concurrent users request is allowed for following configuration , approximate number is enough dont

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Arun Kumar
Christopher my native client is using http range parameter for requesting video On Thu, Sep 12, 2013 at 12:13 AM, Arun Kumar mi2a...@gmail.com wrote: Hi Eli i think you subscribed tomcat user mailing list accidentally so please unsubscribe it please send empty mail to users

Re: How tomcat is handling bandwidth sharing across all request

2013-09-11 Thread Arun Kumar
Hi Eli i think you subscribed tomcat user mailing list accidentally so please unsubscribe it please send empty mail to users-unsubscr...@tomcat.apache.org for To remove your address from the list (mail chain), Regards Arunkumar On Wed, Sep 11, 2013 at 11:31 PM, Eli elikat...@yahoo.com

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread arun kumar
and Regards Arun --- On Sun, 8/1/10, Mark Thomas ma...@apache.org wrote: From: Mark Thomas ma...@apache.org Subject: Re: UTF-8 encoding in Tomcat 6.0 To: Tomcat Users List users@tomcat.apache.org Date: Sunday, August 1, 2010, 5:05 AM On 31/07/2010 17:34, arun kumar wrote: I ran my example

Re: UTF-8 encoding in Tomcat 6.0

2010-08-03 Thread arun kumar
, arun kumar wrote: Am i sending some parameter wrongly? Probably. Go back and read what I wrote about the test JSP on the wiki and see if that works. Mark - To unsubscribe, e-mail: users-unsubscr

Re: UTF-8 encoding in Tomcat 6.0

2010-07-31 Thread arun kumar
Hi Erik Thanks very much for your responses. I can assure that i'm interested in this topic even now :). My scenario is this: 1. I use a web application that runs in JBOSS. 2. JBOSS uses a tomcat web container from what i can see. 3. To my application if i pass a UTF-8 encoded value in hex

Re: UTF-8 encoding in Tomcat 6.0

2010-07-31 Thread arun kumar
Users List users@tomcat.apache.org Date: Saturday, July 31, 2010, 12:18 PM On 31/07/2010 15:40, arun kumar wrote: Hi Erik    Thanks very much for your responses. I can assure that i'm interested in this topic even now :). My scenario is this: 1. I use a web application that runs

Tomcat and Hex characters

2010-07-13 Thread arun kumar
Hello I'm facing a problem with which i need some help: I'm using JBOSS which internally uses Tomcat. When i send a request to a servlet running inside tomcat with a parameter that is encoded in UTF-8, the parameter's value shows up as . I tried several things like adding