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
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
-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
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-
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.
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:
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