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:
|
2002-03-25 18:37:19 +00:00
|
|
|
|
2002-04-24 16:04:29 +00:00
|
|
|
manage
|
2002-03-25 18:37:19 +00:00
|
|
|
|
2002-04-24 16:04:29 +00:00
|
|
|
- use snapshot 20020326 or later.
|
2002-03-25 18:37:19 +00:00
|
|
|
|
|
|
|
- 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=<md5-encoded username>
|
|
|
|
adminPassword=<md5-encoded password>
|
|
|
|
|
2002-04-24 16:04:29 +00:00
|
|
|
MD5-encoding can be done - once you've got the application
|
|
|
|
up and running - on the web:
|
2002-03-25 18:37:19 +00:00
|
|
|
|
|
|
|
http://<your-server-name>/manage/makekey
|
|
|
|
http://<your-server-name>/base/makekey
|
|
|
|
|
2002-04-24 16:04:29 +00:00
|
|
|
or you can use a shell-tool integrated in helma:
|
|
|
|
java -classpath helma.jar helma.util.MD5Encoder <username> <password>
|
|
|
|
|