Re: Best way to include common html

2007-01-09 Thread Leon Rosenberg
app's root. (At least with the default installation of Tomcat). -Original Message- From: Scott Purcell [mailto:[EMAIL PROTECTED] Sent: Tuesday, January 09, 2007 1:24 PM To: Tomcat Users List Subject: RE: Best way to include common html Possibly a framework for templating. Tiles, SiteMesh

RE: Best way to include common html

2007-01-09 Thread Scott Cowley
mcat Users List Subject: RE: Best way to include common html Possibly a framework for templating. Tiles, SiteMesh they are created for exactly what you are looking for. Of course you can use JSP includes ... but the frameworks do a better job IMOHO. -Original Message- From: Scott Cowl

RE: Best way to include common html

2007-01-09 Thread Scott Purcell
:14 PM To: Tomcat Users List Subject: Best way to include common html What is the best approach to get shared HTML files, (such as header and footer files) located outside each appBase, included into an application (.jsp) under Tomcat? SSI filter ? Or some context resource setting ? Thanks for

Best way to include common html

2007-01-09 Thread Scott Cowley
What is the best approach to get shared HTML files, (such as header and footer files) located outside each appBase, included into an application (.jsp) under Tomcat? SSI filter ? Or some context resource setting ? Thanks for any help. - s.c., university of utah -