Hi,

I have had the same problem.
As far as I remeber the connection string to mysql was something like
.... user=user&password=passwd
The solution is to put the password in a separate tag not as a connection
url part
<password>passwd</password>


.----- Original Message ----- 
From: "Martin Holz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Tuesday, June 10, 2003 8:04 PM
Subject: Re: mySQL problems


>
> "Sergiu Sebastian Dinca" <[EMAIL PROTECTED]> writes:
>
> > I want to configure Slide to use a mysql database but I get errors in
the log file saying smth like:
> > javax.servlet.ServletException: org.xml.sax.SAXParseException: The
reference to entity "password" must end with the ';' delimiter.
> >         at
org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:426)
> >         at javax.servlet.GenericServlet.init(GenericServlet.java:258)
> >         at
org.apache.slide.webdav.WebdavServlet.init(WebdavServlet.java:324)Any ideeas
why I get this message?
>
> Not sure, but I would try do validate web.xml using a validating XML
parser. I
> guess, you added some invalid xml like &password to it. Is this part of
the
> JDBC Url? Try to replace &password with &amp;password .
>
> --
> Martin Holz     <[EMAIL PROTECTED]>
>
> Softwareentwicklung / Vernetztes Studium - Chemie
> FIZ CHEMIE Berlin
> Franklinstrasse 11
> D-10587 Berlin
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]


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

Reply via email to