.jsp - JavaServer Pages
небольшой пример кода файла index.jsp
if(showTag)
{%>
<%@include file="/include/topheader.jsp"%>
<%
} else {%>
<%@include file="/include/topheader_nologin.jsp"%>
<%}%>
Posted at Nginx Forum: http://forum.nginx.org/read.php?21,234597,234655#msg-234655