skip to main content

Remote Compiler : Client configuration

Client configuration
In order to perform a remote compilation, the following settings must be active in the client configuration:
Where:
servername is the name or the IP address of the machine where the Remote Compiler is listening
preprocessors is the list of preprocessors that will be executed. All the values of the name attribute of the <preProcessor> tag in the server configuration file are valid. Multiple values must be separated by comma. The following case insensitive special values are supported:
none of the preprocessors defined in the Server configuration is executed. A simple COBOL compilation is performed. In this case the property iscobol.remotecompiler.compileonserver (boolean) is implicitly set to true.
With the above settings, each time you invoke the isCOBOL Compiler, it will compile remotely instead of locally. The objects that it receives from the server will be stored according to the -od option in the compiler command line on the client.
These additional settings are available client side:
The following sample configuration shows how to precompile using proCOBOL on the server and retrieve the translated source to be compiled on the local PC:
The following sample configuration shows how to compile programs remotely keeping the resulting classes on the server. Compiled classes are sent back to the client anyway:

Copyright (c) 2017 Veryant
Contact us
Please share your comments on this manual or on any
Veryant product documentation with the email button at the top left