Properties
The Properties below provide information on the semaphore timeout interval, ports, file uploading, output caching and model caching.
Screen Field Description Semaphore Timeout (seconds) The Semaphore Timeout field sets the interval that the Factory servlet waits before deleting expired sessions. File: WEB-INF/config/cluster.properties
Entry: bowstreet.session.semaphore.timeOut
Default Value: 300
HTTP Port The HTTP Port field defines the port that theFactory servlet monitors for incoming HTTP requests. File: WEB-INF/config/server.properties
Entry: server.http.port
HTTPS Port The HTTPS Port field defines the secure port that theFactory servlet monitors for incoming HTTPS/SSL requests. File: WEB-INF/config/server.properties
Entry: server.https.port
Disable Output Caching The Disable Output Caching checkbox enables and disables all output caching, which is enabled by using the Cache Control builder. File: WEB-INF/config/bowstreet.properties
Entry: bowstreet.cache.output.disable
Default Value: false
Model Cache Size The Model Cache Size field defines the total number of models plus the number of WebApp versions of these models. One WebApp version will exist for each profile that has access to the model. Therefore if you have 10 models you might set this to 20, unless you have three different profiles for each WebApp. Then you would set it to 10 + 10 x 3 = 40. File: WEB-INF/config/bowstreet.properties
Entry: bowstreet.cache.model.size
Range of values: 0 (disable model caching) to the limits of available Java memory
Default Value: 30
Model Cache Timeout (minutes) The Model Cache Timeout field sets the time limit after which unused models can be discarded from cache. File: WEB-INF/config/bowstreet.properties
Entry: bowstreet.cache.model.timeOutMinutes
Default Value: 20
Enable File Upload When checked, the Enable File Upload checkbox enables the file upload functionality. When this is true, the Factory servlet will be able to upload files. File: WEB-INF/config/cluster.properties
Entry: bowstreet.upload.enabled
Default: false
Upload Directory The Upload Destination Path field defines where in the Factory servlet file system the uploaded file will be temporarily stored. File: WEB-INF/config/cluster.properties
Entry: bowstreet.upload.destinationPath
Default: ../upload
Upload Maximum File Size (KB) The Upload Maximum File Size field sets a limit on how many kilobytes can be uploaded at a time. File: WEB-INF/config/cluster.properties
Entry: bowstreet.upload.maxFileSizeK
Default: 500