Re: Capturing HTML using Tomcat 4

2004-10-06 Thread Luke (Terry) Vanderfluit
] -- Luke (Terry) Vanderfluit Mobile: 0421 276 282 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: [OFF-TOPIC]Yoav -- RE: Some pretty basic Tomcat ConnectionPooling Questions????

2004-09-13 Thread Luke (Terry) Vanderfluit
public void destroy() { ds = null; } /code --- Luke (Terry) Vanderfluit [EMAIL PROTECTED] wrote: Hi Yoav and all, Thanks for your reply, But you went a bit too far: the DataSource lookup is potentially expensive. That you can do in the init() method and keep

RE: [OFF-TOPIC]Yoav -- RE: Some pretty basic Tomcat ConnectionPooling Questions????

2004-09-13 Thread Luke (Terry) Vanderfluit
(); } } } // end try block catch(Exception e) { e.printStackTrace(); } return conn; } //end method openConnection() /code -- Luke (Terry) Vanderfluit Mobile: 0421 276 282

RE: [OFF-TOPIC]RE: Some pretty basic Tomcat ConnectionPooling Questions????

2004-09-13 Thread Luke (Terry) Vanderfluit
destroy() { ds = null; } //end method destroy() == -- Luke (Terry) Vanderfluit Mobile: 0421 276 282 - To unsubscribe, e-mail: [EMAIL PROTECTED

RE: [OFF-TOPIC] Some pretty basic TomcatConnectionPooling Questions????

2004-09-13 Thread Luke (Terry) Vanderfluit
Hi Chuck, you are right! however this is now too redundant to go in to. See my next post on this topic for a further evolution of this database connection subject matter. regards, Luke On Tue, 2004-09-14 at 11:44, Caldarale, Charles R wrote: From: Luke (Terry) Vanderfluit [mailto:[EMAIL

[OFF-TOPIC]Yoav -- RE: Some pretty basic Tomcat Connection Pooling Questions????

2004-09-10 Thread Luke (Terry) Vanderfluit
) { } ~~ Appreciate your help, kind regards, Luke -- Luke (Terry) Vanderfluit Mobile: 0421 276 282 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

RE: [OFF-TOPIC]Yoav -- RE: Some pretty basic Tomcat ConnectionPooling Questions????

2004-09-10 Thread Luke (Terry) Vanderfluit
but in terms of overhead?) /remarks Would this be the 'leanest' scenario for a database connection? thanks again, Luke -- Luke (Terry) Vanderfluit Mobile: 0421 276 282

Re: DataSourceRealm can not find JNDI name in context

2004-09-09 Thread Luke (Terry) Vanderfluit
] For additional commands, e-mail: [EMAIL PROTECTED] -- Luke (Terry) Vanderfluit Mobile: 0421 276 282 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL

database connection pool in server.xml -- conf/Catalina/localhost/app.xml

2004-09-08 Thread Luke (Terry) Vanderfluit
-- !-- ~~~ -- ~~~ -- Luke (Terry) Vanderfluit Mobile: 0421 276 282 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

tomcat 5.0.27 xml schema or DTD for server.xml

2004-08-29 Thread Luke (Terry) Vanderfluit
-- Luke (Terry) Vanderfluit Mobile: 0421 276 282 - To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

RE: tomcat 5.0.27 xml schema or DTD for server.xml

2004-08-29 Thread Luke (Terry) Vanderfluit
-Original Message- From: Luke (Terry) Vanderfluit [mailto:[EMAIL PROTECTED] Sent: Sun 8/29/2004 10:53 PM To: [EMAIL PROTECTED] Subject: tomcat 5.0.27 xml schema or DTD for server.xml Hi, I am running tomcat 5.0.27. I'm looking for a copy of the xml schema