Re: Starting OpenMeetings tomcat at boot time.

2020-09-11 Thread kaffeesurrogat
Dear Mukul, please reply to list, i made the error myself a couple of times ... Have you  checked on the contents of the script ? it looks like this [Unit] Description=Apache OpenMeetings server After=network.target [Service] Type=forking En

Re: Starting OpenMeetings tomcat at boot time.

2020-09-11 Thread kaffeesurrogat
On 11/09/2020 13:54, Mukul Shukla wrote: > I am using Ubuntu Server 20.04 i guess it will work the same sudo cp openmeetings.service /etc/systemd/system/openmeetings.service sudo systemctl daemon-reload sudo systemctl restart openmeetings sudo systemctl enable (to enable it on startup) c

Re: Starting OpenMeetings tomcat at boot time.

2020-09-11 Thread Mukul Shukla
I am using Ubuntu Server 20.04 On Fri, Sep 11, 2020 at 5:22 PM kaffeesurrogat wrote: > Hey Mukul, > > on Ubuntu 18.04 LTS you need to copy openmeetings.service to > /etc/systemd/system > > I guess you need to modify it. Have a look inside. > > After modifying you need to issue a > > sudo systemc

Re: Starting OpenMeetings tomcat at boot time.

2020-09-11 Thread kaffeesurrogat
Hey Mukul, on Ubuntu 18.04 LTS you need to copy openmeetings.service to /etc/systemd/system I guess you need to modify it. Have a look inside. After modifying you need to issue a sudo systemctl daemon-reload if you do use some other linux system google around for hints like, how to implement y

Re: Starting OpenMeetings tomcat at boot time.

2020-09-09 Thread Mukul Shukla
When I try to run sudo systemctl enable openmeetings I get this message: Failed to enable unit: Unit file openmeetings.service does not exist. On Wed, Sep 9, 2020 at 9:37 PM Maxim Solodovnik wrote: > Hello, > > I personally using this script: > https://github.com/apache/openmeetings/blob/mast

Re: Starting OpenMeetings tomcat at boot time.

2020-09-09 Thread Maxim Solodovnik
Hello, I personally using this script: https://github.com/apache/openmeetings/blob/master/openmeetings-server/src/main/assembly/scripts/openmeetings.service At Ubuntu the instructions to start stop are in comments https://github.com/apache/openmeetings/blob/master/openmeetings-server/src/main/asse

Starting OpenMeetings tomcat at boot time.

2020-09-09 Thread Mukul Shukla
Dear All, I have installed the latest instance of OpenMeetings on Ubuntu 20.04 using the Wiki guide. Everytime the machine comes up I have to run the command /etc/init.d/tomcat3 start. Is there a way to start all the services automatically of the OpenMeetings including tomcat on Ubuntu Server 20.