###############################################################
# Fiper WebTop system properties file.  The web server must
# be configured with a JVM system property ("fiper.webtop.parmfile")
# which contains the full path name of this file.  See the ACS
# Installation Guide.
#
# Note that all path names in this file must use forward
# slash directory separators (/).
###############################################################

#---- The connection to the ACS for this WebTop can be specified
#---- either by naming a connection profile (.CPR) file, or this
#---- file can directly specify the required connection details (host name,
#---- port number, etc).  If both are specified, the CPR file
#---- will be used and the other ACS connection properties are ignored.
#---- Either a CPR file must be specified, or the connection details
#---- must be specified.

#----- CPR file for ACS connection (use forward slashes)
#----- This entry is required.
fiper.webtop.acs.cprfile=C:/SIMULIA/Isight/2023/config/myacs.cpr

#---- Language for Isight help documentation. It can either be English or Japanese.
#---- Default language is English. 
#---- Note that, documentation in Japanese language is usually not available at the time of GA release. It becomes available sometime afterward. 
#---- fiper.help.language=English

#---- The URL for context sensitive help. 
#---- The acceptable formats of URL are:
#---- 	default url https://help.3ds.com or
#---- 	http[s]://<servername>:<port number>
fiper.help.url

#---- Defines the installation directory of Fiper.  Defaults
#---- to the directory from which this file is read.

#fiper.system.esihome=C:/Program Files/FIPER
#fiper.system.configdir = C:/Program Files/FIPER

#---- Defines temp work directory for Webtop, must be writeable
#fiper.system.temp=c:/temp/webtop

#---- Defines logging levels for the WebTop.  Log filters must
#---- be sequentially numbered starting at 1.  Allowed values
#---- for debug level are "debug", "info", "warn", "error", "syserror".
#---- These should be used only at the direction of Fiper support.

#fiper.system.logfilter.1=debug:com.engineous.system.thinclient.renderer

#---- Use this setting to modify where the Fiper WebTop retrieves
#---- style information. It allows you to override the WebTop's look
#---- and feel with your company's colors and images. It should
#---- contain the following, exactly named files.
#
#      The Cascading Style Sheet file (CSS):
#           fiper.css
#
#      The logo image (314px w x 46px h):
#           contentTlogo.gif
#
#           Be sure to use the same size or your
#           image will crop or distort.
#

#fiper.webtop.styledir=

#---- Use this setting to modify the default ACL WebTop permissions
#---- that are used when running jobs on the Fiper WebTop.
#---- Valid values are:
#
# ------------------------------------------------------------------
# |	Value         | Meaning                                        |
# ------------------------------------------------------------------
# |	*             | Literal "*" (no quotes). All users in system   |
# |               | have READ permission for all other users' jobs.|
# |	              | Administrators and submitters of jobs have     |
# |	              | ALTER permission.                              |
# |	              |                                                |
# |	group name(s) | Comma delimited group names of the users that  |
# |	              | have READ permission for all jobs submitted by |
# |               | users in   the group. The WebTop will submit   |
# |               | all jobs with this group name. Administrators  |
# |               | and submitters of jobs have ALTER permission.  |
# |	              |                                                |
# | none          | Administrators and submitters of job have      |
# |	              | ALTER permission. No other permission granted  |
# |	              | to other users in the system.                  |
# |	              |                                                |
# ------------------------------------------------------------------
#  NOTE: this applies to jobs as they are submitted. Once the job
#  has been created, the ACL is set. Changing the permission setting
#  does not alter already existing jobs.
# ------------------------------------------------------------------
fiper.webtop.permission=none
# ------------------------------------------------------------------
#
# The webtop now shows images of the workflow on both the MyModels
#  page and as a tab on the Current Model page. If you do not want
#  your users to ever see the workflow image, uncomment out the 
#  following property (fiper.webtop.showWorkflow). Values of 'no' or 
#  'false' will prevent the workflow images from ever appearing to 
#  the user. All other values are interpreted as 'yes'. 
# ------------------------------------------------------------------
#fiper.webtop.showWorkflow=no
#
#If you will be executing in a grid environment and need to carry 
#credentials different than the standard user name and password into 
# the grid environment, then set fiper.webtop.extcredentials=true
# which will prompt the user to enter a windows domain, user name 
# and password and a unix user name and password. These extended 
# credentials will then be used on the station machine in the grid
# environment 
fiper.webtop.extcredentials=false
#If you want to set job expiration date in job attribute. 
#you can set the days in fiper.job.expirationdays=xx. xx--is the integer number.
#The Job expiration date is job start date plus xx days. 
#fiper.job.expirationdays=
#

# To view and run a model in Webtop, you have to first search the model and add
# it to "My Models" using "Search" functionality of Webtop. By default, search 
# results will include all the matching models published in to SIMULIA Execution 
# Engine Library. If you want only specific models to be found by the "Search" 
# functionality, then set the property 'fiper.webtop.enableHidingModels' to 'true'.
# When this property is set to 'true', search results will include only such 
# matching models which have the attribute 'showInWebtop=true' set upon them.
# Default value of this property is 'false'
# fiper.webtop.enableHidingModels=false




