How can I configure my web application for deployment in Tomcat so that Tomcat Manager shows the version in the table that lists all applications installed (/manager/html/li
Referred to Apache Documentation, I tried to deploy war file manually and it works.
I do not understand why it does not work with maven tomcat deploy
Configuration : Simple Java EE/restlet app with Tomcat 7 / Java 7 / Maven 4