Copyright © Cloud Software Group, Inc. All rights reserved. |
• Windows - In Windows, configuration parameters are modified using TIBCO iProcess Objects Server Configuration Utility. The configuration utility is available as a Control Panel applet (note that if the server is installed on a 64-bit machine, the utility applet is found under "View x86 Control Panel Icons" on the Control Panel) or by executing SWDIR\bin\SWEntObjSvCfg.exe.
• UNIX - When using the supported UNIX operating systems (AIX, HP-UX, etc.), the configuration parameters are stored in the text file $SWDIR/seo/data/swentobjsv.cfg. The parameters in this file have the format:ConfigKey = ValuesConfigKey is the name of the configuration parameter.Value is the value of the parameter.[UNIX only] If you are upgrading TIBCO iProcess Objects Server from an earlier version on a UNIX system, the installation program will not overwrite your server configuration file, $SWDIR/seo/data/swentobjsv.cfg, if it exists. (Since this is an upgrade, the only reason the configuration file wouldn’t already exist is if it has been manually moved/deleted). The installation program won’t overwrite your existing configuration file because you may have customized it for your particular needs.
• If the swentobjsv.cfg file does not exist, the installation program will install both an swentobjsv.cfg file and a sample.cfg file in the $SWDIR/seo/data directory. These files will be exactly the same.
• If the swentobjsv.cfg file does exist, the installation program will install only a sample.cfg file in the $SWDIR/seo/data directory.In both cases above, the newly installed configuration file (swentobjsv.cfg and/or sample.cfg) is the configuration file for the version of the server to which you are upgrading. It may contain new configuration parameters or other changes. Note, however, that all configuration parameters in the new configuration file(s) are commented out — if used as is, iProcess Objects Server will use the default values for all parameters.If the new configuration file contains new/modified information, you can copy that information and paste it into your configuration file. (You can use the diff program (diff swentobjsv.cfg sample.cfg) to determine what is different between your configuration file and the new configuration file.)Whether or not you make any modifications, the $SWDIR/seo/data directory must contain a swentobjsv.cfg file, which will be used to configure iProcess Objects Server when it is started.Also, if any of the configuration parameters contain invalid values, iProcess Objects Server will not start. Note that since iProcess Objects Server log file is not opened until after the configuration file is read, if there is an error in the configuration file, it is not written to the log file. Instead, it is written to the $SWDIR/logs/seo_error file (this file is created when iProcess Objects Server starts, so the presence of the file does not mean there were errors).
Multiple instances of the TIBCO iProcess Objects Server can be run on a single machine. See Running Multiple Instances of the TIBCO iProcess Objects Server for more information.
The TCPServiceName and UDPServiceName parameters work a little differently. For information about how these parameters work with multiple instances of TIBCO iProcess Objects Servers, see This identifies the port number on which the TIBCO iProcess Objects Server will listen for client connections. This can be specified in the following ways: and UDPServiceName.If the TIBCO iProcess Objects Server is multiple-instance capable, but you are not running multiple instances of that server, there will still be two entries for that server in the drop-down list: “<ServerName>(default)” and “<ServerName>01”.There are two types of default values for the TIBCO iProcess Objects Server configuration parameters
• Multiple-instance defaults - These are values that you can establish as the default values for a TIBCO iProcess Objects Server that is multiple-instance capable. Initially, these default values are the same as the system default values. To establish the default values for a particular TIBCO iProcess Objects Server, select the “<ServerName>(default)” entry for the desired server from the server drop-down list, then change the desired values.
• TIBCO iProcess Objects (Java and C++): getConfigInfos method on SWNodeInfoEx
•
•
Copyright © Cloud Software Group, Inc. All rights reserved. |