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
What's the recommended way to make ReportServer startup when the system is booted on Ubuntu 16?
Thanks,
Jay
Offline
Hi Jay.
I use the following script in /etc/init/tomcat.conf to start tomcat:
# tomcat initialization
description "Start tomcat"
start on (net-device-up
and local-filesystems)
script
su tomcat -c "/home/tomcat/apache-tomcat/bin/startup.sh"
end scripttake care to change the command su tomcat -c "/home/tomcat/apache-tomcat/bin/startup.sh" to your tomcat user and path.
Walter
Offline