RE: tomcat migration problem

2003-09-03 Thread Bodycombe, Andrew
Hi Shanta, The order of your elements is important: (icon?,servlet-name,display-name?,description?,(servlet-class|jsp-file),ini t-param*,load-on-startup?,security-role-ref*) Your tags must appear before your tags. and must appear before Hope this helps Andy -Original Message--

RE: tomcat migration problem

2003-09-03 Thread Shapira, Yoav
Howdy, As the parsing error clearly says, you have the wrong order of elements in your tags in web.xml. You can't have description after servlet-class, for example. Use an XML editor or whatever you like to validate your web.xml against the DTD. It's also a better idea to use the servlet 2.3 D