You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@tomcat.apache.org by "Shapira, Yoav" <Yo...@mpi.com> on 2004/09/22 17:42:21 UTC

RE: Loading Oracle Driver Problems

Hi,

>3) Here is the server.xml file, I put this section between the Host
tags in
>the xml file:

This is the part you missed: you need to put the resource declaration
inside the Context where you will be using it, not inside the Host.
Alternatively, put the resource declaration inside a
GlobalNamingResources element and put a ResourceLink in your Context to
link it.  Either way, putting it just inside the Host will not work.

The rest of your config, web.xml, code is fine.

Yoav



This e-mail, including any attachments, is a confidential business communication, and may contain information that is confidential, proprietary and/or privileged.  This e-mail is intended only for the individual(s) to whom it is addressed, and may not be saved, copied, printed, disclosed or used by anyone else.  If you are not the(an) intended recipient, please immediately delete this e-mail from your computer system and notify the sender.  Thank you.


---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org