0 Replies Latest reply on Nov 8, 2004 4:40 AM by jmc

    Connection reset by peer: socket write error

    jmc

      I use a custom driver (easysoft) for JDBC/ODBC connection.

      I make some test to re-create DB connection when this one is lost.
      It's from an applet.

      When I try my connection (unplugged) with tomcat-4.1.29 : connection.isClosed() I recieve true, but when I try the same java instruction on bundle JBoss-3.2.3_tomcat-4.1.29 I recieve false. I can't have the status on my connection.

      Anybody could say me why, my configuration is wrong ?

      thank for your help.