2009/2/3 chuckvb :
>
> 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 <%@ inc
Hi again.
Apart from the standard mod_include in Apache
(http://httpd.apache.org/docs/2.2/mod/mod_include.html) I was also
thinking about another way. It may look less efficient, but it isn't
necessarily.
The trick would be to use s in the jsp pages which you generate.
An has its own SRC at
I just want to forward the following, because I find it nice that
someone who is not subscribed would nevertheless want to help.
Original Message
Subject: Re: tomcat including files from apache
Date: Wed, 4 Feb 2009 07:20:04 -0500
From: Rajwinder Makkar x
To
H. Hall wrote:
chuckvb wrote:
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 <%@
chuckvb wrote:
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="/he
chuckvb wrote:
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="/he
der.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