###############################################################
# Fiper WebDashboard system properties file.  The web server must
# be configured with a JVM system property ("fiper.webdashboard.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 WebDashboard 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)

#fiper.webdashboard.acs.cprfile=C:/SIMULIA/Isight/4.0/server.cpr

#---------- OR define the following connection details:
#---------- server               = host name of ACS server (or list for a cluster)
#---------- port                 = port number (or list for a cluster)
#---------- Sys_ServerSupportDir = server type (websphere6, weblogic9)

#fiper.webdashboard.acs.server=myacs
#fiper.webdashboard.acs.port=2809
#fiper.webdashboard.acs.Sys_ServerSupportDir=websphere6

#---- 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

#---- Use this setting to modify where the Fiper WebDashboard retrieves
#---- style information. It allows you to override the WebDashboard'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):
#           WebDashboard.css

#fiper.webdashboard.styledir=
