Antville’s Fork of Helma Object Publisher https://helma.js.org
Find a file
2002-06-20 17:21:21 +00:00
Application Updated code to new session/app/req/res object layout. 2002-05-31 14:14:37 +00:00
DocApplication Updated code to new session/app/req/res object layout. 2002-05-31 14:14:37 +00:00
DocFunction spacing-fix 2002-06-20 17:20:53 +00:00
DocPrototype Updated code to new session/app/req/res object layout. 2002-05-31 14:14:37 +00:00
DocTag This commit was generated by cvs2svn to compensate for changes in r2155, 2002-03-11 13:49:50 +00:00
Global made the "create username/password"-part work with the newer snapshots. 2002-06-20 17:21:21 +00:00
Root Updated code to new session/app/req/res object layout. 2002-05-31 14:14:37 +00:00
app.properties moved description from text file description.txt to property "description" in app.properties 2002-04-23 11:46:23 +00:00
class.properties make app work again with new way of retrieving a custom root object (helma.main.Server, that is) 2002-04-08 08:49:41 +00:00
readme.txt updated to fit the last changes 2002-04-24 16:04:29 +00:00

To get the manage-application to work you must:

 - add it to the apps.properties file with the following line:

     manage

 - use snapshot 20020326 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 - once you've got the application
   up and running - on the web:

     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>