From: Antony C. <an...@sm...> - 2005-07-12 10:16:45
|
Servlet 2.3 deployment descriptor example (uses web-app_2_3.dtd): http://jakarta.apache.org/tomcat/tomcat-5.0-doc/appdev/web.xml.txt On 11 Jul 2005, at 20:38, Brian Peter Clark wrote: > 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>? |