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\agent\agent_logging.config
The logging configuration file allows for sophisticated logging configuration. Refer to the Dovetail SDK documentation for more information about configuring logging.
To use the Switch User functionality
To use the Switch User functionality with the Dovetail SDK, add the following entry to the fc.env file:
fchoice.sessionpasswordrequired=false
See Also |
Next |