[infinispan-commits] Infinispan SVN: r1445 - trunk/server/rest/src/main/webapp.

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Tue Feb 2 18:53:49 EST 2010


Author: michael.neale at jboss.com
Date: 2010-02-02 18:53:49 -0500 (Tue, 02 Feb 2010)
New Revision: 1445

Modified:
   trunk/server/rest/src/main/webapp/index.html
Log:
ISPN-281 Just small wording change. Nothing to see here, move along.

Modified: trunk/server/rest/src/main/webapp/index.html
===================================================================
--- trunk/server/rest/src/main/webapp/index.html	2010-02-02 20:52:59 UTC (rev 1444)
+++ trunk/server/rest/src/main/webapp/index.html	2010-02-02 23:53:49 UTC (rev 1445)
@@ -42,7 +42,7 @@
 			<h4>
                 Configuration</h4>                                    <!-- class="proj_define"  FOR BOX EFFECT -->
 <p>
-    Out of the box, Infinispan will use its LOCAL mode cache. To set a custom configuration, create an infinispan config file (xml) and set it as either the System property called "infinispan.server.rest.cfg" (without quotes, obviously) or a web context attribute of the same name. The value should be a path to your config file (eg on the command line: -Dinfinispan.server.rest.cfg=/somewhere/infinispan.xml)
+    Out of the box, Infinispan will use its LOCAL mode cache. To set a custom configuration, create an infinispan config file (xml) and set the PATH to it as either the System property called "infinispan.server.rest.cfg" (without quotes, obviously) or a web context attribute of the same name. The value should be a path to your config file (eg on the command line: -Dinfinispan.server.rest.cfg=/somewhere/infinispan.xml)
 		</div><div style="clear: both;"></div><div id="commonContent"  >
 
     <h5>



More information about the infinispan-commits mailing list