Re: Odd problem with Tomcat 5.5.9 and PhantomReferences

2006-03-10 Thread David Goodenough
On Wednesday 08 March 2006 16:33, David Goodenough wrote: > On Wednesday 08 March 2006 15:54, Caldarale, Charles R wrote: > > > From: David Goodenough [mailto:[EMAIL PROTECTED] > > > Subject: Odd problem with Tomcat 5.5.9 and PhantomReferences > > > >

Re: Odd problem with Tomcat 5.5.9 and PhantomReferences

2006-03-08 Thread David Goodenough
On Wednesday 08 March 2006 15:54, Caldarale, Charles R wrote: > > From: David Goodenough [mailto:[EMAIL PROTECTED] > > Subject: Odd problem with Tomcat 5.5.9 and PhantomReferences > > > > But when it comes to use the PhantomReference it g

RE: Odd problem with Tomcat 5.5.9 and PhantomReferences

2006-03-08 Thread Caldarale, Charles R
> From: David Goodenough [mailto:[EMAIL PROTECTED] > Subject: Odd problem with Tomcat 5.5.9 and PhantomReferences > > But when it comes to use the PhantomReference it gets:- > > at > org.apache.catalina.loader.WebappClassLoader.loadClass(WebappC > lassLoader.

Odd problem with Tomcat 5.5.9 and PhantomReferences

2006-03-08 Thread David Goodenough
I have a servlet which I am trying to run under Tomcat 5.5.9 which has a background thread in it. This thread uses JDBC, and in particular the Postgresql JDBC driver. This driver uses PhantomReferences in order to tidy up the underlying C objects. But when it comes to use the PhantomReference

RE: problem with tomcat 5.5.9

2006-01-24 Thread Tim Lucia
Tim -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 24, 2006 2:43 AM To: users@tomcat.apache.org Subject: RE: problem with tomcat 5.5.9 Hi, Small update on the problem mentioned We did not found any memory leak, but memory footpri

RE: problem with tomcat 5.5.9

2006-01-23 Thread rajesh.gannarapu
t: RE: problem with tomcat 5.5.9 Hi, Yeah, profiler indicates the Tomcat Objects as memory leak. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 11:25 PM To: Tomcat Users List Subject: Re: problem with tomcat 5.5.9 [EMAIL PROTECTED] wrote:

RE: problem with tomcat 5.5.9

2006-01-23 Thread rajesh.gannarapu
Hi, Yeah, profiler indicates the Tomcat Objects as memory leak. -Original Message- From: Mark Thomas [mailto:[EMAIL PROTECTED] Sent: Monday, January 23, 2006 11:25 PM To: Tomcat Users List Subject: Re: problem with tomcat 5.5.9 [EMAIL PROTECTED] wrote: > We observed that tomca

Re: problem with tomcat 5.5.9

2006-01-23 Thread Mark Thomas
[EMAIL PROTECTED] wrote: > We observed that tomcat's memory footprint (not the heap size) keeps > increasing if we run it for a long time under constant load. Initially > it was 305 MB, but after running it for 12 hours continuously, it > increased to 1153 MB. We are running the server on Red Hat L

RE: [OT] problem with tomcat 5.5.9

2006-01-23 Thread Caldarale, Charles R
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] > Subject: problem with tomcat 5.5.9 > > We observed that tomcat's memory footprint (not the heap size) keeps > increasing if we run it for a long time under constant load. Initially > it was 305 MB, but after

problem with tomcat 5.5.9

2006-01-23 Thread rajesh.gannarapu
Hi, We observed that tomcat's memory footprint (not the heap size) keeps increasing if we run it for a long time under constant load. Initially it was 305 MB, but after running it for 12 hours continuously, it increased to 1153 MB. We are running the server on Red Hat Linux AS 3.0. We are usi

Re: Internationalization Problem with Tomcat 5.5.9

2005-12-09 Thread Seak, Teng-Fong
I couldn't tell if there's any change since I don't know. Actually, you didn't tell if you're really making JSP or servlet. And you've just mentioned that you're using taglibrary. Maybe take a look at the tag library first to see if you've wrongly used something. Re-read the documentatio

Re: Internationalization Problem with Tomcat 5.5.9

2005-12-07 Thread Vijay Babu
On 12/8/05, Vijay Babu <[EMAIL PROTECTED]> wrote: > > Hi, > > Thanks for your suggestions. But unfortunately none of them worked. > > Actually the application sets the Locale based on browser settings. So > the response encoding is set to the appropriate Locate that is set in the > browser with

Re: Internationalization Problem with Tomcat 5.5.9

2005-12-07 Thread Vijay Babu
Hi, Thanks for your suggestions. But unfortunately none of them worked. Actually the application sets the Locale based on browser settings. So the response encoding is set to the appropriate Locate that is set in the browser with Tomcat 4. But its always set to ISO-8859-1 with Tomcat 5 and t

Re: Internationalization Problem with Tomcat 5.5.9

2005-12-06 Thread Seak, Teng-Fong
IMO, it's quite possible that your webapp were relying on bugs in previous version. So, you have to make sure you're jsp pages are following standards. The obvious reasons that I could think of are the followings tags not being used correctly: 1. <%@ page contentType="text/html;charset=ut

Internationalization Problem with Tomcat 5.5.9

2005-12-05 Thread Vijay Babu
Hi all, I am facing a problem with i18n using Tomcat 5.5.9. I have an application which has been internationalized for a couple of languages and is working fine with Tomcat 4.1.x. But the same application when deployed in Tomcat 5.5.9 does not work. When a jsp page having some text is accessed,