From: Brian P. C. <bm...@bm...> - 2005-07-11 19:41:45
|
Could someone please advise me on some dtd/schema problems that I have. It's to do with the web.xml file for the latest version of bodington. With the latest tomcat it's servlet 2.4? This now validates against a schema rather than a dtd. The dtd is pointing to the 2.2 dtd in the web.xml file. The Sun Java System App Server (sorry) gives a deployment error when it looks at the web.xml file. Element type "listener" must be declared I think that it is objecting to a servlet element occurring before the listener element is declared. Should the <listener> precede the <servlet>? I don't think they had listeners in 2.2, did they? Regards, Brian |