BackPrevious Page Next PageNext

Installing on Unix Manually

In some rare cases, JReport Server may fail to install on Unix directly. In this case, follow the steps below to install it manually. You can also take the procedure to install JReport Server manually on Linux and Linux on IBM Z systems.

  1. Install JReport Server on Windows, but don't start it.
  2. Make the following changes to the server:
  3. Make a zip or jar archive for the Windows JReport Server.
  4. Copy the archive file to your Unix system (use binary format if using FTP).
  5. Extract the archive to the Unix destination directory in accordance with the reporthome path you have specified to copy the server, for example /opt/JReport/Server.
  6. Use the dos2unix command to convert all the .sh files under /opt/JReport/Server/bin to the format that can be recognized by Unix. You can execute the command like this:

    $ dos2unix *.sh

  7. Use the chmod command to set the converted files under /opt/JReport/Server/bin to have read, write and execute permission. You can execute the command like this:

    $ chmod 777 *.sh

  8. Start a shell (Console) and login as root or become the root user by running the su command. Make JRServer.sh executable and then start JReport Server by running ./JRServer.sh.

BackPrevious Page Next PageNext