BackPrevious Page Next PageNext

Installing Silently

JReport provides .properties files for installing JReport Server silently without user participation in the installation process on Windows, Unix and Linux.

To install JReport Server silently:

  1. Get the appropriate .properties file used for silent JReport Server installation from Jinfonet Support and put it to the directory where the JReport Server installation file is saved.

    JReport provides two files for installing JReport Server silently, which are ServerInstall_typical.properties for the Typical Installation for Standalone Server type and ServerInstall_custom.properties for the Custom Installation for Standalone Server type.

  2. Edit the .properties file to suit your requirements.
  3. JReport Server provides built-in demo reports with Derby as the data source. At the end of the installation, the installer will configure the reports and catalog to the correct data path. This calls some AWT classes that require GUI support.

    So, if you have an X server installed, you should set the Display variable so that this step can be performed successfully.

    $ DISPLAY=hostname(or IP address):0.0
    $ export DISPLAY

  4. Run the following command, and JReport Server will be installed in the designated path:

    $ ./jrserver.exe -i silent -f ServerInstall_typical.properties (change jrserver.exe to the real file name of the installation file)

Notes:

To install JReport Server Update or Service Pack silently:

Edit the file update.properties in <install_root>\help\samples\SilentInstall to your own requirements. This file is used to create an option file (that is, response file) for the installation wizard. It predefines all the information that is required for the installation.

You can also create a property file and save it as follows:

USER_INSTALL_DIR=<Server_Install_Root>
USER_KEY=UID
USER_PASSWORD=Password

Modify the above lines according to your own environment and configurations.

BackPrevious Page Next PageNext