|
apps.properties Description hopblog antville gong kolin manageSimple apps.properties file Several default options can be overridden by adding properties in the form appname.option: appname.mountpoint = /The appname.mountpoint option defines where the application should be mounted on the web server's URI space. Defaults to /<appname>. appname.appdir = /some/path/appThe appname.appdir defines the directory which contains the application's properties and code files. Defaults to apps/<appname>. appname.repository.0 = apps/appName appname.repository.1 = modules/helmaTools.zip appname.repository.2 = modules/core/all.js appname.repository.3 = modules/helma/Ftp.js appname.repository.4 = /full/path/to/codedir appname.repository.4.implementation = helma.framework.repository.MultiFileRepository appname.repository.5 = /full/path/to/morecode.zipThe appname.repository.x properties provides an alternative to the appname.appdir property, allowing you to combine code stored in several locations. Code in repositores with higher numbers will override code in repositories with lower numbers. Optionally, the implementaion of the repository can be set to behave as MultiFileRepository, which will treat the zip-files and directories inside the specified directory as individual repositories. appname.dbdir = /some/path/dbThe appname.dbdir option defines the directory which contains the application's embedded XML database. Defaults to db/<appname>. appname.static = /some/path/htdocsThe appname.static option defines a directory from which to serve static content for this application. appname.staticMountpoint = /filesThe appname.staticMountpoint option defines the mountpoint for the static content in the web server's URI space. Defaults to /static. appname.staticIndex = trueThe appname.staticIndex option defines whether the web server should display directory listings for static directories. appname.staticHome = index.html, default.htmThe appname.staticHome option defines the files to serve when a static directory is served. appname.protectedStatic = /some/path/protectedThe appname.protectedStatic option defines a "protected" static directory. Its contents are not directly accessible through the web but only using res.forward(path). appname.cookieDomain = .antville.orgThe appname.cookieDomain option defines the cookie domain for this application. If set, cookies will be shared among all sites in the domain. appname.uploadLimit = 2048The appname.uploadLimit option defines the limit for files uploaded to this app, in kB appname.debug = trueThe appname.debug option lets you print verbose debug messages if something goes wrong appname.responseEncoding = trueThis tells Helma whether to use gzip encoding for this app's responses. Note that this feature is disabled in recent snapshots.
... comment
vividvisions,
Monday, 27. November 2006, 12:44
Missing
appname.protectedSessionCookie: Make session cookie IP binding optional
... link ... comment |
navigation
Download
Community
Weblog
Mailing Lists
IRC Channel
Documentation
Introductions
Tools
Reference
Project
Roadmap
Bug Reporting
Source
Helma NG Wiki
Wiki
Tags
Updates
Related Projects
Sites using Helma
search
|
||||