2011/11/30 rogermcnally <r.mcna...@leeds.ac.uk>:
>
> I'm trying to configure a JDBC Connection Pool for SQL Server 2005 in Tomcat
> 6 but am hitting a wall in that connection password uses special characters
> e.g. / < / etc.  It's causing this error,
>
>
>
> Element type "Resource" must be followed by either attribute specifications,
> ">" or "/>".
> org.xml.sax.SAXParseException: Element type "Resource" must be followed by
> either attribute specifications, ">" or "/>".
>
>
>
>
> Resource in server.xml is:
>
>
>
>
>
>
> To date I have tried escaping the special chars using \ and tried using html
> characters code as Glassfish does.
> Any other suggestions?

1. Your question is offtopic to dev@ mailing list. You should ask on users@

2. Is it so hard to find authoritative reference on characters
handling in XML markup language?

http://www.w3.org/TR/xml/
http://en.wikipedia.org/wiki/XML#Escaping

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

Reply via email to