![]() |
Start Here
Setup
Adapters
Studio
Server
Monitor
Mapping
Scripting
Samples
Index
|
Configuration Settings |
Software Setup
Unix Setup
iSeries Setup
Windows Setup
Configuration Settings
Database Drivers
ActiveLink.propertiesThe following configuration files contain settings that affect the Server and Monitor. They are stored in the bin folder and can be editing using any text editor.
RMI Registry PortSolution Server listens on TCP/IP Port 9500 for control commands. If this port is used elsewhere, it can be override by editing the rmiRegistryPort value in the ActiveLink.properties configuration files. After changes, the server must be restarted. The default value is:
rmiRegistryPort=9500
SQL SettingsSQL Insert and Update retries value determines how many time the SQL Insert Task and the SQL Update Task will attempt to update a database before signalling an error. The default settings are:
jdbc_insert.retries=3
Websphere MQ SettingsThe only setting here is the name of the property file used for the Websphere MQ Event. See mqeueuedefs.properties. This allows servers to be run with different MQ properties, simply by changing the file name here. The default value is:
acmq.queuedef_file=mqqueuedefs.properties
Data Mapping SettingsControls the Data Mapping and XSLT generation. The default values are:
xslt.size_use_stream=150000
Database SettingsControls the ActiveLink database size. The default setting is:
persistence_database.max_disk_usage_guideline_megs=10240
mqqueuedefs.propertiesThe mqqueuedefs.properties file in the bin folder can be editing using any text editor.
console.propertiesControls the settings for the Monitor Console, mostly related to the user interface. It also controls the refresh interval and Alert Mail settings.
MonitorConfig.xmlThe XML file MonitorConfig.xml contains the list of servers monitored by the Monitor Console. This file is updated when a server is registered in the Monitor Console. It also can be editing manually. The default setting is for the local server:
<name>localhost</name>
ini.xmlThe XML file ini.xml contains the last 3 Studio files that were saved. This file can be edited manually, but changes will be lost when the Studio updates this file. Note that this file does not affect solution or server behavior - only the Studio most recently saved files list. See Creating Solutions
wrapper.confThe text file wrapper.conf defines the Windows Service. Changes to this file require a restart of the Service. Changes are not normally required to this file.
Next: Database Drivers
|