Antville’s Fork of Helma Object Publisher https://helma.js.org
Find a file
2002-03-25 18:50:29 +00:00
Application changed typo 2002-03-25 17:55:25 +00:00
DocApplication removed obsolete functions: calling href() on Java objects does indeed work. The problem 2002-03-25 18:36:56 +00:00
DocFunction removed obsolete functions: calling href() on Java objects does indeed work. The problem 2002-03-25 18:36:56 +00:00
DocPrototype removed obsolete functions: calling href() on Java objects does indeed work. The problem 2002-03-25 18:36:56 +00:00
DocTag This commit was generated by cvs2svn to compensate for changes in r2155, 2002-03-11 13:49:50 +00:00
Global added link to helma.org, aehm 2002-03-25 18:50:29 +00:00
Root typo 2002-03-25 17:58:28 +00:00
app.properties This commit was generated by cvs2svn to compensate for changes in r2155, 2002-03-11 13:49:50 +00:00
class.properties This commit was generated by cvs2svn to compensate for changes in r2155, 2002-03-11 13:49:50 +00:00
description.txt no message 2002-03-25 17:58:45 +00:00
readme.txt no message 2002-03-25 18:37:19 +00:00

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=<md5-encoded username>
   adminPassword=<md5-encoded password>
   
   MD5-encoding can be done either on the shell:
     java -classpath helma.jar helma.util.MD5Encode <username> <password>

   Or - once you've got the application up and running - on the web:
     http://<your-server-name>/manage/makekey
     http://<your-server-name>/base/makekey