On Sunday 14 August 2005 11:53, Alan Chandler wrote: ... > javax.servlet.ServletException: Unable to initialize application servlet: > Unable to read context:/WEB-INF/testproject.application: Document root > element "application", must match DOCTYPE root "Application".
Solved - DOCTYPE root should be application, not Application Not being an expert of XML, I misread the userguide columns to mean that Doctypes had upper case, whilst the root element didn't. Not until I got to reading the dtd did I realise that has nothing about what valid root elements there are, and so assume it must just exactly match. [PS not running yet - got another error, but will start a new thread if I can't solve that myself] -- Alan Chandler http://www.chandlerfamily.org.uk --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
