You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by BA...@lgcommerznow.com on 2001/04/03 06:18:33 UTC

Struts Connection Pool

Hi!

I am using struts connection pool with Oracle thin driver. As I understand,
the Connections are stored in the servletContext and can be accessed from
ActionClass (as ActionServlet pass this property to ActionClass).

Is there any way I can access these connections from a normal java classes
(not a servlet) OR I have to pass the connection to other classes from
ActionClass always?

Biju Isac