Re: tomcat including files from apache

2009-02-04 Thread André Warnier
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 %@

Re: tomcat including files from apache

2009-02-04 Thread André Warnier
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

Re: tomcat including files from apache

2009-02-04 Thread André Warnier
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 iframes in the jsp pages which you generate. An iframe has

Re: tomcat including files from apache

2009-02-04 Thread Konstantin Kolinko
2009/2/3 chuckvb ch...@atnr.com: 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

tomcat including files from apache

2009-02-03 Thread chuckvb
% 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

Re: tomcat including files from apache

2009-02-03 Thread André Warnier
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

Re: tomcat including files from apache

2009-02-03 Thread H. Hall
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