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
> > >
>
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
> 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.
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
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
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:
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
[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
> 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
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
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
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
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
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
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,
15 matches
Mail list logo