Edit the fc.env File

In the pages directory of the virtual server directory you created in Configure the Web Server, you will find a file named fc.env. This file is very similar to the clarify.env file that you are familiar with. It contains the login information that you need to create the FCApplication object for your web server.

Edit this file with the login information for your database.

To define a logging configuration file

When using the Dovetail SDK, you can define a logging configuration file in the fc.env file. For example:

compat_logconfigfile=C:\dovetail\admin\pages\DovetailAdmin_logging.config

webservice_logconfigfile=C:\dovetail\admin\pages\DovetailAdmin_webservice_logging.config

The logging configuration file allows for sophisticated logging configuration. Refer to the Dovetail SDK documentation for more information about configuring logging.

See Also

Installing Dovetail Admin

Install the Dovetail SDK

Update the Clarify Schema

Set Configuration Items

Import the Data Files

Configure the Web Server

Test the Connection

Grant Permissions

Add Performance Indexes

Next

Test the Connection

Edit the fc.env File