Sun Java System Portal Server 7.1 Developer Sample Guide

Modifying JavaServer Pages

When you modify statically included JavaServer Pages, be sure to run the touch command, otherwise no changes are reflected. You need to either run the touch command on the top-level JSP file or on all JSP files. For example,


touch searchContent.jsp

or


touch *.jsp

See also JavaServer Page Caching Information and Recompiling JSPs.