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
> 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
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
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
> 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
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.