I have a basic configuration working where Apache serves my static html and
tomcat provides my dynamic data.  Using Apache2 on linux with TomCat 6 and
mod_jk.

How do I include header files and other files from apache for my 
tomcat jsp files.  right now I use <%@ include file="/header.html"%> 
but the header.html file must be in my tomcat directory.  I would like 
to pull that file from apache.  Tomcat will not accept <%@ include 
file="http://www.myapp.com/header.html"%> 
-- 
View this message in context: 
http://www.nabble.com/tomcat-including-files-from-apache-tp21818196p21818196.html
Sent from the Tomcat - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to