Modifying JSP Files
Modifying the common header and footer JSP pages is another way to change the look and feel of the standard interface. The following is a list of the most common JSP pages:
-
Header.jsp.Determines the look of the menu bar and header for most pages. -
Footer.jsp. Determines the look of the footer for most pages. -
SimpleHeader.jsp. A simple version of the normal header JSP page used for pages that do not need a menu bar. -
SimpleFooter.jsp. A simple version of the normal footer JSP page used for pages that do not need a footer.
JSP page files are found in the directory:
<PPM_Home>/server/<PPM_Server_Name>/deploy/itg.war/web/knta/global/





