Re: Servlet Single Directory Deployment + MySQL + Tomcat
Re: Servlet Single Directory Deployment + MySQL + Tomcat
- Subject: Re: Servlet Single Directory Deployment + MySQL + Tomcat
- From: Ricardo Cortes <email@hidden>
- Date: Sun, 27 Jun 2004 09:59:43 -0700 (PDT)
Thanks Patrick, that was it.
As a sidenote, these are the undocumented features of WebObjects I've always
hated. I searched high and low and couldn't find an answer to my problem
(searching the WebObjects-Dev archives at Apple is painful). As always,
Apple's documentation is lacking.
--- Patrick Robinson <email@hidden> wrote:
> See if this helps:
>
> http://www.omnigroup.com/mailman/archive/webobjects-dev/2004-May/
> 001062.html
>
> --
> Patrick Robinson
> AHNR Info Technology, Virginia Tech
> email@hidden
>
>
> On Jun 23, 2004, at 11:28 AM, Ricardo Cortes wrote:
> > 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?
_______________________________________________
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.