Re: SSI configuration

2009-05-22 Thread Ken Bowen
Duh! Thanks. I think I need to go away for a long something or other. Have a good MemDay weekend. Ken On May 22, 2009, at 9:53 AM, Caldarale, Charles R wrote: From: Ken Bowen [mailto:kbo...@als.com] Subject: Re: SSI configuration index.jsp The above is unnecessary on Tomcat

RE: SSI configuration

2009-05-22 Thread Caldarale, Charles R
> From: Ken Bowen [mailto:kbo...@als.com] > Subject: Re: SSI configuration > > > index.jsp > The above is unnecessary on Tomcat, since index.jsp is declared as a welcome file in the global conf/web.xml. However, you may well want to specify index.shtml as an

Re: SSI configuration

2009-05-22 Thread raghu ram srinivas
If I tried in this way I am getting the same exception saying that java.lang.SecurityException: Servlet of class org.apache.catalina.ssi.SSIServlet is privileged and cannot be loaded by this web application. I inserted this contect in seperate file..ie., under my web app. I created an .xml file ad

Re: SSI configuration

2009-05-22 Thread Ken Bowen
Ah silly of me; I did read it, but completely spaced over: "Only Contexts which are marked as privileged may use SSI features (see the privileged property of the Context element)." But it doesn't seem to mention what you say about the global vs local contexts: You must mark your webapp th

RE: SSI configuration

2009-05-21 Thread Caldarale, Charles R
> From: Ken Bowen [mailto:kbo...@als.com] > Subject: SSI configuration > May 21, 2009 9:31:58 PM org.apache.catalina.startup.HostConfig > deployDirectory > SEVERE: Error deploying web application directory docs > java.lang.SecurityException: Servlet of class > org.apache.catalina.ssi.SSIServlet is

Re: SSI configuration

2009-05-21 Thread raghu ram srinivas
I am getting the same error.any suggestion please. On Thu, May 21, 2009 at 9:38 PM, Ken Bowen wrote: > Hi all, > > I need to turn on SSI to host a simple html site which uses it. > I shut down TC. > In ~conf/web.xml, I uncommented both the servlet and servlet-mapping XML > for ssi.