You are not logged in.
Dear users of this forum,
we are pleased to inform you that we will be updating the software behind this forum in the near future.
Existing posts, users and categories will remain untouched.
Important:
We will keep you informed in the pinned thread.
Kind regards,
Your ReportServer Team
Liebe Nutzer dieses Forums,
wir freuen uns, euch mitteilen zu können, dass wir in naher Zukunft die Software hinter diesem Forum aktualisieren werden.
Existierende Beiträge, Nutzer und Kategorien bleiben weiterhin bestehen!
Wichtig:
Wir halten euch im angepinnten Beitrag auf dem Laufenden!
Mit vielen Grüßen
Euer ReportServer Team
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
Hello hansr,
Thank you for your feedback. We will review, test, and adjust the documentation accordingly.
Best regards,
Alex
Offline