Snipped from default-web-app.xml:
<servlet>
<servlet-name>ssi</servlet-name>
<servlet-class>com.evermind.server.http.SSIServlet</servlet-class>
</servlet>
<servlet-mapping>
<servlet-name>ssi</servlet-name>
<url-pattern>/*.shtml</url-pattern>
</servlet-mapping>
On Wed, 9 May 2001, Tim Endres wrote:
> Unless Orion has builtin support for server side includes, you will
> probably need to find a servlet that perform this for you, and map
> *.shtml to the servlet. I do believe there are open source servlets
> out there that will give you server side include support. If you
> are only using the include feature, it is easy to write your own.
>
> tim.
>
> > hi
> > please help out...
> > how to go abt. executing a .shtml file in orion?
> > thanx in advance
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Yahoo! Auctions - buy the things you want at great prices
> > http://auctions.yahoo.com/
> >
>
>
>