Whenever I deploy a web appliation to Tomcat as a WAR file, I get the following message:
“Selected war files include a WEB-INF/web.xml file that will be ignored (please use webxml attribute to war task.)”
The WAR file is still created and when I look in it, I see the web.xml I have created. Just makes me nervous when this message says the web.xml file will be ignored. What do I need to do to correct this?
Thanks for your help.