Rob Hills wrote:
>>
>
> Ah, this could be a problem. From the "Directives" section near the
> bottom of the Tomcat Docs page on SSI, I believe you should be using
> "virtual" instead of "file" here, ie:
>
>
>
>>
>
> Also, not sure here, but it wouldn't surprise me if the directives were
>
Hi,
On 17 Nov 2005 at 12:18, [EMAIL PROTECTED] wrote:
> I was on 5.5.9, I upgraded to 5.5.12 but the SSI scripts still arent'
> running.
>
> there are no errors in any of the log files.
One thing that tripped me up early on after installing Tomcat 5.5 is that I
wasn't seeing any logging when I
ROTECTED]>
> Date: 2005/11/17 Thu AM 10:43:43 EST
> To: Tomcat Users List
> Subject: Re: Re: can't get #include to work
>
> Hi,
>
> On 17 Nov 2005 at 10:27, [EMAIL PROTECTED] wrote:
>
> > yes, and uncommented the lines in web.xml for both the servlet
>
nning (from
memory 5.5.9). Upgraded to 5.5.12 and found it all worked perfectly.
Are you seeing anything in the logs?
> > From: "Rob Hills" <[EMAIL PROTECTED]>
> > Date: 2005/11/17 Thu AM 12:03:04 EST
> > To: <[EMAIL PROTECTED]>
> > Subject: R
ers List"
Sent: Wednesday, November 16, 2005 2:56 PM
Subject: Re: can't get #include to work
[EMAIL PROTECTED] wrote:
I'm trying to include a file as my footer section. I have formatted the
section in home.html as:
after doing this and viewing the file through my local_ho
ssage -
From: "ALEX HYDE" <[EMAIL PROTECTED]>
To: "Tomcat Users List"
Sent: Wednesday, November 16, 2005 4:50 PM
Subject: Re: can't get #include to work
Is that supposed to be a comment and not an include?
<%@ include file="myinclude.html" %>
Is that supposed to be a comment and not an include?
<%@ include file="myinclude.html" %>
--- Mark Thomas <[EMAIL PROTECTED]> wrote:
> [EMAIL PROTECTED] wrote:
> > I'm trying to include a file as my footer section.
> I have formatted the section in home.html as:
> >
> >
> >
> > after doing
[EMAIL PROTECTED] wrote:
I'm trying to include a file as my footer section. I have formatted the
section in home.html as:
after doing this and viewing the file through my local_host:8080 i don't see
the footer.html file showing up.
from what I can see I need to enable SSI within tomcat. I