Re: Datasource and connection

2003-02-03 Thread Lindomar
February 03, 2003 16:25 Subject: RE: Datasource and connection > I'm curious as to why you're asking this question. You should be using the > connection pool according to the documentation provided, because that is how > it is intended to be used. That is... > > void d

RE: Datasource and connection

2003-02-03 Thread Sean Dockery
I'm curious as to why you're asking this question. You should be using the connection pool according to the documentation provided, because that is how it is intended to be used. That is... void doPost(...) { InitialContext ic = new InitialContext(); Context jdbcCtx = (Context) ic.lookup("ja