summaryrefslogtreecommitdiff
path: root/www/jssi/DESCR
diff options
context:
space:
mode:
Diffstat (limited to 'www/jssi/DESCR')
-rw-r--r--www/jssi/DESCR11
1 files changed, 11 insertions, 0 deletions
diff --git a/www/jssi/DESCR b/www/jssi/DESCR
new file mode 100644
index 00000000000..ece8776438d
--- /dev/null
+++ b/www/jssi/DESCR
@@ -0,0 +1,11 @@
+Apache JSSI parses JHTML files, executes the servlets as specified by the
+<SERVLET> tag and replaces those tags with the output of the executed
+servlet. The <SERVLET> tag can be seen as the server side equivalent of
+the <APPLET> tag.
+
+Note that SSI files for java servlets are called JHTML files in the
+apache context while SHTML files are usually for traditional SSI (like
+<!--#ECHO -->). This is a bit confusing since in the Java Web Server
+(SUN) context SHTML files are used for java servlet SSI files and
+JHTML is used for page compiled pages. Java Apache SSI does not support
+page compiling.