Lorenzo JimÃnez wrote:
This is my context.xml

<Resource name="jdbc/egistry" scope="Shareable" type="javax.sql.DataSource"/>

If this is a direct copy/paste, you have a mismatch between the names above and below, but that doesn't matter because

<ResourceParams name="jdbc/registry">

:: this *isn't* the way to specify params in 5.5 -- read this:

<http://jakarta.apache.org/tomcat/tomcat-5.5-doc/jndi-datasource-examples-howto.html>

    <parameter>
      <name>factory</name>
      <value>org.apache.commons.dbcp.BasicDataSourceFactory</value>
    </parameter>
...

HTH!
--
Hassan Schroeder ----------------------------- [EMAIL PROTECTED]
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

                          dream.  code.



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to