Here's the link to the most recent Jetty doco: http://www.eclipse.org/jetty/documentation/current/jndi-datasource-examples.html
It still references the JtdsDataSource because we haven't had anyone contribute any doc for newer classes. There's no requirement for you to use the JtdsDataSource - you can use whatever JDBC datasource MS recommends. But please do contribute your configuration example for it when you get it working. regards Jan On 25 March 2014 04:40, i haz the codez <[email protected]> wrote: > 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 > > > > _______________________________________________ > jetty-users mailing list > [email protected] > https://dev.eclipse.org/mailman/listinfo/jetty-users > -- Jan Bartel <[email protected]> www.webtide.com 'Expert Jetty/CometD developer,production,operations advice' _______________________________________________ jetty-users mailing list [email protected] https://dev.eclipse.org/mailman/listinfo/jetty-users
