For security reasons, I would like to disable the remote deployment of web applications via Tomcat’s manager page, which allows one to upload and deploy a war file. Is this possible?
Are there any other recommendations for hardening Tomcat against possible attacks?
Thanks in advance.
Remove the manager (and also the other preinstalled folders) from the tomcat/webapps folder.