Version 4 by hannes on 21. September 2009, 23:42
- Set useMarkdown to true
| 7 | <tt>propertyName propertyName = propertyValue</tt>propertyValue |
| 9 | A line starting with a hash character # `#` will be regarded as comment and thus ignored: |
| 11 | <tt># # This is a comment. |
| 12 | This is no comment. # This Neither is no comment, either.</tt>this |
| 13 | - *appThe following list contains all properties files used by Helma. |
| 14 | - *server.properties* |
| 15 | - *Server and application properties list|Server and Application Properties* |
| 16 | - *server.properties example file* |
| 15 | - *apps[app.properties*properties] |
| 17 | - *db[server.properties*properties] |
| 19 | - *class.properties*[List of Server and Application Properties][server and application properties] |
| 21 | - *type[server.properties|Type.properties Documentation*example file] |
| 23 | - [apps.properties] |
| 24 | |
| 25 | - [db.properties] |
| 26 | |
| 27 | - [class.properties] |
| 28 | |
| 29 | - [type.properties][Type.properties Documentation] |
Version 3 by zumbrunn on 19. February 2009, 22:18
| 16 | - *Server and application properties list|wiki/Server list|Server and Application Properties* |
Version 2 by zumbrunn on 19. February 2009, 22:18
| 25 | - *type.properties|wiki/Typeproperties|Type.properties Documentation* |
Version 1 by zumbrunn on 18. February 2009, 21:10
- Set tags to
| 1 | Files containing metadata for database-connections as well as server- and application-wide settings. |
| 2 | |
| 3 | Helma's property files are simple text files containing information e.g. about which applications to start, about the database connection, server configuration etc. |
| 4 | |
| 5 | There is no general syntax of the various properties, however most of the time each line represents a property's assignment the way |
| 6 | |
| 7 | <tt>propertyName = propertyValue</tt> |
| 8 | |
| 9 | A line starting with a hash character # will be regarded as comment and thus ignored: |
| 10 | |
| 11 | <tt># This is a comment. |
| 12 | This is no comment. # This is no comment, either.</tt> |
| 13 | |
| 14 | - *app.properties* |
| 15 | - *server.properties* |
| 16 | - *Server and application properties list|wiki/Server and Application Properties* |
| 17 | - *server.properties example file* |
| 18 | |
| 19 | - *apps.properties* |
| 20 | |
| 21 | - *db.properties* |
| 22 | |
| 23 | - *class.properties* |
| 24 | |
| 25 | - *type.properties|wiki/Type.properties Documentation* |
| 26 |