Re: Question on SSI

2010-09-02 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wesley, On 9/2/2010 3:30 PM, Wesley Acheson wrote: > On Thu, Sep 2, 2010 at 9:22 PM, Wesley Acheson > wrote: > Far too much. :) You're very kind to explain everything in detail. > Anyway I'm also interested in the ; mime types if anyone has any be

Re: Question on SSI

2010-09-02 Thread Wesley Acheson
On Thu, Sep 2, 2010 at 9:22 PM, Wesley Acheson wrote: Far too much. Anyway I'm also interested in the ; mime types if anyone has any better reference. Also what does tomcat do if serving a static file with an unlisted extension?

Re: Question on SSI

2010-09-02 Thread Wesley Acheson
On Thu, Sep 2, 2010 at 6:45 AM, Marc Chamberlin wrote: > > Perhaps this does say it, Wesley, but I am going to argue that, like a lot of > documentation, too much is assumed about the readers level of background > understanding. Maybe if you could come up with some concrete suggestions then I t

Re: Question on SSI

2010-09-02 Thread Marc Chamberlin
On 9/1/2010 7:01 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marc, On 9/1/2010 6:52 PM, Marc Chamberlin wrote: On 9/1/2010 1:49 PM, Christopher Schultz wrote: You will have to use filter mapping in order to post-process your .jsp and other dynamic pages: a

Re: Question on SSI

2010-09-01 Thread Marc Chamberlin
On 9/1/2010 4:25 PM, Wesley Acheson wrote: On Thu, Sep 2, 2010 at 1:16 AM, Marc Chamberlin mailto:m...@marcchamberlin.com>> wrote: > Thanks Wesley!!! That did the trick, and yes, shtml does not work... But > this should be ok for our needs, our users don't create .shtml files, and > this a

Re: Question on SSI

2010-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marc, On 9/1/2010 6:52 PM, Marc Chamberlin wrote: > On 9/1/2010 1:49 PM, Christopher Schultz wrote: >> You will have to use filter mapping in order to post-process your .jsp >> and other dynamic pages: a servlet can't be wrapped around another >> ser

Re: Question on SSI

2010-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wesley, On 9/1/2010 7:25 PM, Wesley Acheson wrote: > Green emphisis assuming the mailing list allows html mail is mine. It doesn't: it uses the text version, instead, and discards the HTML. :( > Also as a side note you can have multiple mappings for

Re: Question on SSI

2010-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marc, On 9/1/2010 7:16 PM, Marc Chamberlin wrote: > [Changing the content-type regular expression pattern] did the trick, > and yes, shtml does not work... But this should be ok for our needs, > our users don't create .shtml files, and this also worke

Re: Question on SSI

2010-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marc, On 9/1/2010 6:24 PM, Marc Chamberlin wrote: > On 9/1/2010 1:46 PM, Wesley Acheson wrote: >> >> ssi >> * >> > > Thanks Wesley for taking the time to answer, much appreciated! Yes, I > have tried this filter mapping

Re: Question on SSI

2010-09-01 Thread Wesley Acheson
On Thu, Sep 2, 2010 at 1:16 AM, Marc Chamberlin wrote: > Thanks Wesley!!! That did the trick, and yes, shtml does not work... But > this should be ok for our needs, our users don't create .shtml files, and > this also worked for .jsp and .htm files as well as .html... Documentation > on the Tomca

Re: Question on SSI

2010-09-01 Thread Marc Chamberlin
On 9/1/2010 3:35 PM, Wesley Acheson wrote: On Thu, Sep 2, 2010 at 12:24 AM, Marc Chamberlin wrote: On 9/1/2010 1:46 PM, Wesley Acheson wrote: On Wed, Sep 1, 2010 at 10:13 PM, Marc Chamberlin wrote: Have you tried modifying this section? ssi *.shtml To l

Re: Question on SSI

2010-09-01 Thread Marc Chamberlin
On 9/1/2010 1:49 PM, Christopher Schultz wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marc, On 9/1/2010 4:13 PM, Marc Chamberlin wrote: Hello - I am running a Tomcat6.0 server both stand-alone and with Eclipse, and am in the process of developing a webapp that I will want to make a

Re: Question on SSI

2010-09-01 Thread Wesley Acheson
On Thu, Sep 2, 2010 at 12:24 AM, Marc Chamberlin wrote: >  On 9/1/2010 1:46 PM, Wesley Acheson wrote: >> >> On Wed, Sep 1, 2010 at 10:13 PM, Marc Chamberlin >>  wrote: >> Have you tried modifying this section? >> >>     >>         ssi >>         *.shtml >>     >> >> >> To look more like this >>

Re: Question on SSI

2010-09-01 Thread Marc Chamberlin
On 9/1/2010 1:46 PM, Wesley Acheson wrote: On Wed, Sep 1, 2010 at 10:13 PM, Marc Chamberlin wrote: Have you tried modifying this section? ssi *.shtml To look more like this ssi * Thanks Wesley for taking the time to answer, much a

Re: Question on SSI

2010-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Wesley, On 9/1/2010 4:46 PM, Wesley Acheson wrote: > > ssi > * > That may be casting the net a bit wide, but, of course, it's all up to whatever Marc's requirements are. > Also change the section > > cont

Re: Question on SSI

2010-09-01 Thread Christopher Schultz
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Marc, On 9/1/2010 4:13 PM, Marc Chamberlin wrote: > Hello - I am running a Tomcat6.0 server both stand-alone and with > Eclipse, and am in the process of developing a webapp that I will want > to make available to all our users via a server side inc

Re: Question on SSI

2010-09-01 Thread Wesley Acheson
On Wed, Sep 1, 2010 at 10:13 PM, Marc Chamberlin wrote: >  Hello -  I am running a Tomcat6.0 server both stand-alone and with Eclipse, > and am in the process of developing a webapp that I will want to make > available to all our users via a server side include statement. I have this > working in