Plasma GitLab Archive
Projects Blog Knowledge

# This is an example for the file jserv.properties:

# wrapper.bin must be the name of the jserv daemon. (In the original
# design, it is the path to the JVM executable.) This is only necessary
# if the web server starts and stops the application server.
# mod_jk: the latter is not supported.
wrapper.bin=/home/gerd/ocaml/sourceforge/wdialog/code/examples/adder-jserv/adderd

# bindaddress and port determine on which network interface and which
# port the jserv daemon listens. It must be possible that the web server
# reaches this port.
bindaddress=localhost
port=8007

# It is strongly recommended to use a password for the connection between
# the web server and jservd (especially, if bindaddress is not "localhost").
# The contents of the file security.secretKey are used as password.
# This file must be the same file as the file defined by
# ApJServSecretKey in httpd.conf. (Note for mod_jk: authentication is
# not supported.)
security.authentication=false
security.secretKey=/home/gerd/ocaml/sourceforge/wdialog/code/examples/adder-jserv/secret
security.challengeSize=5

# This is the absolute path of the user interface definition file:
wdialog.uifile=/home/gerd/ocaml/sourceforge/wdialog/code/examples/adder-jserv/adder.ui

# ----------------------------------------------------------------------
# ONLY FOR MOD_JK
# ----------------------------------------------------------------------

# Set this to the prefix in JkMount:
jakarta.servletSubString=/servlets/

# List the hosts that are allowed to connect:
security.allowHost=localhost

This web site is published by Informatikbüro Gerd Stolpmann
Powered by Caml