I have a web application running on a WebSphere v8.5 server instance. I have just updated shared code in the applications JSPs to a separate JSP and imported into the original JSP using this line:
<%@ include file="/WEB-INF/pages/table.jsp" %>
However whenever I make modifications to the back end logic or to this table.jsp file the changes are reflected in in the application. I have tried restarting the server and doing clean builds but the old formatting remains. Does anyone know how I fix this caching or how I prevent it from continuing to happen?