I installed tomcat7 through apt-get install tomcat7. The current supported version is 7.0.26.
This installs tomcat in a bunch of folders as diverse as:
- /etc/tomcat7
- /etc/init.d/tomcat7 (it's a bin)
- /usr/share/tomcat7
- /var/lib/tomcat7
- /var/log/tomcat7
Now I would like to upgrade to the latest version today which is 7.0.37.
How should I proceed to have a clean installation?
thanks!