[OSGeoLive] #2164: rasdaman demo page not working

OSGeoLive trac_osgeolive at osgeo.org
Thu Aug 1 03:00:58 PDT 2019


#2164: rasdaman demo page not working
-----------------------+----------------------------
 Reporter:  darkblueb  |       Owner:  osgeolive@…
     Type:  defect     |      Status:  new
 Priority:  major      |   Milestone:  OSGeoLive13.0
Component:  OSGeoLive  |  Resolution:
 Keywords:  rasdaman   |
-----------------------+----------------------------

Comment (by misev):

 The problem is that `service tomcat8` is not started on startup. It should
 be enabled to automatically start on boot.

 On the iso there's an automatically generated systemd tomcat8.service in
 `/run/systemd/generator.late/tomcat8.service`. This can be copied to
 `/etc/systemd/system` and enabled on startup. In total this should be
 done:
 {{{
 sudo cp /run/systemd/generator.late/tomcat8.service /etc/systemd/system
 sudo systemctl enable tomcat8.service
 }}}
 I'm not sure in what install_* script should this be done though.

-- 
Ticket URL: <https://trac.osgeo.org/osgeolive/ticket/2164#comment:2>
OSGeoLive <http://live.osgeo.org/>
self-contained bootable DVD, USB thumb drive or Virtual Machine based on Lubuntu, that allows you to try a wide variety of open source geospatial software without installing anything.


More information about the osgeolive mailing list