Thanks, I figured that out shortly before getting your reply.
Moving the filter and mapping into the app's web.xml has eliminated the error
from the logs, however, the ssi still won't display a result.
By this I mean if I insert: Today is into my
.jsp, when I view the page I only see "Today is
is is contributing to my current problem, I have
no issues doing as you suggest.
Should I copy it from the conf directory in its entirety or just a subsection
of the file?
Thank you again.
-Steve
On Oct 21, 2011, at 2:27 PM, Konstantin Kolinko wrote:
> 2011/10/21 Steve Major :
>&g
Hello folks,
I have a new Tomcat install, version 7.0.21 running on OS X 10.6.8 server (not
using Apple's install of Tomcat, BTW), and Java 1.6.0. I've successfully setup
a SSI Filter before with Tomcat 6.0 a few years ago with the help of this list,
but I'm just stuck right now.
I've uncomme
ve
On Mar 23, 2008, at 1:51 PM, Mark Thomas wrote:
Steve Major wrote:
The app I want to use didn't have a META-INF folder, so I copied it
over the one from the manager app since it's already a privileged
app and as the appropriate context.xml contained within. Same thing.
Copie
.
--
Various ways of contacting me can be found at my Signat-url webpage:
http://www.themajorshome.com/signat-url
On Mar 23, 2008, at 12:46 PM, Mark Thomas wrote:
Steve Major wrote:
I think my problem is (aside from being a new with Tomcat) is with
the SSI filters themselves or something to do with t
at 7:36 PM, Caldarale, Charles R wrote:
From: Steve Major [mailto:[EMAIL PROTECTED]
Subject: Re: Help with TomCat 6.0 & SSI
Does this mean I need to revert to putting it in my server.xml?
No, it means you've got something else wrong. Make sure your webapp's
directory structure is
t is privileged
and cannot be loaded by this web application.
Does this mean I need to revert to putting it in my server.xml?
On Mar 17, 2008, at 3:47 PM, Caldarale, Charles R wrote:
From: Steve Major [mailto:[EMAIL PROTECTED]
Subject: Re: Help with TomCat 6.0 & SSI
Thanks very much,
Thanks very much, I believe I want an entry in my context.xml
something like:
Thanks again for getting me in the right direction.
-Steve
On Mar 17, 2008, at 2:59 PM, Mark Thomas wrote:
Steve Major wrote:
I don't have a servlets-ssi.renametojar file nor an existing
servlets-ssi.ja
Hello,
I'm new to the list and fairly new to TomCat. I've used it to deploy
simple apps, but now need to get some SSI involved.
I've followed the How To located here:
http://tomcat.apache.org/tomcat-6.0-doc/ssi-howto.html
Two problems:
1) when modifying my web.xml conf as instructed, tha