Including a file and embedding a servlet with SSI

This .shtml file, MoreIncludes.shtml, illustrates WebLogic's support for server-side includes. Here we insert the contents of a file and embed a servlet in this HTML page.

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

Its contents are:

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

Here's the result of the include:

The line that includes the file is:

<servlet name=helloWorld>
</servlet>

Here's the result of that include: