Configuring FCS Based on UsageUser involvement with FCS depends on the type of user:
When to Define FCS URLsYou may need to define FCS URLS for each store and location you want to enable. The FCS URL points to the store or location server containing the actual files. When to define a URL:
When an FCS URL is not defined, the system uses the URL of the local MCS. Since there are two ways to connect to the ENOVIA Live Collaboration Server, note that the MCS URL can be inferred only when connecting through the application server, usually at port 8080. The other way to connect is through the server, usually at port 1099, but an MCS URL cannot be inferred when connecting this way. Therefore, if you are connecting through the server and need to perform FCS operations that require an FCS URL, you must manually define the FCS URL. For details on defining an FCS URL, see Defining FCS URLs. FCS Settings in the web.xml FileYou can use the web.xml (or framework.properties) files on the MCS or FCS to configure the FCS. For example, you can set ticket and receipt expiration and cleanup settings such as:
You can specify settings in either web.xml or framework.properties; however, we recommend that you add all settings to web.xml. If a property is set in both framework.properties and web.xml, the value in web.xml is used. See the subsection "FCS Parameters" under ""Modifying J2EE Settings" in ENOVIA Live Collaboration - Web Application Installation - Deployment. Image CachingThe FCS includes support for image caching from the database that is used by the ENOVIA products. Images are modeled as connected Image type objects that provide file storage in the database. It handles images as URLs, and images are generally provided via an FCS. Images from the database persist for the duration of a browser session, although if new files are checked in during the session, the new images are fetched and displayed as needed. You can configure settings for FCS image caching in the web.xml file. See the subsection "FCS Parameters" under ""Modifying J2EE Settings" in ENOVIA Live Collaboration - Web Application Installation - Deployment. Using FCS in a Single Sign On EnvironmentTo use an FCS in a Single Sign On (SSO) environment, you must add each MCS and FCS in your environment to the access list that excludes them from authentication checks. Note that you cannot use a remote thick client with SSO. A local thick client can be used with SSO since it will be on an MCS that should be on the access list. See the subsection "FCS Parameters" under ""Modifying J2EE Settings" in ENOVIA Live Collaboration - Web Application Installation - Deployment. Accessing Files on a Local ServerWhen used with Matrix Web Navigator, the File Collaboration Server works in conjunction with the MX_SITE_PREFERENCE environment setting in the server's initialization file. This allows FCS to access files on a server that is local to the user, but not necessarily local to the Web site from which the user accesses the database. See The Preferred Site. For details on setting this variable, see the subsection "Optional Settings" under "ENOVIA Live Collaboration Server Environment Settings" in the ENOVIA Live Collaboration Installation Guide. Multiple FCS Server ConfigurationsYou can set up configurations with multiple FCS servers enabled in different locations servicing the same clients. This configuration requires replication. See Replication. |