helma/build/main/apps.properties

24 lines
751 B
Properties

# List of applications to start.
# More information about this file is available at
# http://helma.org/docs/guide/properties/apps.properties/
# Administrative application to manage all other apps on this server,
# accessible via its default mountpoint at http://<host>:<port>/manage
# and using its default repository at apps/manage
manage
# More complex example of an application with custom configuration:
welcome
welcome.mountpoint = /
welcome.repository.0 = modules/helmaLib.zip
welcome.repository.1 = modules/helmaTools.zip
welcome.repository.2 = apps/welcome/code/
welcome.static = apps/welcome/static
welcome.staticMountpoint = /static
welcome.staticHome = index.html,default.html
welcome.staticIndex = true
welcome.uploadLimit = 2048