imported>Aeric |
imported>Aeric |
(11 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| === Installation Files ===
| | <includeonly>=== Installation Files ===</includeonly> |
| When you extract the installable tar file, the <tt>longjump_app_server/</tt> directory is created. That directory can be located wherever you do the extraction, so the alias <tt>{server_dir}</tt> is used throughout these pages.
| |
| | |
| That folder is typically where the runtimes are installed, but the location can be changed by setting the <tt>install_dir</tt> property, so the alias "<tt>{install_dir}</tt>" is used.
| |
|
| |
| ==== Pre-Installation File Hierarchy ====
| |
| These files and folders are created by the extraction:
| |
| | |
| :; <tt>LongJump_Version</tt>: Contains the version number for the installable.
| |
| :; <tt>apache-tomcat-6.0.20.tar.gz</tt>: The tomcat archive file, pre-configured with the default settings for the platform. This tar file is extracted by <tt>configure.pl</tt> script and used to configure and install the platform.
| |
| :; <tt>configure.pl</tt>: The installation script that reads the [[installation.properties]] file, installs, and configures the platform.
| |
| :; <tt>installation.properties</tt>: Used to configure the installation options.
| |
| :; <tt>db</tt>: Contains the dump files for default databases (<tt>db1000</tt>, <tt>db892085391</tt>, and <tt>relationals</tt>) that are used to install a fresh instance of the platform.
| |
| :; <tt>db/patches</tt>: This file contains db SQL scripts used to upgrade database instances during platform upgrades.
| |
| :; <tt>scripts</tt>: This folder contains the following files:
| |
| ::* <tt>longjump</tt>: The application server start/stop script.
| |
| ::* <tt>lj-license-generator</tt>: Script used to generate [[Platform License]] requests.
| |
| | |
| ==== Post-Installation File Hierarchy ==== | | ==== Post-Installation File Hierarchy ==== |
|
| |
|
| When the platform is installed, these additional folders are created: | | When the platform is installed, these additional folders are created: |
| :;<tt>tomcat</tt>: Contains a fully-configured instance Apache Tomcat, created using the settings in the [[installation.properties]] file.
| |
| :;<tt>docs</tt>: Store the documents, attachments, and other files uploaded to the platform. | | :;<tt>docs</tt>: Store the documents, attachments, and other files uploaded to the platform. |
| :;<tt>temp</tt>: A work folder used for temporary files. | | :;<tt>tmp</tt>: A work folder used for temporary files. |
| | <noinclude> |
| | |
| | [[Category:Installation]] |
| | </noinclude> |