You've got junk in your message: you're probably trying to send 8-bit
characters in plain-text mail.  But, I'm guessing the junk after the close
parens originally looked like, "Connection aborted by peer: socket write
error".

This is a bug in Internet Explorer, not Tomcat.  Rather than ask the server
whether its cached version is new enough, it just pulls the whole file;
then, if the cached copy _is_ new enough, it just drops the connection on
the floor.  So, you can either crank Tomcat's debug level down, or you can
switch browsers.

                                                            -- Bill K.


> -----Original Message-----
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Sent: Thursday, April 12, 2001 8:21 PM
> To: [EMAIL PROTECTED]
> Subject: I have a IOException problem....
> 
> 
> When I watch the tomcat message, I always see below message...
> At first, I thought  those messages was same as 'File Not Found'......
> But in that path(For example /style/main.css), the file exists...
> What's the meaning of Ctx():IOException in R( + PATH/FILENAME +null) ?
> 
> 
> 
> --------- Example.. -----------
> 2001-04-13 12:06:41 - Ctx(  ): IOException in: R(  + 
> /style/main.css + null) ???
> ??p? ??????
> 2001-04-13 12:06:41 - Ctx(  ): IOException in: R(  + 
> /js/coolbuttons.js + null)
> ?????p? ??????
> 2001-04-13 12:06:42 - Ctx(  ): IOException in: R(  + 
> /js/user_function_box.js +
> null) ?????p? ??????
> 2001-04-13 12:06:44 - Ctx(  ): IOException in: R(  + 
> /style/main.css + null) ???
> ??p? ??????
> 2001-04-13 12:06:44 - Ctx(  ): IOException in: R(  + 
> /js/coolbuttons.js + null)
> ?????p? ??????
> 2001-04-13 12:06:45 - Ctx(  ): IOException in: R(  + 
> /js/user_function_box.js +
> null) ?????p? ??????
> 

Reply via email to