diff options
| author | Mike Lundy <mike@fluffypenguin.org> | 2013-04-30 00:47:50 -0700 |
|---|---|---|
| committer | Mike Lundy <mike@fluffypenguin.org> | 2013-04-30 01:11:44 -0700 |
| commit | ac1bc0f47a45e1469080cc4ce69de4e228077855 (patch) | |
| tree | b45d73d73f1921ffe03f80de5437b4700a450cf3 /docs | |
| parent | 5a935b34b02cea65ec3d232fd1eddca96dc33d97 (diff) | |
| download | kazoo-ac1bc0f47a45e1469080cc4ce69de4e228077855.tar.gz | |
Allow a forced override of ManagedZooKeeper's classpath
Diffstat (limited to 'docs')
| -rw-r--r-- | docs/testing.rst | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/docs/testing.rst b/docs/testing.rst index cff2cc5..32cd7b7 100644 --- a/docs/testing.rst +++ b/docs/testing.rst @@ -15,6 +15,10 @@ need to specify an environment variable called `ZOOKEEPER_PATH` and point it to their location, for example `/usr/share/java`. The directory should contain a `zookeeper-*.jar` and a `lib` directory containing at least a `log4j-*.jar`. +If your java setup is complex, you may also override our classpath mechanism +completely by specifying an environment variable called `ZOOKEEPER_CLASSPATH`. +If provided, it will be used unmodified as the java classpath for zookeeper. + Kazoo Test Harness ================== |
