Table of Contents |
---|
Page Properties | ||
---|---|---|
| ||
Guidelines
The XTM Cloud application's default installation catalog is placed in main OS root tree: /xtm. In some cases, the installation path might be different, so to find the XTM Cloud application folder, you can use the basic find command, for example: find / -type d -name "xtm".
...
Sample output for 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 |
...
When we find the main XTM folder, we can check what is inside.
Sample output for the ls -alhr --group-directories-first /xtm command:
...
Note |
---|
IMPORTANT! There are some files and directories, but the most important ones are: xtm, webapps, bin, conf. Making invalid changes to files in these folders will corrupt your XTM Cloud installation and the application itself, so be very careful with any changes made in this directory! |
...
There is also the /servers folder in the OS root tree which contains a few folders.
Sample output for the ls -alh --group-directories-first /servers command:
...