|
The default FishEye folder layout includes the FishEye instance data inside the <FishEye install directory>. This layout is not recommended for production environments.
| Configuration file. |
| Directory under which FishEye stores its data. |
| Persistent data. |
| Caches and indexes. |
| Log files. |
| Temporary files. |
| Caches and indexes. (and also in |
| Scripts for controling FishEye. |
| FishEye's dependent libraries. |
| Syntax highlighting definitions. |
| Remainder omitted for brevity. |
The FishEye folder layout that we recommend for production environments has the FishEye instance directory, which contains your instance data and is defined by FISHEYE_INST, in a completely separate location from the <FishEye install directory>.
| Configuration file. |
| All persistent and most temporary data |
| Caches and indexes (and also in |
| Site-specific Java libraries (.jars) that FishEye should load on startup. (Do not copy the dependent |
| Site-specific syntax highlighting definitions. |
| Used for setting system properties within the FishEye JVM, which may sometimes be useful for support purposes. (Note: the other way to set properties is using FISHEYE_OPTS, e.g.: |
| FishEye's dependent libraries. |
| FishEye bundled highlighting definitions. |
|
|
| Remaining files are found under |