Can you use JRun 3.1's included JDBC drivers directly in servlets/JSP's, without
registering through the JDBC Settings?
I have servlets (and my own connection pooling) that I am going to run through JRun
that register the drivers themselves. I get inconsistent results, where sometimes
they work, sometimes they don't (with "cannot use with embedded applications"
errors)... without even changing my code.
Even the most simple ones...
Class.forName("allaire.jrun.jdbc.JRunDriver");
etc
etc
I guess I'm very unclear what the SPECIFIC limitations are with the provided drivers.
My understanding was that I could use the JDBC drivers as long as I ran my
servlets/JSP's through JRun. I have no need right now to use JDBC Settings' pooling
and what not.
Can I treat the included drivers much like separate drivers, as long as they're
registered in servlets/JSP's running through JRun?
(Purchasing a separate JDBC driver is not an option right now)
Toby
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists