Hi,

I'm having a dedicated Ubuntu Server 14.04 with LAMP, OpenSSH and Tomcat 7 automatically installed. Running tomcat7.sh conflicts with the installed Tomcat so I always have to manually stop the default Tomcat server and then run tomcat7.sh from the terminal.

I would like to know how to setup Joget as a Tomcat service and run it automatically on system start-up and not by tomcat7.sh.

Thank you in advance.

  • No labels

2 Comments

  1. Hi,

    There should be quite a number of resources online to help configure Tomcat as a service on Ubuntu e.g. http://askubuntu.com/questions/223944/how-to-automatically-restart-tomcat7-on-system-reboots

    There seems to be a community post on this as well in BootUp Process in Linux Ubuntu.

    Hope this helps!

    Best Regards
    Julian

  2. XY

    Thank you Julian.