Server Side include won't work from root context

2005-04-20 Thread Phil Zoio
I am trying to get server side includes to work across app contexts in Tomcat 5.5.4 My ROOT webapp has the file includer/do_include.shtml The content is: html head link rel =stylesheet type=text/css href=style.css /head body table style=color: #ff9900 tr tdh2This page

Re: Server side include

2002-09-26 Thread John Walstra
: Subject:Re: Server side include I've already done that. And if I name my give my file an .shtml extension I just get the document source. The logs shows it's loading .. 2002-09-25 21:35:30 StandardWrapper[/jkw:ssi]: Loading container servlet ssi I've put ... !--#include

Re: Server side include

2002-09-26 Thread John Walstra
] cc: Subject:Re: Server side include I've already done that. And if I name my give my file an .shtml extension I just get the document source. The logs shows it's loading .. 2002-09-25 21:35:30 StandardWrapper[/jkw:ssi]: Loading container servlet ssi I've put

Re: Server side include

2002-09-26 Thread Robert L Sowders
:Re: Server side include Well it works, sort of. It's not processing of my JSP tags in a SSI paqe. They just end up in the document. I turned on debugging to 5 in web.xml for SSI, but it hasn't printed any errors. Any clue? On Thursday 26 September 2002 1:27 am, John Walstra wrote: Doh! I

Server side include

2002-09-25 Thread John Walstra
I'd like to user server side includes in my JSP. I've renamed servlets-ssi.renametojar to servlets-ssi.jar and uncommented the SSI area in my web.xml. I've placed ... !--#include virtual=jsp:getProperty name=company property=descUrl/ -- into my JSP, but it doesn't include the document. It

Re: Server side include

2002-09-25 Thread Robert L Sowders
Look in the conf/web.xml file. Instructions are there on how to turn it on. rls John Walstra [EMAIL PROTECTED] 09/25/2002 07:07 PM Please respond to Tomcat Users List To: Tomcat Mailing List [EMAIL PROTECTED] cc: Subject:Server side include I'd

Re: Server side include

2002-09-25 Thread John Walstra
To: Tomcat Mailing List [EMAIL PROTECTED] cc: Subject:Server side include I'd like to user server side includes in my JSP. I've renamed servlets-ssi.renametojar to servlets-ssi.jar and uncommented the SSI area in my web.xml. I've placed ... !--#include

Re: Server side include

2002-09-25 Thread Robert L Sowders
Walstra [EMAIL PROTECTED] 09/25/2002 08:09 PM Please respond to Tomcat Users List To: Tomcat Users List [EMAIL PROTECTED] cc: Subject:Re: Server side include I've already done that. And if I name my give my file an .shtml extension I just get the document source

server side include

2001-07-12 Thread Dwaipayan
my query is really simple: does tomcat support server side include(SSI) in otherwise static pages.if it does, then what should be the filename extension of this file.should it be .shtml, as in Java webserver?(i don't think so).and where should i put such files?. [EMAIL PROTECTED

Re: Server Side Include

2001-03-31 Thread Craig R. McClanahan
On Sat, 28 Mar 1998, vinod wrote: hai How to make server-side Include in Tomcat.How to configure tomcat to run "shtml" file.Let me please know at the earliest vinod Support for server-side includes (*.shtml files) was added for Tomcat 4.0-beta-2, which was just released.

Server Side Include

2001-03-28 Thread vinod
hai How to make server-side Include in Tomcat.How to configure tomcat to run "shtml" file.Let me please know at the earliest vinod

Re: Server Side Include in Tomcat

2000-12-15 Thread Hans Bergsten
"Narayanan" [EMAIL PROTECTED] wrote: I tried to invoke a Server Side include in a shtml file. Iam using Tomcat 3.2.1 Filter with Apache. It is not giving any error but the servlet is not getting invoked. Iam unable to use Post method on a .shtml file. Tomcat doesn't s

Server Side Include in Tomcat

2000-12-14 Thread Narayanan
I tried to invoke a Server Side include in a shtml file. Iam using Tomcat 3.2.1 Filter with Apache. It is not giving any error but the servlet is not getting invoked. Iam unable to use Post method on a .shtml file. Thanks a lot in advance, Narayanan