You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2004/08/22 01:47:40 UTC

DO NOT REPLY [Bug 30756] - MySQL DBCP Example on JNDI Datasource Documentation

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30756>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30756

MySQL DBCP Example on JNDI Datasource Documentation

danlacer@yahoo.it changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
            Summary|MySQL DBCP Example          |MySQL DBCP Example on JNDI
                   |Documentation               |Datasource Documentation



------- Additional Comments From danlacer@yahoo.it  2004-08-21 23:47 -------
7. There is also a problem with the web.xml example for mysql DBCP. It has a
double open-tag:

---------------
<web-app xmlns="http://java.sun.com/xml/ns/j2ee"
    xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
    xsi:schemaLocation="http://java.sun.com/xml/ns/j2ee
http://java.sun.com/xml/ns/j2ee/web-app_2_4.xsd"
    version="2.4">
<web-app> 
  <description>MySQL Test App</description>
  ...
---------------

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