# Usage - Custom properties file for the EASA webapp. # # Add here properties to override the default ones # # Location for resources used with file choice object SERVER location # filechoice.server.folder= # To print current mode in corner of the screen #show.mode.indicator=true #easa.db.port=9001 #easa.db.name=easa # Uncomment this line to enable easa to use remote jsf servers. By defulat a local one will be used #easa.jsf.remote=true #Register remote EASA web services IP addresses (comma separated). #easa.remote.ws.servers=127.0.0.1 # Replacement will leave the whole line empty the dor does not exists, and this is set. Otherwise only the missing dor will be replaced with empty string. #easa.server.replacement.compatible=4.3.3 #the default load balancer algorithm is excelandopeningtimes #easa.jsf.load.balancer.algorithm=excelandmemory #easa.jsf.load.balancer.algorithm=excelandopeningtimes #easa.jsf.load.balancer.algorithm=openingtimes #easa.jsf.load.balancer.algorithm=excel # this property adjusts the weight of opening times in case of "excel and opening times algorithm". Default is 1.0 which means equal balance. bigger number means opening times are more important. #easa.jsf.load.balancer.weight.multiplier=1.0 #Time server checks if there is something to delete. default: 1hr #easa.server.deleteoldsims.loop.wait.millis= #Easa will auto-delete sim folders after given number of days. Default is: Never #easa.server.deleteoldsims.threshold.days=30 # Use the old dependency calculation algorithm - default is false (use new one) #easa.client.dependency.information.old.alg=true # Output advanced debugging information about the dependency calculation to the log [0-7] #easa.client.dependency.debug.level=4 # Esaps listed here will be preloaded by jsf servers. #preloaded.easap.ids.1=examples/tutorial_mort_calc2 #The preloader can be limited to use only some of the free excel processes to preload easaps. Default is 30, but it can be configured to use any value between 1 and 100. #percentage.of.free.excel.to.be.used.for.preloader=30 # url for connection from web browser to easa server, if easa server is on a remote machine #easa.server.public=http://127.0.0.1/easa # url for connection to easa server for intra-server communication #easa.server.private=http://127.0.0.1/easa # Hide published easaps from listing in user mode. Usually used for easaps that can be opened by direct link only. #easa.server.hidden.easap.id.1=examples/tutorial_plate #easa.server.hidden.easap.id.2=author/Easap1 # Removes the attachment content type for the following file types: #data.forwarding.attachment.ignore.file.types = swf # The max size of easa/admin/logs/server.txt before automatic rollover, and the interval between # checks that the size is not exceeded (set this to zero to turn off automatic rollover). #easa.server.syslog.rolloverMaxSizeInMB=10.0 #easa.server.syslog.rolloverCheckInHours=4