#1 2025-01-14 19:10:27

hansr
Member
Registered: 2025-01-14

Installing ReportServer on Ubuntu, some minor findings

Hello together,

I tried to install Report Server on Ubuntu 24.04.1 (WSL) based on the instruction from the following website:

https://reportserver.net/de/dokumentati … -on-ubuntu

I found the following issues:

- tomcat9 is not default for Ubuntu 24.04.1,
you have to add the correspondig repositoy via
       add-apt-repository -y -s "deb http://archive.ubuntu.com/ubuntu/ jammy main universe"


- the cp command for the following files is not correct:

     persistence.properties.example
     reportserver.properties
     logging-rs.properties

correct command (ROOT was missing):

  cp /var/lib/tomcat9/webapps/ROOT/WEB-INF/classes/persistence.properties.example /opt/reportserver/persistence.properties
  cp /var/lib/tomcat9/webapps/ROOT/WEB-INF/classes/reportserver.properties /opt/reportserver/reportserver.properties
  cp /var/lib/tomcat9/webapps/ROOT/WEB-INF/classes/logging-rs.properties /opt/reportserver/logging-rs.properties

Offline

#2 2025-01-15 11:19:49

alex_lust
Moderator
Registered: 2020-07-03
Website

Re: Installing ReportServer on Ubuntu, some minor findings

Hello hansr,

Thank you for your feedback. We will review, test, and adjust the documentation accordingly.

Best regards,

Alex

Offline

Board footer

Powered by FluxBB