RE: Disconnection from Oracle.

2002-05-13 Thread Stuart Stephen
We don't configure it ourselves, we have a partner company deal with it. They are looking into it for us at the moment. -Original Message- From: Robert Morse [mailto:[EMAIL PROTECTED]] Sent: 13 May 2002 12:17 To: Tomcat Users List Subject: RE: Disconnection from Oracle. Which fir

RE: Disconnection from Oracle.

2002-05-13 Thread Victor Martinez
JDBC driver stablish connections to oracle server. Those connections are opened until you close or the server close. Some firewalls closes too long connections (for secutiry reasons). Check firewall config... -Mensaje original- De: Carlos Javier Ramos [mailto:[EMAIL PROTECTED]] Enviado el

RE: Disconnection from Oracle.

2002-05-13 Thread Robert Morse
Which firewall are you using? It's probably configurable. -Original Message- From: Stuart Stephen [mailto:[EMAIL PROTECTED]] Sent: Monday, May 13, 2002 4:14 AM To: Tomcat Users List Subject: RE: Disconnection from Oracle. We use persistant connections. It does it to us even so.

RE: Disconnection from Oracle.

2002-05-13 Thread Stuart Stephen
12:10 To: Tomcat Users List Subject: Re: Disconnection from Oracle. Carlos Javier Ramos wrote: > We are having a problem with a jdbc connection object between tomcat > (linux 2.4.18 - tomcat 3.3.1) and an oracle server (HP-UX 11i Oracle > 8.1. The 2 machines are separated by a firewall

Re: Disconnection from Oracle.

2002-05-13 Thread Skondras P.
Carlos Javier Ramos wrote: > We are having a problem with a jdbc connection object between tomcat > (linux 2.4.18 - tomcat 3.3.1) and an oracle server (HP-UX 11i Oracle > 8.1. The 2 machines are separated by a firewall which was > configured to allow access to the oracle server from the tomcat se

RE: Disconnection from Oracle.

2002-05-13 Thread Stuart Stephen
the connection is null and using the isClosed() method did not pick it up. Stuart -Original Message- From: Reynir Hübner [mailto:[EMAIL PROTECTED]] Sent: 13 May 2002 11:45 To: Tomcat Users List Subject: RE: Disconnection from Oracle. sounds like a bug in your connection pooling software

RE: Disconnection from Oracle.

2002-05-13 Thread Reynir Hübner
sounds like a bug in your connection pooling software.. hope it helps -reynir > -Original Message- > From: Carlos Javier Ramos [mailto:[EMAIL PROTECTED]] > Sent: 13. maí 2002 09:27 > To: Tomcat Users List > Subject: Disconnection from Oracle. > > > We are having a problem with a jdbc