----------------------------------------------------------------
BEFORE YOU POST, search the faq at <http://java.apache.org/faq/>
WHEN YOU POST, include all relevant version numbers, log files,
and configuration files.  Don't make us guess your problem!!!
----------------------------------------------------------------

on 7/5/2000 12:58 PM, "Anthony Quon" <[EMAIL PROTECTED]> wrote:

> ...
> static final String driver_class = "oracle.jdbc.driver.OracleDriver";
> Connection conn;
> ...

is the Connection conn; within your doGet/doPost or outside of it?

If it is outside of it (which I'm guessing that is the case since you are
checking to see if it is null), then that is your problem. go get a copy of
jason hunters servlet book and read up on multithreaded servlets. you should
also look into using a connection pool. there are a ton of them out there.

if it is inside of it, then i suspect it is a problem with oracle.

-jon



--
--------------------------------------------------------------
Please read the FAQ! <http://java.apache.org/faq/>
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Search Archives: 
<http://www.mail-archive.com/java-apache-users%40list.working-dogs.com/>
Problems?:           [EMAIL PROTECTED]

Reply via email to