Erik Price wrote:
> Hi,
>
> I have read the Tomcat JNDI howto and the JNDI trail tutorial on sun.com
> but I am wondering if there is any explanation of how to install and set
> up a JNDI service provider with Tomcat so that I can try the examples
> from the Tomcat JNDI howto? My end goal is to use DBCP and configure a
> DataSource to map to my database using connection parameters stored in
> web.xml, but I do not know how to get from here to there. I hope I did
> not miss something.
>
> Any suggestions greatly appreciated.
>
Tomcat provides its own naming service. All you need to do is configure
web.xml and server.xml to use it. Check out
http://jakarta.apache.org/tomcat/tomcat-4.1-doc/jndi-datasource-examples-howto.html
>
> Erik
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
>
---------------------------------------------------------------------
To unsubscribe, e-mail: tomcat-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: tomcat-user-help@jakarta.apache.org
|