Building and Running BIS Samples

The BIS Samples include an installation verification application and several simple applications that illustrate the major Xcentrisity techniques for constructing web applications and services using BIS. These samples include complete source code as well as all of the XSLT transforms necessary to run them. In addition, each includes a batch file (or shell script) that will build the operational web application from source. This is convenient if you wish to experiment with modifications to the samples, or if you want to use the samples as the basis for your own web application.

If you choose to build a sample from source you must be sure that the environment variable ACUCOBOLDIR is set to the directory on your machine containing the ACUCOBOL-GT development system (with XML Extensions) that you wish to use. This is usually the same directory as the one BIS is installed into. This environment variable may be set by the installation process, or it might have to be set manually prior to building the sample BIS application.

After verifying and setting ACUCOBOLDIR if necessary, be sure that a command prompt is present and the current directory is the src directory for the sample you are building. At this point the sample may be built by typing (for BIS/IIS):

build.bat

or (for BIS/Apache):

build.sh

After the processing has been completed and a command prompt appears, you will have rebuilt the sample and generated new files in the bin directory