User Tools

Site Tools


<SERVERDATA>\easa\admin\config\context.properties


context.properties
# 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
 
# 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 true (use the old one)
#easa.client.dependency.information.old.alg=false
 
# 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
 
# Easaps where global dependencies are needed
#global.dependencies.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

Page Tools