updated to latest changes

This commit is contained in:
stefanp 2002-12-04 10:07:35 +00:00
parent 6b534edeab
commit c3e422c8ec

View file

@ -1,25 +1,17 @@
To get the manage-application to work you must: To get the manage-application to work you must:
- add it to the apps.properties file with the following line: - add it to the apps.properties file with the following line:
manage manage
- use snapshot 20020326 or later. - use helma distribution 1.2-RC1 or later.
- add the following properties to server.properties: - add the following properties to server.properties:
allowAdmin = [comma-separated list of hosts or ip-addresses that allowAdmin = [comma-separated list of hosts or ip-addresses that
are allowed to access this application, wildcards are allowed to access this application. wildcards
are only allowed in addresses, not in hostnames] are only allowed in addresses, not in hostnames!]
adminUsername=<md5-encoded username> adminAccess = <MD5-encoded credentials>
adminPassword=<md5-encoded password>
MD5-encoding can be done - once you've got the application Creating the credentials can be done after you've got the application
up and running - on the web: up and running at this address: http://<your-server-name>/manage/makekey
http://<your-server-name>/manage/makekey
http://<your-server-name>/base/makekey
or you can use a shell-tool integrated in helma:
java -classpath helma.jar helma.util.MD5Encoder <username> <password>