2003-06-10 13:20:45 +00:00
|
|
|
# List of applications to start.
|
2005-11-07 11:21:47 +00:00
|
|
|
# More information about this file is available at
|
2009-09-21 21:19:47 +00:00
|
|
|
# http://helma.org/documentation/Properties+Files/
|
2005-11-07 11:21:47 +00:00
|
|
|
|
|
|
|
# Administrative application to manage all other apps on this server,
|
|
|
|
# accessible via its default mountpoint at http://<host>:<port>/manage
|
2005-11-16 08:27:56 +00:00
|
|
|
# and using its default repository at apps/manage
|
2002-07-02 15:21:35 +00:00
|
|
|
|
2002-04-08 08:56:22 +00:00
|
|
|
manage
|
2005-11-07 11:21:47 +00:00
|
|
|
|
|
|
|
|
2005-11-16 08:27:56 +00:00
|
|
|
# More complex example of an application with custom configuration:
|
2005-11-07 11:21:47 +00:00
|
|
|
|
2005-11-16 08:27:56 +00:00
|
|
|
welcome
|
|
|
|
welcome.mountpoint = /
|
2006-04-24 08:44:13 +00:00
|
|
|
welcome.repository.0 = apps/welcome/code/
|
2005-11-16 08:27:56 +00:00
|
|
|
welcome.repository.1 = modules/helmaTools.zip
|
|
|
|
welcome.static = apps/welcome/static
|
|
|
|
welcome.staticMountpoint = /static
|
|
|
|
welcome.staticHome = index.html,default.html
|
|
|
|
welcome.staticIndex = true
|
|
|
|
welcome.uploadLimit = 2048
|