Skip to content

Installation

A standard installation of the connector is made in a folder named something like JiraIntegrationTest in an Easit folder at a location of your choosing. Within this folder you will find all configuration files for the connector itself, the JRE and Apache Tomcat (both service and configuration files for Tomcat).

In the examples below we have installed the connector in a folder called JiraConnector under D:\Easit.

Service details

The Apache Tomcat service is set to start automatically upon startup, with a memory allocation of 256 or 512 Mb and listening of incoming requests on a port agreed upon before the installation is made. Read more here

Folders and files of interest

Any file or folder can be found by running one of the commands below in Windows PowerShell.

1
2
3
4
5
6
7
8
    Get-ChildItem -Path 'D:\Easit\JiraConnector' -Recurse -Include 'nameofdirectory' -Directory

        Directory: D:\Easit\JiraConnector


    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    d-----        2023-09-13     09:59                nameofdirectory
1
2
3
4
5
6
7
8
    Get-ChildItem -Path 'D:\Easit\JiraConnector' -Recurse -Include 'nameoffile.extension' -File

        Directory: D:\Easit\JiraConnector


    Mode                 LastWriteTime         Length Name
    ----                 -------------         ------ ----
    d-----        2023-09-13     09:59                nameoffile.extension

Connector configuration

The config folder contains all configuration files for the connector. Read more here

Apache Tomcat configuration

Configuration files and GUI's for Apache Tomcat is usually located in the Tomcat folder and its sub folders. Read more here