Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Next »

Guidelines

  1. The XTM application's default installation catalog is placed in main OS root tree: /xtm. In some cases, the installation path may be different, so in order to find the xtm folder, you can use the basic find command, for example: find / -type d -name "xtm".

In this particular case, we search the whole OS tree, searching for directory named xtm – this command may show a few results, but the folder highest in the tree is the one we are searching for.

A sample output of the above command:

/xtm

/xtm/xtm

/xtm/xtm/db-upgrade/tables/tm/xtm

/servers/files/db-upgrade/tables/tm/xtm

/servers/files/installer/base/xtm

/servers/files/installer/xtm

/servers/installer/base/xtm

/servers/installer/xtm

2. When we find the main XTM folder, we can check what is inside.

A sample output of the ls -alhr --group-directories-first /xtm command:

IMPORTANT!

There are some files and directories, but the most important ones are: xtm, webapps, bin, conf.

Messing around with files in this folders will corrupt your XTM installation and the application itself, so, please, be very careful with any changes made in this directory!

3. There is also the /servers folder in OS root tree, which contains of a few folders.

A sample output of the ls -alh --group-directories-first /servers command:

Here we can find concatenated log directory, installer/updater files and each service's own configuration files, logs, etc.

  • No labels