Re: Tomcat 4.x non .jsp suffix for includes?

2003-12-04 Thread Richard Bondi
-mapping Best, Richard Bondi At 06:14 PM 12/3/2003 -0500, you wrote: Richard, Does anyone know how to configure tomcat to compile .jnc files in this circumstance? Is there a standard convention for naming jsp include files? Yeah, .jsp :) Seriously, though. Check out CATALINA_HOME/conf/web.xml for how

Tomcat 4.x non .jsp suffix for includes?

2003-12-03 Thread Richard Bondi
Dear All, We want to use the suffix .jnc for our jsp include files. However, if we do something like this: jsp:include page=productionHdr.jnc flush=false jsp:param name=ph.pageName value=Scrub Reports/ /jsp:include The .jnc file is not compiled -- you can see all the jsp directives when