Re: running SSI on Tomcat 5.5.15

2006-03-20 Thread Mark Thomas
lee sachs wrote: > the web.xml is as follows: > " after /servlet> to restore back > comments; tried the virtualWebappRelative value as "0" and "1" - same result; > Not sure if > --> Servlet definition looks OK. What about the servlet mapping? Further down in web.xml is this: Which nee

Re: running SSI on Tomcat 5.5.15

2006-03-17 Thread lee sachs
I'll try to supply as possible so that we don't have to go back and forth. Directory Structure (all seems to be correct, based on unpacking and deploying server to C:\) C:\apache-tomcat-5.5.15 - web.xml is in C:\apache-tomcat-5.5.15\conf\web.xml - servlet-ssi.jar is in C:\apache-tomcat-5.5.

Re: running SSI on Tomcat 5.5.15

2006-03-16 Thread Mark Thomas
x27;ve done: > > http://tomcat.apache.org/tomcat-5.5-doc/ssi-howto.html > > > - Original Message > From: Mark Thomas <[EMAIL PROTECTED]> > To: Tomcat Users List > Sent: Thursday, March 16, 2006 3:08:08 PM > Subject: Re: running SSI on Tomcat 5.5.15 > > lee

Re: running SSI on Tomcat 5.5.15

2006-03-16 Thread lee sachs
Users List Sent: Thursday, March 16, 2006 3:08:08 PM Subject: Re: running SSI on Tomcat 5.5.15 lee sachs wrote: > I was able to d-load, install and startup Tomcat on the XP machine and > configure it to enable SSI. The server runs fine with HTML, sample servlets > and JSPs. For S

Re: running SSI on Tomcat 5.5.15

2006-03-16 Thread Mark Thomas
lee sachs wrote: > I was able to d-load, install and startup Tomcat on the XP machine and > configure it to enable SSI. The server runs fine with HTML, sample servlets > and JSPs. For SSI, according to the help files I changed the name of an SSI > servlet and removed the comments around the XM

running SSI on Tomcat 5.5.15

2006-03-16 Thread lee sachs
I'm running an instance of Tomcat 5.5.15 on an WinXP machine as a test dev environment. I'm building .shtml pages and includes on the XP machine and just want to have a local server to test pages without having to upload pages every time to a remote server on my ISP. I'm also interested in learn