Basic Customization > User Interface Customization > Generic UI Customizations > System Banner Alert Message > Turning on the alert banner feature
  
Turning on the alert banner feature
1. Put the following line code into <Windchill>\codebase\netmarkets\jsp\util\begin_custom.jspf
<%@ include file="/netmarkets/jsp/util/banner_custom.jspf"%>
2. Restart the Embedded Servlet Engine.
Character Encoding Considerations
On recent versions of Tomcat the following line should be added to begin_custom.jspf to ensure that the character set is set to UTF-8. Otherwise content may not display correctly.
<%@ page contentType="text/html; charset=UTF-8" %>