helma/build/main/apps.properties

31 lines
814 B
Properties
Raw Normal View History

2003-06-10 13:20:45 +00:00
# List of applications to start.
# More information about this file is available at
# http://helma.org/docs/guide/properties/apps.properties/
2002-03-21 17:04:57 +00:00
# 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