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

infinispan-commits at lists.jboss.org infinispan-commits at lists.jboss.org
Thu May 27 03:15:27 EDT 2010


Author: galder.zamarreno at jboss.com
Date: 2010-05-27 03:15:26 -0400 (Thu, 27 May 2010)
New Revision: 1864

Modified:
   trunk/server/rest/src/main/webapp/index.html
Log:
[ISPN-460] (REST server should pre-start caches to avoid concurrent startup issues) Update war documentation.

Modified: trunk/server/rest/src/main/webapp/index.html
===================================================================
--- trunk/server/rest/src/main/webapp/index.html	2010-05-27 06:55:29 UTC (rev 1863)
+++ trunk/server/rest/src/main/webapp/index.html	2010-05-27 07:15:26 UTC (rev 1864)
@@ -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 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)
+    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). Please note that the REST server only allows interaction with either the default cache named as "___defaultcache" or one of the named caches in the configuration file. This is because the REST server starts default and pre-defined caches on startup in order to provide a more consistent behaivour. So, if you don't pass any configuration file, you'll only be able to interact with the default cache. To interact with more caches, pass a configuration file with the desired named caches.
 		</div><div style="clear: both;"></div><div id="commonContent"  >
 
     <h5>



More information about the infinispan-commits mailing list