helma/readme.txt

18 lines
621 B
Text
Raw Normal View History

2002-03-25 18:37:19 +00:00
To get the manage-application to work you must:
2002-04-24 16:04:29 +00:00
- add it to the apps.properties file with the following line:
manage
2002-03-25 18:37:19 +00:00
- use helma distribution 1.5 or later.
2002-03-25 18:37:19 +00:00
- add the following properties to server.properties:
2002-12-04 10:07:35 +00:00
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!]
adminAccess = <MD5-encoded credentials>
2002-03-25 18:37:19 +00:00
2002-12-04 10:07:35 +00:00
Creating the credentials can be done after you've got the application
up and running at this address: http://<your-server-name>/manage/makekey
2002-04-24 16:04:29 +00:00