RE: Help with TomCat 6.0 & SSI

2008-03-24 Thread Caldarale, Charles R
> From: Steve Major [mailto:[EMAIL PROTECTED] > Subject: Re: Help with TomCat 6.0 & SSI > > My apps seem to have Context.xml 's in: > $CATALINA_HOME/webapps/manager/META-INF/Context.xml > $CATALINA_HOME/webapps/probe/META-INF/Context.xml Those will be ignored

Re: Help with TomCat 6.0 & SSI

2008-03-23 Thread Mark Thomas
Steve Major wrote: Okay, success! THANK YOU! Success defined as my app now working, I just have to try some SSI with it. ;-) Great. Now you just have to watch out for the known issues: https://issues.apache.org/bugzilla/show_bug.cgi?id=44391 https://issues.apache.org/bugzilla/show_bug.cgi?id=

Re: Help with TomCat 6.0 & SSI

2008-03-23 Thread Steve Major
Okay, success! THANK YOU! Success defined as my app now working, I just have to try some SSI with it. ;-) Some clarification, if you don't mind. My apps seem to have Context.xml 's in: $CATALINA_HOME/webapps/manager/META-INF/Context.xml and $CATALINA_HOME/webapps/probe/META-INF/Context.xm

Re: Help with TomCat 6.0 & SSI

2008-03-23 Thread Mark Thomas
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. Copied what from where to where? You'll need to copy the context.xml to

Re: Help with TomCat 6.0 & SSI

2008-03-23 Thread Steve Major
Thanks for the clarification. I got SSI Filters all uncommented. Manager works now. I have Probe installed and working too. When I go to my web app I really want to get SSI working with and view it with Probe - under Context Descriptor it says "Cannot find context descriptor of this ap

Re: Help with TomCat 6.0 & SSI

2008-03-23 Thread Mark Thomas
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 them. If I go into my web.xml and simply uncomment the SSI filter and filter mappings, restart Tomcat, and try to go to the default page, I'm greeted with:

Re: Help with TomCat 6.0 & SSI

2008-03-23 Thread Steve Major
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

RE: Help with TomCat 6.0 & SSI

2008-03-17 Thread Caldarale, Charles R
> 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 correct by compa

Re: Help with TomCat 6.0 & SSI

2008-03-17 Thread Steve Major
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,

RE: Help with TomCat 6.0 & SSI

2008-03-17 Thread Caldarale, Charles R
> From: Steve Major [mailto:[EMAIL PROTECTED] > Subject: Re: Help with TomCat 6.0 & SSI > > Thanks very much, I believe I want an entry in my context.xml > something like: > >docBase="/usr/local/tomcat/server/webapps/myapplication"> > No,

Re: Help with TomCat 6.0 & SSI

2008-03-17 Thread Steve Major
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.jar. I d

Re: Help with TomCat 6.0 & SSI

2008-03-17 Thread Mark Thomas
Steve Major wrote: I don't have a servlets-ssi.renametojar file nor an existing servlets-ssi.jar. I downloaded various versions of 6.0.x and it doesn't appear to be a part of any of those archives. I can only find that file in archives of TomCat 5.5. You can ignore this. The classes you nee

Help with TomCat 6.0 & SSI

2008-03-17 Thread Steve Major
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