RE: Tomcat 4 problem?--Graphics randomly fail to load

2002-05-21 Thread Shapira, Yoav
Howdy, What happens if you tell the browser to not cache images at all, i.e. always go back to the server? Yoav Shapira ChemInformatics -Original Message- From: Scott Judd [mailto:[EMAIL PROTECTED]] Sent: Tuesday, May 21, 2002 12:38 PM To: [EMAIL PROTECTED] Subject: Tomcat 4

RE: Tomcat 4 problem?--Graphics randomly fail to load

2002-05-21 Thread Andy Eastham
Scott, If your server is running on Windows, I believe this is a common connector issue. It certainly happens to me with mod_webapp. It doesn't happen on the production Linux server though, so it's not an issue for me. Andy -Original Message- From: Scott Judd [mailto:[EMAIL

Re: Tomcat 4 problem?--Graphics randomly fail to load

2002-05-21 Thread Scott Judd
My files set the NO-CACHE meta tag, and my browser prefs are configured to always request new information (i.e., no caching of files). The problem is still present. scott From: Shapira, Yoav [EMAIL PROTECTED] What happens if you tell the browser to not cache images at all, i.e. always go back

Re: Tomcat 4 problem?--Graphics randomly fail to load

2002-05-21 Thread Prabhakar Chaganti
We have seen the same problem on windows too. It happens randomly. I think it is a problem with the HTTP connector. -prabhakar I've encountered a bizarre problem with Tomcat 4 stand-alone, regarding the loading of graphics. Some of the graphics for my site wil load, while others will not,

Re: Tomcat 4 problem?--Graphics randomly fail to load

2002-05-21 Thread Scott Judd
Hi Andy, Thanks so much for the input. My server is running on Win2k Server, so I'll certainly research the connector issue; however since I'm running Tomcat as a stand-alone, I'm not using mod_webapp. OTOH, it will save me a lot of time not to bother with configuring a tomcat-on-apache server