23 lines
707 B
Properties
23 lines
707 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 = apps/welcome/code/
|
|
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
|