Jasper Server on CENTOS 7

1 - Disable SELinux and reboot

2 - yum update -y
3 - wget --progress=bar:force:noscroll -O TIB_js-jrs-cp_7.1.0_linux_x86_64.run https://sourceforge.net/projects/jasperserver/files/JasperServer/JasperReports%20Server%20Community%20Edition%207.1.0/TIB_js-jrs-cp_7.1.0_linux_x86_64.run
4 - chmod +x TIB_js-jrs-cp_7.1.0_linux_x86_64.run
5 - ./TIB_js-jrs-cp_7.1.0_linux_x86_64.run --mode unattended --jasperLicenseAccepted yes --postgres_password dbpassword --prefix /opt/jasperreports-server-cp-7.1.0
6 - cd /opt/jasperreports-server-cp-7.1.0/
7 - ./ctlscript.sh start



Notes: 

1 - Step 5 takes time so be patient. you can monitor the progress by checking disk usage in the installation folder



2 - Postgresql DB will install in the Jasper report server installation path as well. 



 3 - Jasper Server will run on tomcat on port 8080. You need to allow port 8080 in the IPTABLES or systemctl stop firewalld if it is just a testing server

4 - Jasper Server default username and password is jasperadmin




Comments

  1. hi, How to configure the jasperserver to listen to another port other than 8080? Since I have already another service listening at 8080

    ReplyDelete
    Replies
    1. https://csenthilmurugan.wordpress.com/2020/06/21/how-to-setup-jasperserver-7-5-in-centos-7/

      Delete
  2. how to run jasper in mysql database?????

    ReplyDelete

Post a Comment