imported>Aeric |
imported>Aeric |
(15 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, <tt>longjump_app_server</tt> is created. This folder is typically used for the LongJump installation, but it could be renamed, so the alias "<tt>longjump_installation</tt>" is used throughout these pages.
| | ==== Post-Installation File Hierarchy ==== |
|
| |
| ==== Pre-Installation File Hierarchy ==== | |
| These files and folders are created by the extraction:
| |
|
| |
|
| :; <tt>LongJump_Version</tt>: Contains the version number for the LongJump Installable.
| | When the platform is installed, these additional folders are created: |
| :; <tt>apache-tomcat-6.0.20.tar.gz</tt>: The tomcat archive file, pre-configured with the default settings for the LongJump platform. This tar file is extracted by <tt>configure.pl</tt> script to configure and install LongJump.
| | :;<tt>docs</tt>: Store the documents, attachments, and other files uploaded to the platform. |
| :; <tt>configure.pl</tt>: The installation script that reads the [[installation.properties]] file, installs, and configures LongJump.
| | :;<tt>tmp</tt>: A work folder used for temporary files. |
| :; <tt>installation.properties</tt>: Used to configuration LongJump's installation options.
| | <noinclude> |
| :; <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 LongJump. | |
| :; <tt>db/patches</tt>: This file contains db SQL scripts used to upgrade LongJump 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 ====
| |
|
| |
|
| When LongJump is installed, these additional folders are created:
| | [[Category:Installation]] |
| :;<tt>tomcat</tt>: Contains a fully-configured instance Apache Tomcat, created using the settings in the [[installation.properties]] file.
| | </noinclude> |
| :;<tt>docs</tt>: Store the documents, attachments, and other files uploaded to the LongJump platform.
| |
| :;<tt>temp</tt>: A work folder used for temporary files.
| |