RE: Encoding Problem

2013-04-16 Thread Cool Techi
, 26 Mar 2013 16:12:12 -0400 From: ch...@christopherschultz.net To: users@tomcat.apache.org Subject: Re: Encoding Problem -BEGIN PGP SIGNED MESSAGE- Hash: SHA256 Ayush, On 3/26/13 5:07 AM, Cool Techi wrote: filter filter-nameencodingFilter/filter-name filter

Encoding Problem

2013-03-26 Thread Cool Techi
We are working with multiple languages and Korean being one of them, in our application we have set up encoding both at tomcat level and also spring filter for encoding, but for some reason when we do a request.getParameter in our Struts2 action class we receive only ??. Tomcat

RE: Encoding Problem

2013-03-26 Thread Cool Techi
or both? POST is the one in question currently, will test GET. 3. Have you read the character encodings page of Tomcat FAQ? Yes Regards, Rohit Date: Tue, 26 Mar 2013 13:14:19 +0400 Subject: Re: Encoding Problem From: knst.koli...@gmail.com To: users@tomcat.apache.org 2013/3/26 Cool Techi

RE: Encoding Problem

2013-03-26 Thread Cool Techi
: knst.koli...@gmail.com To: users@tomcat.apache.org 2013/3/26 Cool Techi cooltec...@outlook.com: 1. What is your filter-mapping and in what place in filters chain does you filter stand. (Order matters here. If anything calls getParameter() before you filter, parameter decoding happens

Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
Hi, We are using tomcat 6.0.26 on windows 2008 web server, with Jdk 1.6.32 installed on the server. The server seems to be running smoothly most of the time, but suddenly the memory used goes very high and tomcat stops responding, the logs don't show any out of memory or thread exceptions.

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
for deadlocks 3) Use VisualVM to get a big picture of what the virtual machine is doing 4) Put the application running under profiler (like JRockit Mission Control, or NetBeans profiler) These are some ideas... Regards, Edson Em 12/02/2013 15:27, Cool Techi escreveu: Hi, We

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
: edsonrich...@hotmail.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] Em 12/02/2013 15:53, Cool Techi escreveu: I am new to this, I have just installed YourKit and see a lot of threads blocked,but currently my response are fine, the blocked thread

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
, Ayush Date: Tue, 12 Feb 2013 18:38:24 + From: p...@pidster.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] On 12/02/2013 17:53, Cool Techi wrote: I am new to this, I have just installed YourKit and see a lot of threads blocked,but currently

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
, Cool Techi wrote: I am not logging to database, these are my appenders, You posted the below in a previous message. It was in a single unintelligible line. Perhaps you could clarify what you intended to post and try again? org.apache.log4j.Category.callAppenders

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
those methods again. Really appreciate your time and help. Regards, Ayush Date: Tue, 12 Feb 2013 11:36:52 -0800 From: its_toas...@yahoo.com To: users@tomcat.apache.org Subject: Re: Tomcat hanging unexpectedly [URGENT] On 2/12/2013 10:38 AM, Pid wrote: On 12/02/2013 17:53, Cool Techi

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
: SHA256 Ayush, On 2/12/13 2:48 PM, Cool Techi wrote: Thanks Everyone for the help, I will enable thread dump for my Tomcat, just reading up on how to get that done. My database connection string is given below. You don't need to enable a thread dump on your system: just actively take