Re: can't get #include to work

2005-11-17 Thread Hassan Schroeder
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 >

Re: Re: can't get #include to work

2005-11-17 Thread Rob Hills
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

Re: Re: can't get #include to work

2005-11-17 Thread gbaynham
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 >

Re: Re: can't get #include to work

2005-11-17 Thread Rob Hills
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

Re: can't get #include to work

2005-11-16 Thread gbaynham
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

Re: can't get #include to work

2005-11-16 Thread gbaynham
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" %>

Re: can't get #include to work

2005-11-16 Thread ALEX HYDE
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

Re: can't get #include to work

2005-11-16 Thread Mark Thomas
[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