From 078769bb43f688a8f21fd9b2703f9adc582add35 Mon Sep 17 00:00:00 2001 From: stefanp Date: Mon, 25 Mar 2002 18:37:19 +0000 Subject: [PATCH] no message --- readme.txt | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) create mode 100644 readme.txt diff --git a/readme.txt b/readme.txt new file mode 100644 index 00000000..4086841c --- /dev/null +++ b/readme.txt @@ -0,0 +1,27 @@ +To get the manage-application to work you must: + + - add it to the apps.properties file with the following line + + manage=self + + instead of just the application name. This is to let the + application manager know that the subject of the application + is the server itself. + + - use snapshot 200203xx or later. + + - add the following properties to server.properties: + + allowAdmin=[comma-separated list of hosts or ip-addresses that + are allowed to access this application, wildcards + are only allowed in addresses, not in hostnames] + adminUsername= + adminPassword= + + MD5-encoding can be done either on the shell: + java -classpath helma.jar helma.util.MD5Encode + + Or - once you've got the application up and running - on the web: + http:///manage/makekey + http:///base/makekey +