From 68b325afd0fe517d029eb4a61b439e24e7e22b99 Mon Sep 17 00:00:00 2001 From: jwise Date: Tue, 18 Jan 2000 01:51:43 +0000 Subject: Initial import of jssi-1.1.2. From pkg/DESCR: Apache JSSI parses JHTML files, executes the servlets as specified by the tag and replaces those tags with the output of the executed servlet. The tag can be seen as the server side equivalent of the 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 ). 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. --- www/jssi/pkg/COMMENT | 1 + www/jssi/pkg/DESCR | 11 +++++++++++ www/jssi/pkg/MESSAGE | 16 ++++++++++++++++ www/jssi/pkg/PLIST | 10 ++++++++++ 4 files changed, 38 insertions(+) create mode 100644 www/jssi/pkg/COMMENT create mode 100644 www/jssi/pkg/DESCR create mode 100644 www/jssi/pkg/MESSAGE create mode 100644 www/jssi/pkg/PLIST (limited to 'www/jssi/pkg') diff --git a/www/jssi/pkg/COMMENT b/www/jssi/pkg/COMMENT new file mode 100644 index 00000000000..731b60222f4 --- /dev/null +++ b/www/jssi/pkg/COMMENT @@ -0,0 +1 @@ +Java Server-Side Include engine implemented as a JSDK-2.0 servlet. diff --git a/www/jssi/pkg/DESCR b/www/jssi/pkg/DESCR new file mode 100644 index 00000000000..ece8776438d --- /dev/null +++ b/www/jssi/pkg/DESCR @@ -0,0 +1,11 @@ +Apache JSSI parses JHTML files, executes the servlets as specified by the + tag and replaces those tags with the output of the executed +servlet. The tag can be seen as the server side equivalent of +the 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 +). 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. diff --git a/www/jssi/pkg/MESSAGE b/www/jssi/pkg/MESSAGE new file mode 100644 index 00000000000..b225321f512 --- /dev/null +++ b/www/jssi/pkg/MESSAGE @@ -0,0 +1,16 @@ +============================================================================= +$NetBSD: MESSAGE,v 1.1.1.1 2000/01/18 01:51:44 jwise Exp $ + +To install Apache-JSSI for use with Apache Server's mod_jserv (from the +ap-jserv package), add the following line to your httpd.conf: + + ApJServAction .jhtml /servlets/org.apache.servlet.ssi.SSI + +and the following line to your zone.properties: + + repositories=@JSDK_HOME@/lib/ApacheJSSI.jar + +To use Apache-JSSI with others servlet engines, see the appropriate +documentation. + +============================================================================= diff --git a/www/jssi/pkg/PLIST b/www/jssi/pkg/PLIST new file mode 100644 index 00000000000..eb6617c7793 --- /dev/null +++ b/www/jssi/pkg/PLIST @@ -0,0 +1,10 @@ +@comment $NetBSD: PLIST,v 1.1.1.1 2000/01/18 01:51:44 jwise Exp $ +doc/jssi/generate_javadoc +doc/jssi/images/java-apache-project.gif +doc/jssi/index.html +doc/jssi/install.html +doc/jssi/parameterprop.html +doc/jssi/traditionalssi.html +@dirrm doc/jssi/images +@dirrm doc/jssi +lib/ApacheJSSI.jar -- cgit v1.2.3