RE: Encoding Problem

2013-04-16 Thread Cool Techi
sh > Date: Tue, 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:0

RE: Encoding Problem

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

RE: Encoding Problem

2013-03-26 Thread Cool Techi
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 > > 20

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 Encodin

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
PGP SIGNED MESSAGE- > Hash: 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. > >

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
> 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 my response are fine, the blocked > >> thread are showing the following > >

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
; On 12/02/2013 18:42, 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? > >

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
m > 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 my response a

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
; From: 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 > > block

RE: Tomcat hanging unexpectedly [URGENT]

2013-02-12 Thread Cool Techi
ace, as well) or currently running > application when it is hang, and check 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 a

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