Servlet Single Directory Deployment + MySQL + Tomcat
Servlet Single Directory Deployment + MySQL + Tomcat
- Subject: Servlet Single Directory Deployment + MySQL + Tomcat
- From: Ricardo Cortes <email@hidden>
- Date: Wed, 23 Jun 2004 08:28:55 -0700 (PDT)
Hi there,
I asked this on the OmniGroup list and didn't really get the answer I was
looking for so I'm hoping someone here might be able to help me. I have a WO
application that includes my business framework. The business WO framework has
my EOModel and generated classes and the WO application works fine in the old
fashioned WO deployment scenario. When I try to deploy it in SSDD mode into
Tomcat I get a failed to obtain database channel error. Pages that don't hit
the DB are fine but those that need to interact with MySQL are failing. I am
thinking the MySQL jar isn't getting found properly. Do I need to install the
jar as part of the WO business framework? Or should it be placed in the WO
application's lib folder (which resides in Servlet Resources/WEB-INF)? I tried
manually copying it to $CATALINA_HOME/webapps/MyApp/WEB-INF/lib as well as
$CATALINA_HOME/webapps/MyApp/Library/Extensions with no luck. Also, I noticed
that the deployed web.xml file has a bunch of entries for the classpath and
jars and the MySQL jar isn't incluced. Has anyone out there successfully
deployed using SSDD, Tomcat and MySQL? What did you do to get it all to work?
Thanks,
Ricardo
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.