4.0.4 is the most current production build. I wouldn't use the LE version because it doesn't come with everything, specifically the commons-DBCP package (I _think_ it's missing) which should come in handy if you would like to pool your SQL Server connections.
I have not run into any _bugs_ as Jacob has mentioned, but I did get tripped up by a few _features_. Make sure you add a "SelectMethod=cursor" to your connection string, and read the SQL Server JDBC docs on SelectMethod and autocommit. - Andrew Conrad > -----Original Message----- > From: Matt Brennan [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, July 30, 2002 11:02 PM > To: Tomcat Users List > Subject: tomcat 4.0.4 and j2sdk1.4.0_01 ? > > > looking through the list archives, there seem to be a number > of questions and concerns about deploying tomcat with java > 1.4 (mostly compilation issues it seems). could someone > please provide a quick one line insight: > > is tomcat 4.0.3, the 1.4.0_01 sdk, IIS and JDBC access to SQL > server on windows 2000 a known and good mix? would a more > conservative SDK choice be better? > > another newbie qn: the list archives on > http://mikal.org/interests/java/tomcat/ run only to march this year. i have crawled around trying to find another easiy usable archive - is there a more current one? thanks and regards, matt -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>
