The Configuration Expert has the following server list files:
gervers.lst
The Configuration Expert imports the Similarly, the available servers file, The syntax of the where
gservers.lst
file generated by the C++ and Rose Experts (as part of the Framework Classes generation phase) as its source of server executable configuration information.
iservers.lst
contains a list of external server executables that can be added to the application. This file is updated when a new server is created using the Create button. However, the file may also be shared by multiple developers and thus be marked as read-only.
Syntax example of Server List Files
gservers.lst
and the iservers.lst
file is:
<module_name>,<server_name>,<rmname>,<Y|N>, <default_clopt>
<module_name>
is the module name. This name is not used by the Configuration Expert.
An example of the Example of a gservers.lst file
gservers.lst
file looks like the following
(your file may look different):
Listing 4-1
gservers.lst
File
Account, ACCT, TUXEDO/SQL, N, -A
Balance, BAL, TUXEDO/SQL, N, -A
Teller, TLR, TUXEDO/SQL,N,-A -- -T 100
Transfer, XFER, TUXEDO/SQL,N,-A
An example of the iservers.lst
file looks basically the same as the gservers.lst
file. The only difference is that the Module name will always appear exactly the same as the server name. The following is an example of a iservers.lst
file
Listing 4-2iservers.lst
File
ACCT,ACCT,TUXEDO/SQL, N, -A
BAL,BAL,TUXEDO/SQL, N, -A
TLR,TLR, TUXEDO/SQL,N,-A -- -T 100
XFER,XFER,TUXEDO/SQL,N,-A