Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[jetty-users] Jetty/SQL SERVER Connection Pool

Hi All

I want configure data source connection pooling using the MS JDBC datasource SQLServerConnectionPoolDataSource

http://technet.microsoft.com/en-us/library/ms378484.aspx

Looking at the documentation, and using Jetty 9.1.2, https://wiki.eclipse.org/Jetty/Howto/Configure_JNDI_Datasource, should I be using the net.sourceforge.jtds.jdbcx.JtdsDataSource as noted under SQL SERVER 2000 - which is like super old - or what is the recommended practice now?

thanks
q



Back to the top