Re: users Digest 1 Oct 2009 16:56:25 -0000 Issue 9131

2009-10-03 Thread Dan D
> > From: Filip Hanik - Dev Lists > To: Tomcat Users List > Date: Thu, 01 Oct 2009 08:00:53 -0600 > Subject: Re: Comet duplicate END events > On 09/30/2009 11:36 PM, Dan D wrote: > >> I have the exact situation as described thoroughly here: >> >

Comet duplicate END events

2009-09-30 Thread Dan D
I have the exact situation as described thoroughly here: http://www.mail-archive.com/users@tomcat.apache.org/msg66793.html Any thoughts?

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-11 Thread Dan D.
om 5.0.27 to 6.0.14 From: Dan D. [mailto:[EMAIL PROTECTED] Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 Would it work to then change the appBase to "/home/user/html/ROOT", or would it be better to have a secondary directory (/home/user/html/webapps) with a

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-11 Thread Dan D.
a ROOT directory inside of it? - Original Message - From: "Caldarale, Charles R" <[EMAIL PROTECTED]> Subject: RE: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 From: Dan D. [mailto:[EMAIL PROTECTED] Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-11 Thread Dan D.
t Users List" Sent: Thursday, February 07, 2008 6:09 PM Subject: RE: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 From: Dan D. [mailto:[EMAIL PROTECTED] Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 Right there is the first problem: docBase and ap

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-07 Thread Dan D.
when upgrading from 5.0.27 to 6.0.14 From: Dan D. [mailto:[EMAIL PROTECTED] Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 Customer has the following directory structure: /home/user/html \_ WEB-INF/ |\_ classes/ |\_ lib/ \_ images/ \_ movies/ \_ mp3s/ \_ blog/ \_ n

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-07 Thread Dan D.
Most of the advice that I received on this topic was pretty much the same: Use a profiler to determine what is using the heap. I went out and got a demo copy of yourkit as Filip suggested, and ran it against a 512MB heap dump (lowered max heap to that, and used the heap that was dumped on OOME

Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-04 Thread Dan D.
PM Subject: Re: Out of Memory Errors when upgrading from 5.0.27 to 6.0.14 what's the message after java.lang.OutOfMemoryError as there can be many different types of errors. Filip Dan D. wrote: Hello all, I'm currently working on upgrading our systems from using Tomcat 5.0.27 to 6.0

Out of Memory Errors when upgrading from 5.0.27 to 6.0.14

2008-02-04 Thread Dan D.
cat 6? I thank you for any insight you can provide on this issue. Sincerely, Dan D.

tld parsing error after upgrade to TC6

2008-01-04 Thread Dan D.
Hello everyone. I'm currently working on upgrading our environment to Tomcat 6.0.14 from 5.0.27. This is run on Apache 1.3.33 with mod_jk 1.2.25 (which is being upgraded from jk2). I'm able to get the basic sites working fine, however, there are a few applications that are still causing issue

Re: If xerces is in WEB-INF/lib this is used for deployment/web.xml parsing on tomcat6 (bug or feature?)

2007-07-28 Thread Dan D.
I'm wondering if anyone has any input regarding this? I am having a similar problem. We are currently working on upgrading from Tomcat 5 (5.0.27) to Tomcat 6 (6.0.13) to take advantage of the better resource utilization. We are also going from mod_jk2 to mod_jk (1.2.23), as we have had issue

mod_jk along side mod_dir -- How to get PHP to be seen as a default page

2007-06-14 Thread Dan D.
ling these requests, or tell it to pass them back to Apache if it doesn't know what to do with them? I thank you for your time and help in this matter, Dan D.

mod_jk along side mod_dir -- How to get PHP to be seen as a default page

2007-06-13 Thread Dan D.
ting to view the default page. If I browse directly to http://hostname.tld/index.php, it works fine. So, my question is, how do I either prevent Tomcat from handling these requests, or tell it to pass them back to Apache if it doesn't know what to do with them? I thank you for y