This technically isn't an error.  It indicates that the browser,
realized that the Threadmill.jpg it is reading during the
refresh isn't any newer than the Threadmill.jpg it has already
cached locally.  In order to save time, the browse simply
closed the connection and used the local copy of Threadmill.jpg.
Because the browser closed the connection before it read
all the data, it causes Tomcat to generate the log output
you see. 

Cheers,
Larry

> -----Original Message-----
> From: Keith Ng [mailto:[EMAIL PROTECTED]]
> Sent: Tuesday, February 19, 2002 10:53 AM
> To: Tomcat Users List
> Subject: 3.3a, cant find file when refresh
> 
> 
> Hi Guys
> 
> I have a html file which is included in a jsp page using the following
> method
> <jsp:include page = "../jsp/PSTemplate.htm" flush = "true"/>
> 
> When I first load the page, everythings shows up as normal, but when I
> refresh, the browser doesnt load it and gives me
> ERROR:200. I recall it was the same with my previous 
> assignmnet, which I
> tried to load a image file which gets loaded sometimes and 
> other times it
> can be loaded.
> 
> ERROR STATEMENT:
> ==============================================================
> ==============
> ==================
> 2002-02-19 23:40:55 - SessionIdGenerator: Created random class
> java.security.SecureRandom
> 2002-02-19 23:41:24 - Ctx(/PS) : IOException in R( /PS +
> /images/Threadmill.jpg + null) - java.net.SocketException: Connection
> aborted by peer: socket write error
> ==============================================================
> ==============
> ==================
> 
> 
> I have deduced for this case, its because it cant load a 
> certain JPG file
> intermittenly, causing the rest of the page to have problems. 
> How can i
> solve this?
> 
> 
> 
> 
> _________________________________________________________
> 
> Do You Yahoo!?
> 
> Get your free @yahoo.com address at http://mail.yahoo.com
> 
> 
> 
> 
> --
> To unsubscribe:   <mailto:[EMAIL PROTECTED]>
> For additional commands: <mailto:[EMAIL PROTECTED]>
> Troubles with the list: <mailto:[EMAIL PROTECTED]>
> 

--
To unsubscribe:   <mailto:[EMAIL PROTECTED]>
For additional commands: <mailto:[EMAIL PROTECTED]>
Troubles with the list: <mailto:[EMAIL PROTECTED]>

Reply via email to