aboutsummaryrefslogtreecommitdiff
path: root/www
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>2000-01-07 02:04:15 +0000
committerSteve Price <steve@FreeBSD.org>2000-01-07 02:04:15 +0000
commitd0f353e01d2ee42134e558a76f8c2cfa641f8d0a (patch)
tree7e70e3e2111729e3818e709ec701099a4e038bf3 /www
parent9d7b13dab131c208fee5da1715263e50f07374d0 (diff)
downloadports-d0f353e01d2ee42134e558a76f8c2cfa641f8d0a.tar.gz
ports-d0f353e01d2ee42134e558a76f8c2cfa641f8d0a.zip
Notes
Diffstat (limited to 'www')
-rw-r--r--www/gnujsp/files/gnujsp.properties.in47
1 files changed, 47 insertions, 0 deletions
diff --git a/www/gnujsp/files/gnujsp.properties.in b/www/gnujsp/files/gnujsp.properties.in
new file mode 100644
index 000000000000..514592775d8b
--- /dev/null
+++ b/www/gnujsp/files/gnujsp.properties.in
@@ -0,0 +1,47 @@
+# This is an example gnujsp properties file
+#
+# It's origin is with the INSTALL.apache document in the gnujsp-1.0.0
+# distribution, but is hacked for automagic installation on FreeBSD by
+# girgen@partitur.se
+#
+# To get started, first set up apache with jserv to function properly,
+# then add the following to your apache.conf:
+#
+# ApJServAction .jsp /gnujsp/gnujsp
+# ApJServMount /gnujsp /gnujsp
+#
+# and add the zone gnujsp to your jserv configuration:
+# zones=gnujsp
+# gnujsp.properties=%%PREFIX%%/etc/apache/gnujsp.properties
+#
+# Last, create a scratch directory for gnujsp, writable by your web
+# server userid (usually 'nobody'). The default directory path is
+# %%PREFIX%%/www/gnujsp
+
+# List of Repositories
+#######################
+
+repositories=%%PREFIX%%/share/java/classes/gnujsp10.jar
+repositories=%%PREFIX%%/share/java/classes/servlet-2.0-plus.jar
+#repositories=/home/heyl/lib/java/Acme.jar
+#repositories=/usr/local/webl-3.0/lib/WebL.jar
+
+# Classloader parameters
+#########################
+
+autoreload.classes=true
+
+# Enable servlet resourced autoreloading (properties and other
+# loaded resources)
+autoreload.file=true
+
+
+# Servlet Aliases
+##################
+# Note: if using webl or Acme stuff, add the jars here too
+# if you added them to the repositories above (alph)
+# In my real settings I added: usepackages=true,language=de,country=de
+# but I guess you may prefer the default locale :-) (alph)
+
+servlet.gnujsp.code=org.gjt.jsp.JspServlet
+servlet.gnujsp.initArgs=checkclass=true,pagebase=%%PREFIX%%/www/data,scratchdir=%%PREFIX%%/www/gnujsp,debug=true,compiler=builtin-javac -classpath %classpath%:%scratchdir%:%%PREFIX%%/gnujsp10.jar:%%PREFIX%%/servlet-2.0-plus.jar -d %scratchdir% -deprecation %source%