#=============================================================================== # LPS properties file for performance testing #=============================================================================== # * P_LZ_COPYRIGHT_BEGIN ****************************************************** # * Copyright 2001-2004 Laszlo Systems, Inc. All Rights Reserved. * # * Use is subject to license terms. * # * P_LZ_COPYRIGHT_END ******************************************************** #=============================================================================== # Request toggles - many of these should be set to false # for deployment. allowRequestXML=true allowRequestINFO=true allowRequestSOURCE=true allowRequestFILTER=true allowRequestCLEARCACHE=true allowRequestLOG=true allowRequestCACHEINFO=true allowRequestSETCACHESIZE=true allowRequestSERVERINFO=true allowRequestERRORCOUNT=true allowRequestSTAT=true #=============================================================================== # Password to check for administrative requests. # Uncomment and admin requests will require this passwd #adminPassword=laszlo #=============================================================================== # For performance tests. # Option to enable X-LPS-Error headers for debugging emitErrorHeader=true # Option to enable 700 status code for errors useBogusErrorCode=true # Option to enable X-LPS-C (connected) and X-LPS-R (reconnected) headers # for persistent connection tests. emitConnectHeaders=true #=============================================================================== # Backend http properties # #http.maxUsers=1000 #http.maxBackendRetries=99 #http.retrySleepMillis=200 # The number of redirects to try (security issue; default is 0) http.followRedirects=3 #=============================================================================== # Compilation manager dependency options: always, never, check compMgrDependencyOption=never #=============================================================================== # Code generator settings lfcLibraryName=LFC.lzl #=============================================================================== # Cache settings # Script compiler cache size. Set to 0 to disable. #compiler.scripts.cacheSize=100 # Names of cache directories # The default location is inside your servlet container's # temporary directory. The entries below, if uncommented, # will drop the caches in your JVM's current working directory. # Compilation cache cache.directory=lps-cache # Media cache mcache.directory=lps-mcache # Data cache dcache.directory=lps-dcache # Compilation media cache dcache.directory=lps-cmcache # Cache sizes (0 = disabled, -1 means infinite) mcache.disk.size:500000000 mcache.mem.size:10000 # Max size allowable for an item to be cached in memory # in the media cache (some media files are big and we # need to keep them on disk only). mcache.mem.item.maxsize: 1000000 # Data cache sizes (0 = disabled, -1 means infinite) #dcache.disk.size: 500000000 #dcache.mem.size: 1000000 # Compiler Media Cache # there is no need to keep any of these files in memory cmcache.mem.size: 0 #=============================================================================== # Persistent connection properties maxMessageLen=2000 connectionLength=65536 #=============================================================================== # Mailer properties # If the smtp host can be reached, email will be sent about catastrophic server # events. Email is sent to the license owner and any additional recipients listed # here. #smtp.host=smtp.your-domain.com #mail.recipients=you@your-domain.com #=============================================================================== # Error/Warning Mail Messages message.license-over-limit: The Laszlo Presentation Server running on %localhost% \ is over its license limits. Please contact sales@laszlosystems.com to upgrade your license. \ This server will shut down at %shutdown% if it is still over its limits. message.license-failure: The Laszlo Presentation Server running on %localhost% is over \ its license limits and the grace period is over. This server has been shut down. \ Please contact sales@laszlosystems.com to upgrade your license. message.license-expiry: The license for the Laszlo Presentation Server running on \ %localhost% has expired. Please contact sales@laszlosystems.com to purchase a new license.