You could easily do it with tiles. An alternative would be to use a filter and append your footer to the output stream.

B.

Simon Stone wrote:
I am trying to find a way to put some html text on the bottom of all pages
across all webapps.

So what i would like to acheive is when any page is displayed to a visitor
at the bottom of the page, MY text is added without changing the files
within the webapp's themselves.

Basically a global footer page.

An example of the footer page, would have the following information:-

Powered by Apache Tomcat http://globalsite.com/images/tomcat.jpg border=

My current structure is as follows:-

Tomcat
   WebApp1
      index.jsp
      page2.jsp
   WebApp2
      index.jsp
      someotherpage.jsp
   WebApp3
      index.jsp
      anyotherpage.jsp

---------------------------------------------------------------------
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