> From: Martin Gainty [mailto:mgai...@hotmail.com]
> Subject: RE: HELP ME PLEASEEEEE--------------->first login page SSI is
> not getting enabled
> 
> enable the see servlet-mapping in your web.xml
>     <!-- The mapping for the SSI servlet -->
>     <servlet-mapping>
>         <servlet-name>ssi</servlet-name>
>         <url-pattern>*.shtml</url-pattern>
>     </servlet-mapping>

The OP clearly already enabled appropriate servlet mapping, using *.html; this 
will work, but it means that every .html page will be run through the SSI 
servlet, which can be expensive.

> <!-- IMPORTANT: To use the SSI servlet, you also need to rename the
> -->
> (mv/rename)  $CATALINA_HOME/server/lib/servlets-ssi.renametojar file
>  $CATALINA_HOME/server/lib/servlets-ssi.jar

The OP is using Tomcat 6, so the above doesn't apply and should not have been 
mentioned.

> please read directive syntax (config,echo,include) directive
> information displayed at
> http://tomcat.apache.org/tomcat-5.5-doc/ssi-howto.html

Again, the OP is using Tomcat 6, so don't point him to doc for 5.5.

 - Chuck


THIS COMMUNICATION MAY CONTAIN CONFIDENTIAL AND/OR OTHERWISE PROPRIETARY 
MATERIAL and is thus for use only by the intended recipient. If you received 
this in error, please contact the sender and delete the e-mail and its 
attachments from all computers.


---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tomcat.apache.org
For additional commands, e-mail: users-h...@tomcat.apache.org

Reply via email to