Contains Platform Server settings.
This file is a JAVA properties file. Care must be taken to follow the appropriate conventions; otherwise, the Platform Server may fail to start. Use a double backslash ‘\’ or a single forward slash ‘/’ instead of a backslash ‘’ in Windows file paths. The backslash is used as an escape character in this type of file.
Changes to this file take effect after the file is saved.
Only settings listed below may be changed in PlatformServer.conf. If a particular setting is absent, it can be added anywhere in the file. Only one instance of each setting may be present.
General Platform Server settings |
cache.rootPaths=./cache cache.maxEntries=1000000 cache.maxSize=1073741824 isConnection.port=27345 allowDefaultCatalogRequsts=true saveToFile.saveTimeout=60000 staticContent.rootPaths=./static-content |
Cache cluster configuration |
cluster.hosts=<empty> cacheCluster.queryTimeout=50 cacheCluster.fetchTimeout=10000 cacheCluster.updateLocalCache=true |
Error redirect configuration |
errorRedirect.rootUrl=<empty> errorRedirect.connectTimeout=1000 errorRedirect.socketTimeout=30000 |
SVG configuration |
svgProvider.rootPaths=./images svgProvider.SVGFileSizeLimit=1024 svgProvider.port=8080 svgProvider.fontRoot=./images |
Media Set Responses |
fvctx.useCatalogRecordValidation=false fvctx.nestingLimit=10 fvctx.brochureLimit=20 |