RE: "Too Many Connections" exceptions after moving to Tomcat 8

2015-07-29 Thread Prabhu Mannu
Hi jerry , It's probably issue with the application itself, You might want to check your application for connections leaks. I usually use this https://github.com/javamelody/javamelody/wiki To monitor the application in both production and test environment. It's easy to use and very efficient tool

RE: Re: how to block the duplicated requests?

2015-05-20 Thread Prabhu Mannu
Hi What you explaining now and what you explained before are completely different story. Simple and main cause for your issue is inefficiency and poor design. why don't you simply count number of users registering on particular ip and stop at threshold for certain amount of time. A simple requ

RE: Tomcat 7.0.57 - Deployment Issue

2015-05-11 Thread Prabhu Mannu
-Original Message- From: Kiran Badi [mailto:ki...@poonam.org] Sent: Tuesday, 12 May, 2015 10:54 AM To: Tomcat Users List Subject: Re: Tomcat 7.0.57 - Deployment Issue for some reasons it's not going well. Its getting deployed as single app www.mywebapp1.com\mywebapp2\ rather than 2 sep

RE: Help required to calculate Apache Tomcat resource

2015-02-12 Thread Prabhu Mannu
Answers below -Original Message- From: David kerber [mailto:dcker...@verizon.net] Sent: Thursday, 12 February, 2015 9:42 PM To: Tomcat Users List Subject: Re: Help required to calculate Apache Tomcat resource > > >... > > > > Hi Mark, > > Thanks for your reply. By miss I sent the first e-

RE: Tomcat 8 encoding issues: unable to change the default encoding iso-8859-1 to utf-8 in http header

2015-01-23 Thread Prabhu Mannu
ncoding iso-8859-1 to utf-8 in http header Prabhu Mannu wrote: > Hi all, > > Found the issue it's the jsp page itself that was encoded in > iso-8859-1 format. > Sighs .. I became such a noob. > Sorry all for the trouble. > > With regards > Prabhu No problem.

RE: Tomcat 8 encoding issues: unable to change the default encoding iso-8859-1 to utf-8 in http header

2015-01-22 Thread Prabhu Mannu
Hi all, Found the issue it's the jsp page itself that was encoded in iso-8859-1 format. Sighs .. I became such a noob. Sorry all for the trouble. With regards Prabhu -Original Message- From: Prabhu Mannu [mailto:pra...@fernridge.com] Sent: Friday, 23 January, 2015 3:21 PM To:

Tomcat 8 encoding issues: unable to change the default encoding iso-8859-1 to utf-8 in http header

2015-01-22 Thread Prabhu Mannu
Hi all, Firs off Sorry if this question appears too noob. Currently in my application I get this warning. HTML1114: Codepage iso-8859-1 from (HTTP header) overrides conflicting codepage utf-8 from (META tag) File: index.action Application uses struts 2, spring, hibernate, jpa + tiles 3 framework