Development environment configuration settings

The configuration of your development environment can often be the source of problems. The configreport build target will tell you what settings and property files are in your system.

Run appbuild configreport from a command prompt opened at %CURAM_DIR%\EJBServer.

appbuild configreport creates a %CURAM_DIR%\EJBServer\config_report.zip file containing all the relevant settings and software versions on the machine. This is useful if remote support is required to analyze environment/configuration issues. The information gathered includes environment settings for Cúram specific and system environment variables, installer logs, and so on. %CURAM_DIR% is the Cúram installation directory, which by default is C:\IBM\Curam\Development.

Note:

The -v parameter for a build target provides verbose tracing. To print the verbose output to a log file, run the following:build server -v > trace_file.txt.