In some rare cases, JReport Server may fail to install on Unix directly. In this case, follow the steps below to install it manually:
/opt/JReport/Server.<install_root>\bin to the Unix directories where the Java JDK is located and the directory you are going to copy the release to, using absolute path. Be sure to modify them carefully. Any mistake will cause problems starting JReport.
report.ini
servlet.properties
setenv.sh
<install_root>\derby\bin to the Unix directory where the Java JDK is located, using absolute path.<install_root>\bin if it exists and remember to reset the required configuration settings on the JReport Administration page (8889 as the default port) after launching JReport Server on Unix. The server.properties file is created if you use the custom format to install.dos2unix command to convert all the .sh files under <install_root>/bin to the format that can be recognized by Unix. You can execute the command like this:
$ dos2unix *.sh
chmod command to set the converted files under <install_root>/bin to have read, write and execute permission. You can execute the command like this:
$ chmod 777 *.sh
su command. Make JRServer.sh executable and then start JReport Server by running ./JRServer.sh.Note: If you fail to intall JReport Server on your z/Linux system directly, you can also follow the above steps to install the server manually.