• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: Deploying to servlet and database settings
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Deploying to servlet and database settings


  • Subject: Re: Deploying to servlet and database settings
  • From: Dov Rosenberg <email@hidden>
  • Date: Tue, 22 Nov 2005 10:46:58 -0500
  • Thread-topic: Deploying to servlet and database settings

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@hidden> wrote:

> Kad, David and I built a patch-quilt guide for Tomcat:
>
> http://www.sisuworks.com/page3/files/WebObjects Tomcat MySQL.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@hidden)
> Help/Unsubscribe/Update your Subscription:
> n.com
>
> This email sent to email@hidden

--
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@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

References: 
 >Re: Deploying to servlet and database settings (From: Jeremy Matthews <email@hidden>)

  • Prev by Date: Re: Deploying to servlet and database settings
  • Next by Date: popup selection not inserting value
  • Previous by thread: Re: Deploying to servlet and database settings
  • Next by thread: Re: Deploying to servlet and database settings
  • Index(es):
    • Date
    • Thread