Menu

#1 Modify servlet-name in web.xml

open
nobody
None
5
2007-01-25
2007-01-25
Anonymous
No

the war does not deploy in tomcat 5.5 correctly saying the child name default is not unique.
Therefore change the servlet-name in the web.xml to something other than default. I changed mine to defaultServlet.

Discussion