> From: Ken Bowen [mailto:kbo...@als.com]
> Subject: Re: SSI configuration
> 
>    <welcome-file-list>
>      <welcome-file>index.jsp</welcome-file>
>    </welcome-file-list>

The above is unnecessary on Tomcat, since index.jsp is declared as a welcome 
file in the global conf/web.xml.  However, you may well want to specify 
index.shtml as an additional welcome file.

>      <servlet-mapping>
>          <servlet-name>ssi</servlet-name>
>          <url-pattern>*.shtml</url-pattern>
>      </servlet-mapping>

Note the mapping; the SSI servlet is called *only* for references to resources 
that end in .shtml.

> In index.html

That needs to be index.shtml, otherwise the SSI servlet doesn't get involved.

 - 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