Hi all,
I am running Tomcat 5.0.28 in production environment.
The application resources are well hidden from the users, by placing them under /WEB-INF.
However, when a user is trying to access an un authorised URL, Tomcat is sending a response page (quote – “The requested resource (/img/) is not available”), but unfortunatly it reveals the server information (Tomcat 5.0.28).
Is there a way to make Tomcat not respond to such requests at all, so I dont reveal the server information ?
Thanks !