<<version 1.0 but I'm struggling to discern what exactly they support
in a non-EJB app.>>
I am using Orions's connection pooling in a non-ejb app. Just type the
following in your servlet (or jsp):

Context nCtx = new InitialContext();
DataSource ds = (DataSource)nCtx.lookup("jdbc/pooled/mysql_ss1");
conn = ds.getConnection();

You'll have to first setup a data-source in the xml config files. What I
haven't figured out yet, is how to tell orion how may connections to create
and how to moniter if it's working.

Dave Ford

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to