From: Benjamin La M. <ben...@gm...> - 2008-04-20 02:19:56
|
Hi Adam and Jim, I made the change to get Drawbridge working when deploying to tomcat, but now the datasource needs to be set up at the server level instead of the war level (which is how it should be anyway). Make sure you copy your mysql connector jar into the $TOMCAT_HOME/lib folder. Hopefully this works for you. You can use the attached context file in the $TOMCAT_HOME/conf/context.xml so that all you have to do is drop the war in the webapps directory and it should work. --Ben |