Re: [OT] [solution] Why is my cocoon app an IE6 killer?

2002-10-11 Thread leo leonid

I finally solved the problem.
It is not Cocoon nor is it the sevlet container or apache.
The problem is caused by corrupt IPTC profiles in some JPG Images. e.g.:
   Profile-iptc: 4496 bytes
 unknown:
   0x:     ff03  ---
   0x0014:   03ff00  --

Whereas most browsers don't care, some IE6 and 5.5 on Windows crash.
I got this corrupt profiles by generating thumbnails with 
JMagick/ImageMagick.
I used v.5.4.2. The latest v.5.4.9 seems to handle profiles correctly, 
but
I now remove all profiles generally with JMagick
   image.profileImage("*", null);
This also reduces the file size of may thumbnails dramatically.

So this problem is completely OT.
But maybe this clue can help others out of this hell.

/Leo


On Freitag, Oktober 4, 2002, at 04:10  Uhr, leo leonid wrote:

> Hi,
> most generally I would describe my problem with my cocoon-app as 
> follows:
>
> When accessing a
> - servlet generated site
This was a wrong assumption.
I was put on this wrong track because I tested a static page from the 
local filesystem
and the page rendered perfectly. In Another test with a static page 
from the
server the page also rendered perfectly, as I know now, by accident it 
did not
contain such harmful images.

> - with (lots of) images
> - using a recent versions of Internet Explorer (i.e.6) on windows
> then IE stops loading images. And even better: from this moment on it 
> generally
> doesn’t display images anymore, even from other sites until you 
> restart IE.
>
> The problem only (but not necessarily) occurs with IE on windows,
> but only on servlet generated sites.
>
> I found reports on this problem in the tomcat-user list,
> http://marc.theaimsgroup.com/?l=tomcat-user&m=103340719301191&w=2
> but its not just tomcat related. It’s the same with jetty.
>
> If someone likes to see the problem live, start a recent windows IE 
> and go to
> http://www.helnwein.com/werke/theater/tafel_1.html
> It's nothing wrong with the HTML and there is no JS at all.
> The current server configuration is
> c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from 
> apache
> on a RH linux 7.2., Java 1.4.1.
>
> Itested the following configurations with no effect to the problem:
> c2.0.3 tomcat 4.0.5/4.1.12 standalone – images served by cocoon
> c2.0.3 tomcat 4.0.5/4.1.12 standalone – images from an extra context
> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images served by 
> cocoon
> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images from an 
> extra context
> c2.03 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served by 
> cocoon
> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served 
> from an extra context
> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images directly 
> from apache
> c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images 
> served by cocoon
> c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images from 
> an extra context
> c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images 
> directly from apache
> c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from 
> apache
>
> This is really frustrating.
> Does anyone have similar experiences or hints to solve the problem?
> Please tell me!
>
> Thanks
> /Leo
>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Why is my cocoon app an IE6 killer?

2002-10-11 Thread jakob . dalsgaard

More IE troubles.

We currently have a problem running:

- cocoon 2.0.2 (just the libs in the WEB-INF/lib of our own webapp)
- jboss 3.0.1 (with what ever version of jetty is inside it)
- jdk 1.4.0 (b92) on windows

When run on our W2K professional production server and accessed from IE5.5/6 we get broken images, but only when we hit reload! This also leads to tons of "incorrect content-length" messages in the cocoon log; we assume that IE closes the connections in some abrupt way.

The "fun" thing is that when run on our dual-athlon linux developer server (with jdk 1.4.0_01-b03) we experience no such thing in our IE's...

In the next release we plan on utilizing a non-blocking IO (java.nio.*) socket listener that jetty 3.1+ (I think...) supports when compiled (and run ...) under jdk 1.4 - just to see if this has an effect.

We've been fiddling with the http/1.1 switch in IE, with no noticable difference :-( furthermore we've tried to set the "Expires" header on _all_ images to check if that would force IE to store and not refetch the images, with no luck.

On our laptops (P3 / 1 GHz running Win XP Professional / Redhat 7.x / Redhat 8.0) we run the product and do not experience the missing image stuff.

We tend to believe that our problem is related to some ressources (?) being exhausted on our production server - but we haven't been successful in solving it.

.. and sometimes we get strange "No more DTM ids available" exception - but that's a whole different issue :-)

If someone could show me a  http header that would resolve this problem I would be really really happy!


Jakob Dalsgaard
Udvikler
e-mail:   [EMAIL PROTECTED]
Vesterbrogade 149
1620 København V
Tlf.:   70 25 80 30
Fax.: 70 25 80 31








Antonio Gallardo Rivera <[EMAIL PROTECTED]>
10/08/02 06:38 AM
Please respond to cocoon-users

        
        To:        [EMAIL PROTECTED]
        cc:        
        Subject:        Re: Why is my cocoon app an IE6 killer?


IE6 SP1 have the same problem. I still have the same problem with it.

As you noted before this problem is a combination of IE and Tomcat. Of course 
if you upgrade or downgrade to a version without the problem, this is gone.

Thanks,

Antonio Gallardo

El Lunes, 07 de Octubre de 2002 15:36, Ryan Agler escribió:
> I have not upgraded to SP1 yet, but Microsoft probably did fix the
> problem if yours works.  However, my main concern is that most users out
> there will not have SP1.  For me, the solution was using the test
> HTTP/1.1 connector instead of Coyote.  The test connector seems to do
> something differently, and at this point I really don't have a
> compelling reason for using Coyote instead.
>
>
> -Original Message-
> From: Els Stevens [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 07, 2002 5:04 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Why is my cocoon app an IE6 killer?
>
> I'm using IE6SP1 and loaded the site WITH images without any problem.
> I'm using a fully updated Win2K server version.
>
> Did you solve the problem in the mean time?
>
> Bert
>
> At 11:20 5/10/2002 +0200, you wrote:
> >Ryan,
> >
> >I can confirm your findings, with IE 5.5 and IE 6.0 I've experienced
>
> this
>
> >anomaly even when not using coyote. Actually, I used the
> >ISAPI filter, since my front-end is IIS.
> >
> >BTW, back then (a year ago) I've contacted the Microsoft tech support:
> >they recognized the existence of a problem and were very
> >collaborative, but, in the end, nothing came out of it.
> >
> >Best regards,
> >
> >-
> >                Luca Morandini
> >                GIS Consultant
> >               [EMAIL PROTECTED]
> >http://utenti.tripod.it/lmorandini/index.html
> >-
> >
> > > -Original Message-
> > > From: Ryan Agler [mailto:[EMAIL PROTECTED]]
> > > Sent: Saturday, October 05, 2002 9:29 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: Why is my cocoon app an IE6 killer?
> > >
> > >
> > > That could be a clue.  However, from testing, I don't think it's
>
> limited
>
> > > to the use of HTTP/1.0. I experience the same thing even though I am
> > > positive  IE6 is using HTTP/1.1 -- both when I visit
> > > http://www.helnwein.com/werke/theater/tafel_1.html , and when I
>
> enable
>
> > > Coyote and visit my own webapp's pages (and I can even see in the
>
> logs
>
> > > that IE6 is using HTTP/1.1)
> > >
> > > -Original Message-
> > > From: Antonio Gallardo Rivera
>
> [mailto:[EMAIL PROTECTED]]
>

Re: Why is my cocoon app an IE6 killer?

2002-10-07 Thread Antonio Gallardo Rivera

IE6 SP1 have the same problem. I still have the same problem with it.

As you noted before this problem is a combination of IE and Tomcat. Of course 
if you upgrade or downgrade to a version without the problem, this is gone.

Thanks,

Antonio Gallardo

El Lunes, 07 de Octubre de 2002 15:36, Ryan Agler escribió:
> I have not upgraded to SP1 yet, but Microsoft probably did fix the
> problem if yours works.  However, my main concern is that most users out
> there will not have SP1.  For me, the solution was using the test
> HTTP/1.1 connector instead of Coyote.  The test connector seems to do
> something differently, and at this point I really don't have a
> compelling reason for using Coyote instead.
>
>
> -Original Message-
> From: Els Stevens [mailto:[EMAIL PROTECTED]]
> Sent: Monday, October 07, 2002 5:04 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Why is my cocoon app an IE6 killer?
>
> I'm using IE6SP1 and loaded the site WITH images without any problem.
> I'm using a fully updated Win2K server version.
>
> Did you solve the problem in the mean time?
>
> Bert
>
> At 11:20 5/10/2002 +0200, you wrote:
> >Ryan,
> >
> >I can confirm your findings, with IE 5.5 and IE 6.0 I've experienced
>
> this
>
> >anomaly even when not using coyote. Actually, I used the
> >ISAPI filter, since my front-end is IIS.
> >
> >BTW, back then (a year ago) I've contacted the Microsoft tech support:
> >they recognized the existence of a problem and were very
> >collaborative, but, in the end, nothing came out of it.
> >
> >Best regards,
> >
> >-
> >Luca Morandini
> >GIS Consultant
> >   [EMAIL PROTECTED]
> >http://utenti.tripod.it/lmorandini/index.html
> >-------------------------
> >
> > > -Original Message-
> > > From: Ryan Agler [mailto:[EMAIL PROTECTED]]
> > > Sent: Saturday, October 05, 2002 9:29 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: RE: Why is my cocoon app an IE6 killer?
> > >
> > >
> > > That could be a clue.  However, from testing, I don't think it's
>
> limited
>
> > > to the use of HTTP/1.0. I experience the same thing even though I am
> > > positive  IE6 is using HTTP/1.1 -- both when I visit
> > > http://www.helnwein.com/werke/theater/tafel_1.html , and when I
>
> enable
>
> > > Coyote and visit my own webapp's pages (and I can even see in the
>
> logs
>
> > > that IE6 is using HTTP/1.1)
> > >
> > > -Original Message-
> > > From: Antonio Gallardo Rivera
>
> [mailto:[EMAIL PROTECTED]]
>
> > > Sent: Saturday, October 05, 2002 2:00 AM
> > > To: [EMAIL PROTECTED]
> > > Subject: Re: Why is my cocoon app an IE6 killer?
> > >
> > > I posted this today:
> > >
> > > I think I found where the problem is:
> > >
> > > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12783
> > >
> > > It looks like is a Tomcat.
> > >
> > > Antonio Gallardo.
>
> -
>
> > > Please check that your question  has not already been answered in
>
> the
>
> > > FAQ before posting.
>
> <http://xml.apache.org/cocoon/faq/index.html>
>
> > > To unsubscribe, e-mail:
>
> <[EMAIL PROTECTED]>
>
> > > For additional commands, e-mail:
>
> <[EMAIL PROTECTED]>
>
> >-
> >Please check that your question  has not already been answered in the
> >FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
> >
> >To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> >For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>

-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: Why is my cocoon app an IE6 killer?

2002-10-07 Thread Ryan Agler

I have not upgraded to SP1 yet, but Microsoft probably did fix the
problem if yours works.  However, my main concern is that most users out
there will not have SP1.  For me, the solution was using the test
HTTP/1.1 connector instead of Coyote.  The test connector seems to do
something differently, and at this point I really don't have a
compelling reason for using Coyote instead.


-Original Message-
From: Els Stevens [mailto:[EMAIL PROTECTED]] 
Sent: Monday, October 07, 2002 5:04 AM
To: [EMAIL PROTECTED]
Subject: RE: Why is my cocoon app an IE6 killer?

I'm using IE6SP1 and loaded the site WITH images without any problem.
I'm using a fully updated Win2K server version.

Did you solve the problem in the mean time?

Bert


At 11:20 5/10/2002 +0200, you wrote:
>Ryan,
>
>I can confirm your findings, with IE 5.5 and IE 6.0 I've experienced
this 
>anomaly even when not using coyote. Actually, I used the
>ISAPI filter, since my front-end is IIS.
>
>BTW, back then (a year ago) I've contacted the Microsoft tech support: 
>they recognized the existence of a problem and were very
>collaborative, but, in the end, nothing came out of it.
>
>Best regards,
>
>-
>Luca Morandini
>GIS Consultant
>   [EMAIL PROTECTED]
>http://utenti.tripod.it/lmorandini/index.html
>-
>
>
> > -Original Message-
> > From: Ryan Agler [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, October 05, 2002 9:29 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Why is my cocoon app an IE6 killer?
> >
> >
> > That could be a clue.  However, from testing, I don't think it's
limited
> > to the use of HTTP/1.0. I experience the same thing even though I am
> > positive  IE6 is using HTTP/1.1 -- both when I visit
> > http://www.helnwein.com/werke/theater/tafel_1.html , and when I
enable
> > Coyote and visit my own webapp's pages (and I can even see in the
logs
> > that IE6 is using HTTP/1.1)
> >
> > -Original Message-----
> > From: Antonio Gallardo Rivera
[mailto:[EMAIL PROTECTED]]
> >
> > Sent: Saturday, October 05, 2002 2:00 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Why is my cocoon app an IE6 killer?
> >
> > I posted this today:
> >
> > I think I found where the problem is:
> >
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12783
> >
> > It looks like is a Tomcat.
> >
> > Antonio Gallardo.
> >
> >
> >
-
> > Please check that your question  has not already been answered in
the
> > FAQ before posting.
<http://xml.apache.org/cocoon/faq/index.html>
> >
> > To unsubscribe, e-mail:
<[EMAIL PROTECTED]>
> > For additional commands, e-mail:
<[EMAIL PROTECTED]>
> >
>
>
>-
>Please check that your question  has not already been answered in the
>FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail:   <[EMAIL PROTECTED]>


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>

-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: Why is my cocoon app an IE6 killer?

2002-10-07 Thread Els Stevens

I'm using IE6SP1 and loaded the site WITH images without any problem.
I'm using a fully updated Win2K server version.

Did you solve the problem in the mean time?

Bert


At 11:20 5/10/2002 +0200, you wrote:
>Ryan,
>
>I can confirm your findings, with IE 5.5 and IE 6.0 I've experienced this 
>anomaly even when not using coyote. Actually, I used the
>ISAPI filter, since my front-end is IIS.
>
>BTW, back then (a year ago) I've contacted the Microsoft tech support: 
>they recognized the existence of a problem and were very
>collaborative, but, in the end, nothing came out of it.
>
>Best regards,
>
>-
>Luca Morandini
>GIS Consultant
>   [EMAIL PROTECTED]
>http://utenti.tripod.it/lmorandini/index.html
>-
>
>
> > -Original Message-
> > From: Ryan Agler [mailto:[EMAIL PROTECTED]]
> > Sent: Saturday, October 05, 2002 9:29 AM
> > To: [EMAIL PROTECTED]
> > Subject: RE: Why is my cocoon app an IE6 killer?
> >
> >
> > That could be a clue.  However, from testing, I don't think it's limited
> > to the use of HTTP/1.0. I experience the same thing even though I am
> > positive  IE6 is using HTTP/1.1 -- both when I visit
> > http://www.helnwein.com/werke/theater/tafel_1.html , and when I enable
> > Coyote and visit my own webapp's pages (and I can even see in the logs
> > that IE6 is using HTTP/1.1)
> >
> > -----Original Message-----
> > From: Antonio Gallardo Rivera [mailto:[EMAIL PROTECTED]]
> >
> > Sent: Saturday, October 05, 2002 2:00 AM
> > To: [EMAIL PROTECTED]
> > Subject: Re: Why is my cocoon app an IE6 killer?
> >
> > I posted this today:
> >
> > I think I found where the problem is:
> >
> > http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12783
> >
> > It looks like is a Tomcat.
> >
> > Antonio Gallardo.
> >
> >
> > -
> > Please check that your question  has not already been answered in the
> > FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
> >
> > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > For additional commands, e-mail:   <[EMAIL PROTECTED]>
> >
>
>
>-
>Please check that your question  has not already been answered in the
>FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
>To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>For additional commands, e-mail:   <[EMAIL PROTECTED]>


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: Why is my cocoon app an IE6 killer?

2002-10-05 Thread Luca Morandini

Ryan,

I can confirm your findings, with IE 5.5 and IE 6.0 I've experienced this anomaly even 
when not using coyote. Actually, I used the
ISAPI filter, since my front-end is IIS.

BTW, back then (a year ago) I've contacted the Microsoft tech support: they recognized 
the existence of a problem and were very
collaborative, but, in the end, nothing came out of it.

Best regards,

-
   Luca Morandini
   GIS Consultant
  [EMAIL PROTECTED]
http://utenti.tripod.it/lmorandini/index.html
-


> -Original Message-
> From: Ryan Agler [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, October 05, 2002 9:29 AM
> To: [EMAIL PROTECTED]
> Subject: RE: Why is my cocoon app an IE6 killer?
>
>
> That could be a clue.  However, from testing, I don't think it's limited
> to the use of HTTP/1.0. I experience the same thing even though I am
> positive  IE6 is using HTTP/1.1 -- both when I visit
> http://www.helnwein.com/werke/theater/tafel_1.html , and when I enable
> Coyote and visit my own webapp's pages (and I can even see in the logs
> that IE6 is using HTTP/1.1)
>
> -Original Message-
> From: Antonio Gallardo Rivera [mailto:[EMAIL PROTECTED]]
>
> Sent: Saturday, October 05, 2002 2:00 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Why is my cocoon app an IE6 killer?
>
> I posted this today:
>
> I think I found where the problem is:
>
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12783
>
> It looks like is a Tomcat.
>
> Antonio Gallardo.
>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: Why is my cocoon app an IE6 killer?

2002-10-05 Thread Ryan Agler

That could be a clue.  However, from testing, I don't think it's limited
to the use of HTTP/1.0. I experience the same thing even though I am
positive  IE6 is using HTTP/1.1 -- both when I visit
http://www.helnwein.com/werke/theater/tafel_1.html , and when I enable
Coyote and visit my own webapp's pages (and I can even see in the logs
that IE6 is using HTTP/1.1) 

-Original Message-
From: Antonio Gallardo Rivera [mailto:[EMAIL PROTECTED]]

Sent: Saturday, October 05, 2002 2:00 AM
To: [EMAIL PROTECTED]
Subject: Re: Why is my cocoon app an IE6 killer?

I posted this today:

I think I found where the problem is:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12783

It looks like is a Tomcat.

Antonio Gallardo.


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Antonio Gallardo Rivera

I posted this today:

I think I found where the problem is:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12783

It looks like is a Tomcat.

Antonio Gallardo.



El Viernes, 04 de Octubre de 2002 22:44, Ryan Agler escribió:
> I experienced similar behavior awhile back.  I did some fiddling, and
> finally came to the conclusion that it had something to do with Tomcat's
> Coyote connector.  I commented out the Coyote connector in server.xml,
> and used the old HTTP/1.1 test connector, and the problem went away.  I
> went so far as to submit a bug report (see
> http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6 ), however I
> havnt  yet taken the time to do the HTTP traffic capture he recommended.
>
>
> -Original Message-
> From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]]
> Sent: Saturday, October 05, 2002 12:11 AM
> To: [EMAIL PROTECTED]
> Subject: Re: Why is my cocoon app an IE6 killer?
>
>
> I just tried the URL. My IE also stops loading images even if I go to
> msn.com after that.
>
>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>

-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Ryan Agler

I experienced similar behavior awhile back.  I did some fiddling, and
finally came to the conclusion that it had something to do with Tomcat's
Coyote connector.  I commented out the Coyote connector in server.xml,
and used the old HTTP/1.1 test connector, and the problem went away.  I
went so far as to submit a bug report (see
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=6 ), however I
havnt  yet taken the time to do the HTTP traffic capture he recommended.


-Original Message-
From: Ivelin Ivanov [mailto:[EMAIL PROTECTED]] 
Sent: Saturday, October 05, 2002 12:11 AM
To: [EMAIL PROTECTED]
Subject: Re: Why is my cocoon app an IE6 killer?


I just tried the URL. My IE also stops loading images even if I go to
msn.com after that.



-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Ivelin Ivanov


I just tried the URL. My IE also stops loading images even if I go to
msn.com after that.

- Original Message -
From: "leo leonid" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, October 04, 2002 10:12 AM
Subject: Why is my cocoon app an IE6 killer?


Hi,
most generally I would describe my problem with my cocoon-app as
follows:

When accessing a
- servlet generated site
- with (lots of) images
- using a recent versions of Internet Explorer (i.e.6) on windows
then IE stops loading images. And even better: from this moment on it
generally
doesn’t display images anymore, even from other sites until you restart
IE.

The problem only (but not necessarily) occurs with IE on windows,
but only on servlet generated sites.

I found reports on this problem in the tomcat-user list,
http://marc.theaimsgroup.com/?l=tomcat-user&m=103340719301191&w=2
but its not just tomcat related. It’s the same with jetty.

If someone likes to see the problem live, start a recent windows IE and
go to
http://www.helnwein.com/werke/theater/tafel_1.html
It's nothing wrong with the HTML and there is no JS at all.
The current server configuration is
c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from
apache
on a RH linux 7.2., Java 1.4.1.

Itested the following configurations with no effect to the problem:
c2.0.3 tomcat 4.0.5/4.1.12 standalone – images served by cocoon
c2.0.3 tomcat 4.0.5/4.1.12 standalone – images from an extra context
c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images served by
cocoon
c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images from an extra
context
c2.03 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served by
cocoon
c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served
from an extra context
c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images directly
from apache
c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images served
by cocoon
c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images from
an extra context
c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images
directly from apache
c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from
apache

This is really frustrating.
Does anyone have similar experiences or hints to solve the problem?
Please tell me!

Thanks
/Leo


-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>



-
Please check that your question  has not already been answered in the
FAQ before posting. <http://xml.apache.org/cocoon/faq/index.html>

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Antonio Gallardo Rivera

I think I found where the problem is:

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=12783

It looks like is a Tomcat.

Antonio Gallardo.

El Viernes, 04 de Octubre de 2002 11:14, leo leonid escribió:
> On Friday, October 4, 2002, at 05:45  Uhr, Antonio Gallardo Rivera
>
> wrote:
> > I noted it 2 days ago. I noted that the Cocoon machine is not doing
> > NOTHING
> > and the Internet explorer works like I am browsing a server placed
> > somewhere
> > in Pluton!.
>
> exactly
>
> > It does not look like a Cocoon problem. Because the java jobs was
> > idle. But in
> > the Windows machine I saw like it was checking every file in the temps!
> >
> > But in the same machine browsing with KDE-Konqueror 3.0.3 it works
> > fine.
>
> It works fine with any browser but IE, and what makes thing even worse,
> it works fine on some windwos machines with IE as well. Actually I'm
> try to
> isolate the problem.
>
> > Here my environment:
> >
> > LAN (100 Mb) - just this two computers (no other trafic):
> > I have a Linux machine (Cocoon Server) with:
> > Athlon XP 1.6 GHz, 512 MB, 40 GB
> > Red Hat Linux 7.3 (lastest patches)
> > Java 1.4.1
> > Tomcat 4.1.12
> > Cocoon 2.1 (last updated from CVS on 3-Oct-2002)
> >
> > Client computer with Windows Me and IE 6 SP1.
> > Pentium III 750 MHz., 256 MB, 30 GB (Windows use only 5 GB of all disk
> > space).
> > Windows Me (lastest patch)
> > IE 6.0 (SP1)
> >
> > Maybe the question may be:
> >
> > Why is IE6 an Cocoon App killer? and not like the subject of this mail
> > ;)
>
> yes, but maybe two half bugs make one hole
>
> > If someone know why it happens, let know, pease.
> >
> > Antonio Gallardo
>
> Promise. Thanks
> /Leo
>
> > El Viernes, 04 de Octubre de 2002 09:12, leo leonid escribió:
> >> Hi,
> >> most generally I would describe my problem with my cocoon-app as
> >> follows:
> >>
> >> When accessing a
> >> - servlet generated site
> >> - with (lots of) images
> >> - using a recent versions of Internet Explorer (i.e.6) on windows
> >> then IE stops loading images. And even better: from this moment on it
> >> generally
> >> doesn’t display images anymore, even from other sites until you
> >> restart
> >> IE.
> >>
> >> The problem only (but not necessarily) occurs with IE on windows,
> >> but only on servlet generated sites.
> >>
> >> I found reports on this problem in the tomcat-user list,
> >> http://marc.theaimsgroup.com/?l=tomcat-user&m=103340719301191&w=2
> >> but its not just tomcat related. It’s the same with jetty.
> >>
> >> If someone likes to see the problem live, start a recent windows IE
> >> and
> >> go to
> >> http://www.helnwein.com/werke/theater/tafel_1.html
> >> It's nothing wrong with the HTML and there is no JS at all.
> >> The current server configuration is
> >> c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from
> >> apache
> >> on a RH linux 7.2., Java 1.4.1.
> >>
> >> Itested the following configurations with no effect to the problem:
> >> c2.0.3 tomcat 4.0.5/4.1.12 standalone – images served by cocoon
> >> c2.0.3 tomcat 4.0.5/4.1.12 standalone – images from an extra context
> >> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images served by
> >> cocoon
> >> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images from an
> >> extra
> >> context
> >> c2.03 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served by
> >> cocoon
> >> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served
> >> from an extra context
> >> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images directly
> >> from apache
> >> c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images
> >> served
> >> by cocoon
> >> c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images from
> >> an extra context
> >> c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images
> >> directly from apache
> >> c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from
> >> apache
> >>
> >> This is really frustrating.
> >> Does anyone have similar experiences or hints to solve the problem?
> >> Please tell me!
> >>
> >> Thanks
> >> /Leo
> >>
> >>
> >> -
> >> Please check that your question  has not already been answered in the
> >> FAQ before posting. 
> >>
> >> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> >> For additional commands, e-mail:   <[EMAIL PROTECTED]>
> >
> > -
> > Please check that your question  has not already been answered in the
> > FAQ before posting. 
> >
> > To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> > For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 

Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread leo leonid


On Friday, October 4, 2002, at 05:45  Uhr, Antonio Gallardo Rivera 
wrote:

> I noted it 2 days ago. I noted that the Cocoon machine is not doing 
> NOTHING
> and the Internet explorer works like I am browsing a server placed 
> somewhere
> in Pluton!.

exactly

> It does not look like a Cocoon problem. Because the java jobs was 
> idle. But in
> the Windows machine I saw like it was checking every file in the temps!
>
> But in the same machine browsing with KDE-Konqueror 3.0.3 it works 
> fine.
>

It works fine with any browser but IE, and what makes thing even worse,
it works fine on some windwos machines with IE as well. Actually I'm 
try to
isolate the problem.

> Here my environment:
>
> LAN (100 Mb) - just this two computers (no other trafic):
> I have a Linux machine (Cocoon Server) with:
> Athlon XP 1.6 GHz, 512 MB, 40 GB
> Red Hat Linux 7.3 (lastest patches)
> Java 1.4.1
> Tomcat 4.1.12
> Cocoon 2.1 (last updated from CVS on 3-Oct-2002)
>
> Client computer with Windows Me and IE 6 SP1.
> Pentium III 750 MHz., 256 MB, 30 GB (Windows use only 5 GB of all disk 
> space).
> Windows Me (lastest patch)
> IE 6.0 (SP1)
>
> Maybe the question may be:
>
> Why is IE6 an Cocoon App killer? and not like the subject of this mail 
> ;)
>
yes, but maybe two half bugs make one hole

> If someone know why it happens, let know, pease.
>
> Antonio Gallardo
>
>
Promise. Thanks
/Leo

>
> El Viernes, 04 de Octubre de 2002 09:12, leo leonid escribió:
>> Hi,
>> most generally I would describe my problem with my cocoon-app as
>> follows:
>>
>> When accessing a
>> - servlet generated site
>> - with (lots of) images
>> - using a recent versions of Internet Explorer (i.e.6) on windows
>> then IE stops loading images. And even better: from this moment on it
>> generally
>> doesn’t display images anymore, even from other sites until you 
>> restart
>> IE.
>>
>> The problem only (but not necessarily) occurs with IE on windows,
>> but only on servlet generated sites.
>>
>> I found reports on this problem in the tomcat-user list,
>> http://marc.theaimsgroup.com/?l=tomcat-user&m=103340719301191&w=2
>> but its not just tomcat related. It’s the same with jetty.
>>
>> If someone likes to see the problem live, start a recent windows IE 
>> and
>> go to
>> http://www.helnwein.com/werke/theater/tafel_1.html
>> It's nothing wrong with the HTML and there is no JS at all.
>> The current server configuration is
>> c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from
>> apache
>> on a RH linux 7.2., Java 1.4.1.
>>
>> Itested the following configurations with no effect to the problem:
>> c2.0.3 tomcat 4.0.5/4.1.12 standalone – images served by cocoon
>> c2.0.3 tomcat 4.0.5/4.1.12 standalone – images from an extra context
>> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images served by
>> cocoon
>> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images from an 
>> extra
>> context
>> c2.03 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served by
>> cocoon
>> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served
>> from an extra context
>> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images directly
>> from apache
>> c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images 
>> served
>> by cocoon
>> c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images from
>> an extra context
>> c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images
>> directly from apache
>> c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from
>> apache
>>
>> This is really frustrating.
>> Does anyone have similar experiences or hints to solve the problem?
>> Please tell me!
>>
>> Thanks
>> /Leo
>>
>>
>> -
>> Please check that your question  has not already been answered in the
>> FAQ before posting. 
>>
>> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
>> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>
>
>


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




RE: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Hunsberger, Peter

> When accessing a
> - servlet generated site
> - with (lots of) images
> - using a recent versions of Internet Explorer (i.e.6) on windows
> then IE stops loading images. And even better: from this moment on it 
> generally
> doesn’t display images anymore, even from other sites until you restart 
> IE.

I can confirm that you've still got the problem with IE 6 and SP1...

Though you don't explicitly state it, it sounds like if the same page is
servered as static HTML it renders properly?  If so, it's just a guess, but
one possibility would be that there's a difference in the HTTP handling.
Perhaps the servlet engines are negotiating HTTP 1.0 vs. 1.1 for static
pages or vice versa?  In such a case perhaps the servlet engine has a bug
and doesn't close the image streams exhausting some resource on IE?  Or
similarly, perhaps it's an IE bug of the same type.

It seems to me the first place to look would be to see what the HTTP headers
have to say, though you may have to get pretty low level to see what the
differences might be. 


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Re: Why is my cocoon app an IE6 killer?

2002-10-04 Thread Antonio Gallardo Rivera

I noted it 2 days ago. I noted that the Cocoon machine is not doing NOTHING 
and the Internet explorer works like I am browsing a server placed somewhere 
in Pluton!.

It does not look like a Cocoon problem. Because the java jobs was idle. But in 
the Windows machine I saw like it was checking every file in the temps!

But in the same machine browsing with KDE-Konqueror 3.0.3 it works fine.

Here my environment:

LAN (100 Mb) - just this two computers (no other trafic):
I have a Linux machine (Cocoon Server) with:
Athlon XP 1.6 GHz, 512 MB, 40 GB
Red Hat Linux 7.3 (lastest patches)
Java 1.4.1
Tomcat 4.1.12
Cocoon 2.1 (last updated from CVS on 3-Oct-2002)

Client computer with Windows Me and IE 6 SP1.
Pentium III 750 MHz., 256 MB, 30 GB (Windows use only 5 GB of all disk space).
Windows Me (lastest patch)
IE 6.0 (SP1)

Maybe the question may be:

Why is IE6 an Cocoon App killer? and not like the subject of this mail ;)

If someone know why it happens, let know, pease.

Antonio Gallardo



El Viernes, 04 de Octubre de 2002 09:12, leo leonid escribió:
> Hi,
> most generally I would describe my problem with my cocoon-app as
> follows:
>
> When accessing a
> - servlet generated site
> - with (lots of) images
> - using a recent versions of Internet Explorer (i.e.6) on windows
> then IE stops loading images. And even better: from this moment on it
> generally
> doesn’t display images anymore, even from other sites until you restart
> IE.
>
> The problem only (but not necessarily) occurs with IE on windows,
> but only on servlet generated sites.
>
> I found reports on this problem in the tomcat-user list,
> http://marc.theaimsgroup.com/?l=tomcat-user&m=103340719301191&w=2
> but its not just tomcat related. It’s the same with jetty.
>
> If someone likes to see the problem live, start a recent windows IE and
> go to
> http://www.helnwein.com/werke/theater/tafel_1.html
> It's nothing wrong with the HTML and there is no JS at all.
> The current server configuration is
> c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from
> apache
> on a RH linux 7.2., Java 1.4.1.
>
> Itested the following configurations with no effect to the problem:
> c2.0.3 tomcat 4.0.5/4.1.12 standalone – images served by cocoon
> c2.0.3 tomcat 4.0.5/4.1.12 standalone – images from an extra context
> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images served by
> cocoon
> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images from an extra
> context
> c2.03 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served by
> cocoon
> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served
> from an extra context
> c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images directly
> from apache
> c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images served
> by cocoon
> c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images from
> an extra context
> c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images
> directly from apache
> c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from
> apache
>
> This is really frustrating.
> Does anyone have similar experiences or hints to solve the problem?
> Please tell me!
>
> Thanks
> /Leo
>
>
> -
> Please check that your question  has not already been answered in the
> FAQ before posting. 
>
> To unsubscribe, e-mail: <[EMAIL PROTECTED]>
> For additional commands, e-mail:   <[EMAIL PROTECTED]>

-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Why is my cocoon app an IE6 killer?

2002-10-04 Thread leo leonid

Hi,
most generally I would describe my problem with my cocoon-app as 
follows:

When accessing a
- servlet generated site
- with (lots of) images
- using a recent versions of Internet Explorer (i.e.6) on windows
then IE stops loading images. And even better: from this moment on it 
generally
doesn’t display images anymore, even from other sites until you restart 
IE.

The problem only (but not necessarily) occurs with IE on windows,
but only on servlet generated sites.

I found reports on this problem in the tomcat-user list,
http://marc.theaimsgroup.com/?l=tomcat-user&m=103340719301191&w=2
but its not just tomcat related. It’s the same with jetty.

If someone likes to see the problem live, start a recent windows IE and 
go to
http://www.helnwein.com/werke/theater/tafel_1.html
It's nothing wrong with the HTML and there is no JS at all.
The current server configuration is
c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from 
apache
on a RH linux 7.2., Java 1.4.1.

Itested the following configurations with no effect to the problem:
c2.0.3 tomcat 4.0.5/4.1.12 standalone – images served by cocoon
c2.0.3 tomcat 4.0.5/4.1.12 standalone – images from an extra context
c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images served by 
cocoon
c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images from an extra 
context
c2.03 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served by 
cocoon
c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served 
from an extra context
c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images directly 
from apache
c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images served 
by cocoon
c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images from 
an extra context
c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images 
directly from apache
c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from 
apache

This is really frustrating.
Does anyone have similar experiences or hints to solve the problem?
Please tell me!

Thanks
/Leo


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>




Why is my cocoon app an IE6 killer?

2002-10-04 Thread leo leonid

Hi,
most generally I would describe my problem with my cocoon-app as 
follows:

When accessing a
- servlet generated site
- with (lots of) images
- using a recent versions of Internet Explorer (i.e.6) on windows
then IE stops loading images. And even better: from this moment on it 
generally
doesn’t display images anymore, even from other sites until you restart 
IE.

The problem only (but not necessarily) occurs with IE on windows,
but only on servlet generated sites.

I found reports on this problem in the tomcat-user list,
http://marc.theaimsgroup.com/?l=tomcat-user&m=103340719301191&w=2
but its not just tomcat related. It’s the same with jetty.

If someone likes to see the problem live, start a recent windows IE and 
go to
http://www.helnwein.com/werke/theater/tafel_1.html
It's nothing wrong with the HTML and there is no JS at all.
The current server configuration is
c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from 
apache
on a RH linux 7.2., Java 1.4.1.

Itested the following configurations with no effect to the problem:
c2.0.3 tomcat 4.0.5/4.1.12 standalone – images served by cocoon
c2.0.3 tomcat 4.0.5/4.1.12 standalone – images from an extra context
c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images served by 
cocoon
c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 1.3 – images from an extra 
context
c2.03 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served by 
cocoon
c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images served 
from an extra context
c2.0.3 tomcat 4.0.5/4.1.12 mod_webapp apache 2.0.42 – images directly 
from apache
c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images served 
by cocoon
c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images from 
an extra context
c2.0.4-dev tomcat 4.0.5/4.1.12 mod_jk 1.2 apache 2.0.42 – images 
directly from apache
c2.0.4-dev jetty 4.1 mod_jk 1.2 apache 2.0.42 – images directly from 
apache

This is really frustrating.
Does anyone have similar experiences or hints to solve the problem?
Please tell me!

Thanks
/Leo


-
Please check that your question  has not already been answered in the
FAQ before posting. 

To unsubscribe, e-mail: <[EMAIL PROTECTED]>
For additional commands, e-mail:   <[EMAIL PROTECTED]>