Skip to content

Start Services on Linux

JAVA_HOME

Execute:

    . ./env.sh

in gis/insight to set and export $JAVA_HOME

Wildfly

  • Execute:

    wildfly\bin\standalone.sh start
    

    to start wildfly-Process

  • To stop if necessary you can use:

    wildfly\bin\standalone.sh stop
    

ElasticSearch

  • Execute:

    elasticsearch\bin\elasticsearch
    

    to start ElasticSearch-Process

  • Test the service:

Kibana

  • Execute:

       kibana\bin\kibana
    

    to start Kibana-Process

  • Test the service:

Logstash

  • Execute
     logstash\bin\logstash
    

    to start Logstash-Process