Enable Services on Debian

The main components installed by GeoHelm are not enabled at boot by default.

 

To enable service(s) at boot, use below:

 

Enable Tomcat (shown with output):

root@geohelm:~# systemctl enable tomcat
Synchronizing state for tomcat.service with sysvinit using update-rc.d...
Executing /usr/sbin/update-rc.d tomcat defaults
Executing /usr/sbin/update-rc.d tomcat enable

 

Enable Apache HTTP Server:

root@geohelm:~# systemctl enable apache2

 

Enable PostgreSQL Database Server:

root@geohelm:~# systemctl enable postgresql

 

 

Next: Read the manual or jump to component pages below.

GeoHelm Home Page

Tomcat Config Page

Tomcat WARs Page

Java Page

GeoServer Page

PostgreSQL Page

Important Be sure to also view the sections below:

Securing Your Installation

Moving the GeoServer Data Directory

Command Line Usage