I have an install of tomcat and I wish to add a default header and footer to
each page, any one know how to do this ?

I am running files which come out with simple text, I want to include them
all in a site template without having to change the code in each page.

 
eg.
 
simple page
 
<%= hello %>

  
will out put the java variable "hello" on a blank page, I want to simulate
the code
  

<%@ include file="header.html" %>

<%= hello %>

<%@ include file="header.html" %>

without having to put the JSP include in every page
I would appreciate some help on how to do this within the tomcat config
-- 
View this message in context: 
http://www.nabble.com/Tomcat-adding-files-tf3999518.html#a11358998
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To start a new topic, e-mail: users@tomcat.apache.org
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to