WinS: Important directories

Neo4j

See Neo4j manual to find important files and locations.

Graphlytic

<GL_HOME>

(for example: c:\graphlytic)

Home directory of Graphlytic.

  • certificates

    • graphlytic-keystore - store for private and public key for HTTPS (self-signed)

  • conf - configuration files

    • graphlytic.conf - main configuration file

    • jetty-http.xml - Jetty configuration file

    • jetty-http-https.xml - Jetty configuration file

    • jetty-https.xml - Jetty configuration file

    • logback.xml - main configuration file for logging

  • data - data directory for Graphlytic. Stores: GL database

  • icons - external icons

  • lib - application libraries

    • jetty-runner.jar - Jetty servlet engine

    • graphlytic.war - web application archive

  • widgets - external widgets

  • graphlytic.bat - starting script

<main.dataDir>

(for example: c:\graphlytic\data)

Data directory for Graphlytic. Stores: GL database

<main.logDir>

(for example: c:\graphlytic\data\logs)

Contains log files, see Logging

<main.widgetsDir>

(for example: c:\graphlytic\widgets)

Contains external Widgets, see Custom Widgets

<main.iconsDir>

(for example: c:\graphlytic\icons)

Contains external Icons, see Custom Icons