[EMAIL PROTECTED] wrote:
I'm trying to include a file as my footer section.  I have formatted the 
section in home.html as:

<!--#include file="footer.html"-->

after doing this and viewing the file through my local_host:8080 i don't see 
the footer.html file showing up.

from what I can see I need to enable SSI within tomcat. I'm supposed to add
Options +Includes
to my  httpd.conf or .htaccess file.
This is to install SSI for the Apache web server (httpd).

I'm running tomcat 5.5.9 on a windows XP box, I know, shame on me but it's all 
I have right now.
You need to uncomment the SSI servlet definition AND mapping in the conf/web.xml file

It sounds like you need to read the Tomcat documentation. The SSI how to would be a good place to start.

http://tomcat.apache.org/tomcat-5.5-doc/ssi-howto.html

mark


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to