static SSI (?) and dynamic SSI (cfinclude) with CF

2003-08-22 Thread Benoit Hediard
Hi everyone, We were using a file-based caching system doing SSI (server side include) based on cfinclude (to cache sections of pages). The problem with cfinclude : it performs a dynamic SSI, not a static SSI. Even if you include an html page, it will be still parsed and considered as a

Re: static SSI (?) and dynamic SSI (cfinclude) with CF

2003-08-22 Thread Matt Liotta
Have you tried including the HTML file using JSP:include? -Matt On Friday, August 22, 2003, at 09:54 AM, Benoit Hediard wrote: Hi everyone, We were using a file-based caching system doing SSI (server side include) based on cfinclude (to cache sections of pages). The problem with

RE: static SSI (?) and dynamic SSI (cfinclude) with CF

2003-08-22 Thread Benoit Hediard
Indeed, it might work. Unfortunately, we're using CFMX 6.1 Standard (ex. Pro), so we don't have access to JSP features/taglib. Benoit -Message d'origine- De : Matt Liotta [mailto:[EMAIL PROTECTED] Envoyé : vendredi 22 août 2003 16:08 À : CF-Talk Objet : Re: static SSI (?) and dynamic SSI

Re: static SSI (?) and dynamic SSI (cfinclude) with CF

2003-08-22 Thread Matt Liotta
-Message d'origine- De : Matt Liotta [mailto:[EMAIL PROTECTED] Envoyé : vendredi 22 août 2003 16:08 À : CF-Talk Objet : Re: static SSI (?) and dynamic SSI (cfinclude) with CF Have you tried including the HTML file using JSP:include? -Matt On Friday, August 22, 2003, at 09:54 AM

RE: static SSI (?) and dynamic SSI (cfinclude) with CF

2003-08-22 Thread Benoit Hediard
it solves the problem. Thanks Matt. Benoit -Message d'origine- De : Matt Liotta [mailto:[EMAIL PROTECTED] Envoyé : vendredi 22 août 2003 16:24 À : CF-Talk Objet : Re: static SSI (?) and dynamic SSI (cfinclude) with CF You don't need to use the tag itself, just do getPageContent().include

RE: static SSI (?) and dynamic SSI (cfinclude) with CF

2003-08-22 Thread Dave Watts
The problem with cfinclude : it performs a dynamic SSI, not a static SSI. Even if you include an html page, it will be still parsed and considered as a ColdFusion template. The results : with trusted cache turned on, it will never serve new includes... (even if you

Re: static SSI (?) and dynamic SSI (cfinclude) with CF

2003-08-22 Thread Matt Liotta
I was under the impression that this would treat the page as dynamic content at runtime, just like CFINCLUDE. That is not correct, see a recent blog entry in regard to this. http://devilm.com/archives/37.html Matt Liotta President CEO Montara Software, Inc.

RE: static SSI (?) and dynamic SSI (cfinclude) with CF

2003-08-22 Thread Dave Watts
I was under the impression that this would treat the page as dynamic content at runtime, just like CFINCLUDE. That is not correct, see a recent blog entry in regard to this. http://devilm.com/archives/37.html That is very good to know! Thanks! Dave Watts, CTO, Fig Leaf Software

Re: static SSI (?) and dynamic SSI (cfinclude) with CF

2003-08-22 Thread Matt Liotta
Of course, doing a cfinclude on a JSP will not result in execution of any Java code, but using jsp:include will. Matt Liotta President CEO Montara Software, Inc. http://www.MontaraSoftware.com (888) 408-0900 x901 ~| Archives: