SSIServlet

From Resin 3.0

Jump to: navigation, search


The SSIServlet provides basic server side include functionality. It can be used for sites migrating from Apache/Resin to the faster and simpler Resin-standalone configuration.

Configuration

resin-web.xml

<web-app xmlns="http://caucho.com/ns/resin">
  <servlet>
    <servlet-name>ssi</servlet-name>
    <servlet-class>com.caucho.servlets.ssi.SSIServlet</servlet-class>
  </servlet>
Personal tools