With Tomcat if you run your WO app as a servlet you may see an error that
says something like
javax.naming.NameNotFoundException: Name jdbc is not bound in this Context
You can get rid of that error by adding useNaming="false" into the <Context>
element of either the server.xml or by creating a XML deployment file named
after your desired context like the following:
<?xml version='1.0' encoding='utf-8'?>
<Context docBase="<path to where your binaries are deployed from>"
path="/mycontext" useNaming="false">
</Context>
On 11/22/05 10:33 AM, "Jeremy Matthews" <[EMAIL PROTECTED]> wrote:
> Kad, David and I built a patch-quilt guide for Tomcat:
>
> http://www.sisuworks.com/page3/files/WebObjects%20Tomcat%20MySQL.rtf
>
> And I have a Tomcat installer as well:
> http://www.versiontracker.com/dyn/moreinfo/macosx/27151
>
> NOTE: If you install this product on OS X Server...well, it could
> override who knows what. If you install on OS X, make sure you don't
> have any other apps that install Tomcat-related stuff.
>
> Thanks,
> jeremy
> _______________________________________________
> Do not post admin requests to the list. They will be ignored.
> Webobjects-dev mailing list ([email protected])
> Help/Unsubscribe/Update your Subscription:
> http://lists.apple.com/mailman/options/webobjects-dev/dov.rosenberg%40conviveo
> n.com
>
> This email sent to [EMAIL PROTECTED]
--
Dov Rosenberg
Conviveon/Inquira
Knowledge Management Experts
http://www.conviveon.com
http://www.inquira.com
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
http://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]