User Tools

Site Tools


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


context.properties
## this is a custom properties file.
## add here properties to override the default ones
 
##This will use new way of generating IMAGE for IIS which does not support long URL
#IIS.short.image.url=true
 
#file.choice.allow.multiple=true
 
##property to start measuring size of sessions in jsf-easa server
#measure.session.size=true
 
## do not use popup window with link for downloading in ie8
#jsf.download.ie8.popup=false
 
##property to start an instance of Excel directly on the jsf-easa
##server and use it as Excel provider
 
#excel.provider=local
 
## property which disable smart reset of dependencies for more stability
#jsf.dependencies.smart.reset=disabled
 
#allow html in label object
#easa.client.web.allow.html=true
 
# change the default color scheme
#easa.client.web.default.skin=blueSky
 
# 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
 
# url for connection from easa server to this jsf-server
#jsf.public.url=http://127.0.0.1/jsf-easa
 
# In case this server has local excel, the optional type parameter can limit this server to be used only with easaps of the same type.
#jsf.excel.type=DemoExcel
#Jsf needs to register itself to easa, for security reasons this always requires a password.
#jsf.registration.password=DemoPassword
#How often it should send status updates.
#jsf.heartbeat.period.in.sec=60
 
#dont show relogin window when easa session expired
#easa.client.web.relogin=false
 
#By default EASA shows the stacktrace of exceptions
#easa.client.web.show.stacktrace=true
 
#Log DORExceptions which are not propagated out up from DORFactory
#easa.dorfactory.log.dor.exceptions=true
 
# Use the old dependency calculation algorithm - default is false (use new one)
#easa.client.dependency.information.old.alg=true
 
############################ TUNING ###########################
 
# Caching on a jsf server uses some amount of memory yet shortens opening-time of
# published easaps. By default:
# cache.everything=true
# as sufficient memory is typically available in contrast to earlier times when
# scarcity of memory required EASAP-by-EASAP level cache decisions. The functionality
# below outlines this unlikely yet still-possible configuration.
# Each cache.easap.X must have X an integer ascending from 1.
 
#cache.everything=false
#cache.easap.1=applications/examples/tutorial_mort_calc2/published/V1.0
#cache.easap.2=applications/examples/tutorial_cant_plate1/published/V4.0
#cache.easap.3=applications/examples/tutorial_stock_screener/published/V2.0
#browser.tab.index.fix=true
#easa.log.events=true
 
# Output advanced debugging information about the dependency calculation to the log [0-7]
#easa.client.dependency.debug.level=4
 
# Set up whether the old and new deps should be compared to each other
# easa.client.dependency.log.comparison=true
 
# For Easaps connected to spreadsheet, specify where initial values should be taken from spreadsheet. By default cached values from CCL are used.
#easap.initial.values=spreadsheet
 
# Configure timeout for EDC automaticOpen, value is in ms.
#edc.automaticOpen.timeout