Skip to main content

Server configuration

System name Display name Explantion Extra info
applicationBasePath Application folder Location of WAR / deployed web application  
applicationDisplayName Application display name Name of application displayed to users  
applicationlPort Server port for HTTP Port used running regular requests. Needs to match the setting in webcontainer definition (server.xm in Tomcat)l  
applicationlPortSSL Server port for HTTPS Port used running SSL encrypted requests. Needs to match the setting in webcontainer definition (server.xm in Tomcat)l  
applicationName Application name Name of application / folder - example http://myserver.com/APPLICATIONNAME/login  
applicationServer Application server hostname or IP Base refernce for the server. IP example: 89.56.12.14. Network name: localhost. Domain: bpms.acme.com  
applicationURL Application machine / URL Base URL of the server as seen by the end user. Overlaps with value in applicationServer  
cacheActive Caching enabled (recommended) Enable caching of system ressources. Alternative: Collect all ressources every time (very slow)  
cacheBrowserExpireSeconds Static content cache time (seconds) Amount of time that images and scripts are cached i client browser.  
cacheMaxObjectSize Cache maximum size (bytes) Maximum amount of memory consumed by the cache. Set as high as possible.  
connectionPoolActive Use connection pools (recommended) Strongly recommended. Use webcontainer connection pools. Alternative: Application builds own connections (very slow)  
defaultCharEncoding Default Character Encoding Recommended: ISO-8859  
doExtraUrlDecoding Decode autocompletion / quicksearch Use if experiencing problems with autocompletion / quicksearch  
doRedirectAfterUpdate Redirect user after updates Strongly recommended. Slight performance hit, but enables browser BACK button  
multiServerCoordination Server cluster coordination Coordinate cache flushing, user list etc. through database communication (polling).  
serverTypeAutodetect Server type detection Autodetect compliance type  
serverTypeJ2EE Server type J2EE Compliance type if autodetect is disabled  
sessionCheckInterval Session cleanup interval (minutes) Time between online list sweeping, removing user with no recent activity.  
sessionLifetimeMaximum Session lifetime (minutes) Maximum time before last activity before users must log in again  
sessionLifetimeMinutes Session lifetime minutes Length of user sessions (changeable at runtime)  
systemOptimizeMemory Minimize HEAP size Always recommended < 1Gb RAM. Tradeoff between RAM and CPU time