This is an automated email from the ASF dual-hosted git repository.

kmiller pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode.git


The following commit(s) were added to refs/heads/develop by this push:
     new 8b14ec5  GEODE-5207 document about JARS in extensions dir (#1956)
8b14ec5 is described below

commit 8b14ec53897c17ddfcc133f2a445875d102a3431
Author: Karen Miller <[email protected]>
AuthorDate: Tue May 15 08:57:06 2018 -0700

    GEODE-5207 document about JARS in extensions dir (#1956)
---
 geode-docs/getting_started/setup_classpath.html.md.erb | 9 ++++++++-
 1 file changed, 8 insertions(+), 1 deletion(-)

diff --git a/geode-docs/getting_started/setup_classpath.html.md.erb 
b/geode-docs/getting_started/setup_classpath.html.md.erb
index c188e3c..d33fdfa 100644
--- a/geode-docs/getting_started/setup_classpath.html.md.erb
+++ b/geode-docs/getting_started/setup_classpath.html.md.erb
@@ -21,7 +21,14 @@ limitations under the License.
 
 This topic describes how <%=vars.product_name%> processes set their CLASSPATH.
 
-To simplify CLASSPATH environment settings, <%=vars.product_name%> has 
organized all application libraries required by <%=vars.product_name%> 
processes into `*-dependencies.jar` files. All dependency JAR files are located 
in the `path_to_product/lib` directory. When starting a server or locator 
process using `gfsh`, the required application JAR files are automatically 
loaded into the process's CLASSPATH for you.
+To simplify CLASSPATH environment settings, <%=vars.product_name%> has 
organized all application libraries required by <%=vars.product_name%> 
processes into `*-dependencies.jar` files. All dependency JAR files are located 
in the `path_to_product/lib` directory.
+
+When starting a server or locator process using `gfsh`,
+application JAR files are automatically loaded into
+the process's CLASSPATH from two directories:
+
+- `path_to_product/lib/`
+- `path_to_product/extensions/`
 
 **Note:**
 To embed <%=vars.product_name%> in your application, add 
`path_to_product/lib/geode-dependencies.jar` to your CLASSPATH.

-- 
To stop receiving notification emails like this one, please contact
[email protected].

Reply via email to