MDX Documentation

Configuration File : icCube.xml

The file $install/bin/icCube.xml contains the configuration properties of the icCube server.

The default file shipped with the installation describes all the possible configuration settings (please refer to your actual installation file to get an up-to-date version of its content). Note that configuring icCube behind the Apache Web Server is explained here.

        ...
        
        <!--
            (Optional) HTTP Configuration (required for XMLA over HTTP, GWT and GVI support)
        -->
        <httpComponentConfiguration>

            <portNumber>8282</portNumber>

            <!--
                Optional; an empty hostname (or IP address) means listening on all network interfaces.
            -->
            <hostName/>

            <!--
                Allows for GZIP static WEB resources (i.e., GWT UI application).
                Note that Ajax GWT responses accepts GZIP encoding.
            -->
            <enableCompression>true</enableCompression>

            <!--
                Number of bytes: -1 means default value (currently : 4*1024)
            -->
            <headerBufferSize>8192</headerBufferSize>
            
        ...
    

Next chapter : Environment Variables.