Including a file and embedding a servlet with SSI

This file, MoreIncludes.shtml, demonstrates WebLogic Server support for server-side includes. This page includes another file and a servlet.

The line that includes the file is:
<!--#include virtual="hello.txt"-->

The file contains these lines:

<h1>
<font color=#DB1260>
Hello world!
</font>
</h1>

This is the result of the include:

Hello World!

The line that includes the servlet is:

<servlet name=helloWorld></servlet>

Here is the result of the servlet include: