When running or debugging in MyEclipse I can connect to SQLServer 2005 when using my own Tomcat 5.X server. In this scenario I place sqljdbc.jar in $CATALINA_HOME/common/lib. When using the built in MyEclipse Tomcat server I get the error message:
org.apache.tomcat.dbcp.dbcp.SQLNestedException: Cannot load JDBC driver class ‘com.microsoft.sqlserver.jdbc.SQLServerDriver’
I know Tomcat 6.X wants sqljdbc.jar to be in $CATALINA_HOME/lib, but where should I place sqljdbc.jar so that the MyEclipse IDE will deploy sqljdbc.jar correctly when using the built in MyEclipse Tomcat server?