"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 &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]
