This documentation relates to an earlier version of FishEye.
View

Unknown macro: {spacejump}

or visit the current documentation home.

By default, FishEye will run self-contained within the /FISHEYE_HOME/ directory – the directory where you unzip the package. Alternatively, and the recommended approach, create separate "FishEye Instance" directory outside of the /FISHEYE_HOME/ directory and reference it with an environment variable, FISHEYE_INST.  Identify your specific scenario and our recommendations

The /<FISHEYE_HOME> Layout (default)

/<FISHEYE_HOME>/config.xml

Configuration file.

/<FISHEYE_HOME>/var/

Directory under which FishEye stores its data.

/<FISHEYE_HOME>/var/data/

Persistent information.

/<FISHEYE_HOME>/var/cache/

Caches and indexes.

/<FISHEYE_HOME>/var/log/

Log files.

/<FISHEYE_HOME>/var/tmp/

Temporary files.

/<FISHEYE_HOME>/cache/

Caches and indexes. (in addition to FISHEYE_HOME/var/cache)

/<FISHEYE_HOME>/bin/

Scripts for controlling FishEye.

/<FISHEYE_HOME>/lib/

FishEye's dependent libraries.

/<FISHEYE_HOME>/ ...

Remainder omitted for brevity.

 

The FISHEYE_INST Layout (recommended)

 

$FISHEYE_INST/config.xml

Configuration file.

$FISHEYE_INST/var/

All permanent and most temporary data is found under $FISHEYE_INST/var/

$FISHEYE_INST/cache/

Caches and indexes are found under $FISHEYE_INST/var/ (in addition to $FISHEYE_INST/var/cache)

$FISHEYE_INST/lib/

Site-specific Java libraries (.jars) that FishEye should load on startup. (Do not copy the dependent /FISHEYE_HOME/lib/ files into here.)

$FISHEYE_INST/syntax/

Site-specific syntax highlighting definitions.

$FISHEYE_INST/system.properties

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 via FISHEYE_OPTS, e.g.: export FISHEYE_OPTS=-Dpropname=value )

/<FISHEYE_HOME>/lib/

FishEye's dependent libraries.

/<FISHEYE_HOME>/syntax/

FishEye bundled highlighting definitions.

/<FISHEYE_HOME>/bin/

Scripts for controlling FishEye.

/<FISHEYE_HOME>/ ...

Remaining files are found under /FISHEYE_HOME/.

  • No labels