[thelist] Problem with JRUN and Server Side Includes

Hassan Schroeder hassan at webtuitive.com
Fri Jun 14 10:19:01 CDT 2002


David Appleton wrote:

> I'm creating a site which has got a fair few SSI's in it.  I'm having a problem though when it comes to JSP pages.
>
> I am using the following declarations to import the style sheets, which obviously works fine on normal HTML pages...
>
> <!--#include virtual="/_includes/blank.inc" -->
>
> ...However, when JRun interprets pages containing this code, it ignores it and simply shows it as comment.
>
> Has anyone come across this one before and if so, how do I get around it?

I've never tried to use SSIs with JRun, but why not just use the
standard JSP include? Assuming there's no code to be interpreted
in the included file,

 <jsp:include page="/_includes/blank.inc" flush="true" />

--
H*
Hassan Schroeder ----------------------------- hassan at webtuitive.com
Webtuitive Design ===  (+1) 408-938-0567   === http://webtuitive.com

    -- creating dynamic Web sites and applications since 1994 --



More information about the thelist mailing list