JSP page is being cached forever in tomcat-Collection of common programming errors
If using , I suggest touching
the parent JSP as well as the included files.
The includes files at compile time. So unless your parent file is changed, a recompilation is not forced.
If you use however, the inclusion is carried out at runtime, ensuring that you always get a fresh copy.