Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Next »

TQLEngine reads all the configurations from sff.local.config.xml file that is part of the installation folder. The configuration format is:

Default Engine Configuration Setting
<SffLocalConfig>
    <!-- User Defined Configurations -->
    <!-- Configurations recognized by TQLEngine -->
</SffLocalConfig>


User Defined Configurations

Users can add their own configuration data into the sff.local.config.xml file. In order to add the users own configuration data you need:

Adding User-defined Configuration Elements
<SffLocalConfig>
    <!-- User Defined Configurations -->
    <!-- Configurations recognized by TQLEngine -->
</SffLocalConfig>
Accessing User-defined Configuration Elements
<Query>
<SetResponseData>
  <Key>Message.Value.Configs</Key> 
  <Value>[:Project.Repository.Location:]</Value>
</SetResponseData>
</Query>

System Configurations

ConfigurationDescription

sff.server.port

Libraries used by TQL Command Line Interface Tool

sff.local.deploy

Atomiton Provided Drivers associated with various protocol handlers.

Please look at

sff.log.broadcast.all

Log files generated by TQLEngine

sff.log.broadcast.message

Sample Models

ConfigurationAdmin

Add you local project specific settings here

Deploy.Location

Temporary store where you projects gets imported and stored



  • No labels