Hello Lior!

LS> with conn.close() at the bottom of each page

conn.close() at the bottom not enough, what you need
is

conn= ..
try{
}finally{
  conn.close();
}

LS> and initCtx.close() to release the connections
has nothing to do with closing connections

-Anton


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to