Subject Re: How to specify RoleName in the JNDI resource?
Author Roman Rokytskyy
> Adding role name to URL causes this:
>
> 15.11.2002 11:22:19 org.apache.commons.digester.Digester fatalError
> SEVERE: Parse Fatal Error at line 62 column 94: The reference to
entity
> "lc_ctype" must end with the ';' delimiter.
> org.xml.sax.SAXParseException: The reference to entity "lc_ctype"
must
> end with the ';' delimiter.
>
> Parameter order doesn't matter. The error message always point to
> the last parameter.

Then replace "&" with "&", should work. This is not related to
driver, but to the XML parser. Or include URL in CDATA section (if
Tomcat supports this).

Best regards,
Roman Rokytskyy