Antville’s Fork of Helma Object Publisher https://helma.js.org
Find a file
stefanp 98ad7be09b added function renderApi() which renders the whole application docs into
files. used via webinterface or commandline.

changed RegExp: rhino needs global setting as second param in constructor
2004-01-06 15:50:29 +00:00
Application - click on showApi-button calls docapplication/read_action to re-read the 2002-11-22 14:32:46 +00:00
DocApplication added function renderApi() which renders the whole application docs into 2004-01-06 15:50:29 +00:00
DocFunction Adapt function line number output to changes in HtmlEncoder which 2003-11-06 15:09:36 +00:00
DocPrototype fixed problem with type.properties pointing to non-existing prototypes 2002-12-04 09:35:34 +00:00
DocTag major overhaul of the manage app's api-documentation functions. 2002-11-21 18:36:03 +00:00
Global modified to work with type-definition by strings and not by constants 2003-06-24 14:43:40 +00:00
Root - moved key-generation from a global function to root/makekey.hac 2002-12-04 09:21:40 +00:00
app.properties use higher request timeout because rendering the apidocs 2002-11-22 14:29:28 +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 latest changes 2002-12-04 10:07:35 +00:00

To get the manage-application to work you must:

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

 - use helma distribution 1.2-RC1 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!]
   adminAccess = <MD5-encoded credentials>
   
   Creating the credentials can be done after you've got the application
   up and running at this address: http://<your-server-name>/manage/makekey