30 lines
814 B
Properties
30 lines
814 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
|
|
|
|
manage
|
|
|
|
|
|
# Simple example of an application, accessible via its default
|
|
# mountpoint at http://<host>:<port>/test and using its default
|
|
# repository at apps/test
|
|
|
|
test
|
|
|
|
|
|
# More complex example of an application with custom configuration
|
|
|
|
demo
|
|
demo.mountpoint = /
|
|
demo.repository.0 = modules/helmaLib.zip
|
|
demo.repository.1 = modules/helmaTools.zip
|
|
demo.repository.2 = apps/demo
|
|
demo.static = static
|
|
demo.staticMountpoint = /static
|
|
demo.staticHome = index.html,default.html
|
|
demo.staticIndex = false
|
|
demo.uploadLimit = 2048
|