#1 2017-07-21 17:37:33

jcheroske
Member
Registered: 2017-07-21

Config ReportServer to start at boot on Ubuntu 16

What's the recommended way to make ReportServer startup when the system is booted on Ubuntu 16?

Thanks,

Jay

Offline

#2 2017-07-21 19:06:34

Walter
Member
Registered: 2016-07-12

Re: Config ReportServer to start at boot on Ubuntu 16

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 script

take care to change the command su tomcat -c "/home/tomcat/apache-tomcat/bin/startup.sh" to your tomcat user and path.


Walter

Offline

Board footer

Powered by FluxBB