I known problem...well better to say it's a known non problem..

IE closes sockets on HTTP/1.0 connections when see the last-modified
header...

It's solved on 3.3 ( next Milestone will caught it ) and in 4.0 as it
has a complete HTTP/1.1 implementation for standalone use... 

Saludos ,
Ignacio J. Ortega


> -----Mensaje original-----
> De: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]
> Enviado el: martes 27 de marzo de 2001 14:04
> Para: [EMAIL PROTECTED]
> Asunto: SocketException with Tomcat 3.2.1
> 
> 
> Dear all,
> 
> We are using Tomcat 3.2.1 with Microsoft IIS4 and IE5. After 
> upgrading from
> Tomcat version 3.1 to version 3.2.1, we are receiving the 
> SocketException
> and messages described below. We are trying to import a 
> JavaScript-file,
> generated by Tomcat (via JSP), in an HTML-file. Each time a
> JavaScript-function is called, the SocketException occurs. 
> Does anyone know
> what the problem is here? Is this a Tomcat-bug or are we 
> doing something
> wrong? Any help would be appreciated!!!
> 
> This is what we are trying:
> 
>      HTML <-- JS-file (import) <-- |via Tomcat 3.2| <-- JSP-file
> 
> This is what we are getting:
> 
> SocketException:
> ----------------
> 2001-03-27 01:54:19 - ContextManager: SocketException reading request,
> ignored - java.net.SocketException: Connection reset by peer: 
> JVM_recv in
> socket input stream read
>      at java.net.SocketInputStream.socketRead(Native Method)
>      at java.net.SocketInputStream.read(SocketInputStream.java:86)
>      at java.io.BufferedInputStream.fill(BufferedInputStream.java:186)
>      at java.io.BufferedInputStream.read(BufferedInputStream.java:204)
>      at
> org.apache.tomcat.service.http.HttpRequestAdapter.doRead(HttpR
> equestAdapter.java:115)
>      at
> org.apache.tomcat.core.BufferedServletInputStream.doRead(Buffe
> redServletInputStream.java:106)
>      at
> org.apache.tomcat.core.BufferedServletInputStream.read(Buffere
> dServletInputStream.java:128)
>      at
> javax.servlet.ServletInputStream.readLine(ServletInputStream.java:138)
>      at
> org.apache.tomcat.service.http.HttpRequestAdapter.readNextRequ
> est(HttpRequestAdapter.java:129)
>      at
> org.apache.tomcat.service.http.HttpConnectionHandler.processCo
> nnection(HttpConnectionHandler.java:195)
>      at
> org.apache.tomcat.service.TcpWorkerThread.runIt(PoolTcpEndpoin
> t.java:416)
>      at
> org.apache.tomcat.util.ThreadPool$ControlRunnable.run(ThreadPo
> ol.java:498)
>      at java.lang.Thread.run(Thread.java:484)
> 
> Other problems:
> ---------------
> 2001-03-27 01:54:19 - Ctx( /op0010 ): 404 R( /op0010 + 
> /imap/map/none +
> null) null
> 2001-03-27 01:54:09 - Ctx(  ): 400 R( /) null
> 
> The SocketException appears only once or twice after 
> restarting Tomcat. The
> other two problems appear each time the JavaScript-function 
> is triggered in
> the webpage (which is in an onMouseOver-event, thus about 20 
> times each
> second!!!)
> 
> Regards,
> 
> Joeri
> 
> 

Reply via email to