User Tools

Site Tools


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


Additional to the properties listed in the file below is the 'invisible' or unlisted property:

  • easa.server.maxrows=5000

Which should be set higher if more than 5000 objects should be included when running:

  • EASA→Author→Testing→Analyze EASAP

Below is the <SERVERDATA>\easa\admin\config\System.properties file for this version of EASA.

# Usage - This is a properties file for control over the Java system properties 
# when running the EASA Server.

#######################################
# DO NOT SET PROPERTIES WITH THESE NAMES
# Java System properties not to set here:
# "file.separator" File separator (for example, "/") 
# "java.class.path" Java classpath 
# "java.class.version" Java class version number 
# "java.home" Java installation directory 
# "java.vendor" Java vendor-specific string 
# "java.vendor.url" Java vendor URL 
# "java.version" Java version number   
# "line.separator" Line separator   
# "os.arch" Operating system architecture 
# "os.name" Operating system name 
# "os.version" Operating system version 
# "path.separator" Path separator (for example, ":") 
# "user.dir" User's current working directory 
# "user.home" User home directory 
# "user.name" User account name
# "javax.xml.xpath.XPathFactory\:http\://jdom.org/jaxp/xpath/jdom" Used by XML Parsers
#######################################

#######################################
#
# 1 - EASA Server Properties - 
#   Read at server startup time only and may also be modified via Update Server button
#   note that removing/commenting properties out will only take effect at startup.

# -- Turns on output such as convergence history when training the neural networks

# easa.server.neuralnet.diagnostics=on

# -- text file containing monitor information in csv format, 
#    for example as can be produced by windows performance logs
#    each monitor must be of the format 
#        easa.server.systemmonitor<text> 
#    note also that colons in file paths need escaping as in the example below. 
#    The latest monitor values are shown in the system/diagnostics page
#    The format is 
#        <path-to-file,column-number,title-to-show-in-web-page>

# easa.server.systemmonitor1=C\:/PerfLogs/cpu.csv,2,% Processor Time 

# -- Control over maximum number of simultaneous runs that are submitted to the queue 
#    by a single submit default is max(3,number of active compute servers). 
#    Thus a multiple run of 3 or more simulations is by default run three at a time. 
#    (Note that this limit does not currently apply to optimization runs)

# easa.server.queue.maxParamStudySubmits=3

# -- Allow compute servers to be registered as operational 
#    even if the diagnostic test are set as false
#        easa.server.computeserver.ignorechecks=true
#    timeout for compute servers in milliseconds. (-1 means no timeout, recommended)

# easa.compute.timeout=-1

# -- Ensure all links use a specificed domain name

# easa.domain.name=my.domain.name

# -- Additonal Cookie information to pass to EASAP Builder. 
#    Puts credential info in a cookie for use in custom authentication.

# easa.server.http.cookies=SMSESSION
# easa.server.smsession.append=path=/; domain=.acompany.com


#######################################
#
# 2 - EASA Server Properties - Read at server startup time
# 

# -- Turns on additional diagnostics from EASA queue

# easa.server.queue.diagnostics=on

# -- Prevents redirection of standard output and standard error

# easa.server.redirect=false

# -- Content type to use for applications and results web pages 
#    (EASA 2.1 used text/html only, EASA 3.0 uses text/html; charset=UTF-8)

# easa.server.webpages.contenttype=text/html; charset=UTF-8

# -- Logs each time a user logs in or logs out of the system

easa.server.log.currentusers=true

# -- Control over memory/speed tradeoff on server caching 
#    of dataprocessing and ccl files. Default is 50 on each.

easa.server.cacheccl=0
easa.server.cachedor=0

# -- Turn on debugging information for ssh compute server

# easa.compute.ssh.debug=true

# -- Provide a list of HTML servers for the EASA Server to use

# easa.htmlservers

# -- Naming service

# jndi.root=java:comp/env

# Do not report ExplicitDORNotSetException exceptions

#easa.dorfactory.value.log.ExplicitDORNotSetException=true



Page Tools