[jbosscache-commits] JBoss Cache SVN: r5199 - core/trunk/src/main/docbook/faq/en.

jbosscache-commits at lists.jboss.org jbosscache-commits at lists.jboss.org
Tue Jan 22 15:45:06 EST 2008


Author: manik.surtani at jboss.com
Date: 2008-01-22 15:45:06 -0500 (Tue, 22 Jan 2008)
New Revision: 5199

Modified:
   core/trunk/src/main/docbook/faq/en/master.xml
Log:
Added some FAQs

Modified: core/trunk/src/main/docbook/faq/en/master.xml
===================================================================
--- core/trunk/src/main/docbook/faq/en/master.xml	2008-01-22 19:46:28 UTC (rev 5198)
+++ core/trunk/src/main/docbook/faq/en/master.xml	2008-01-22 20:45:06 UTC (rev 5199)
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <!DOCTYPE article PUBLIC "-//OASIS//DTD DocBook XML V4.1.2//EN"
-        "../../../../docbook-support/support/docbook-dtd/docbookx.dtd"
-        >
+      "../../../../docbook-support/support/docbook-dtd/docbookx.dtd"
+      >
 <book lang="en">
    <bookinfo>
       <title>Frequently Asked Questions about JBoss Cache</title>
@@ -260,7 +260,10 @@
                <para>How can I migrate my application and configuration from using JBoss Cache 1.x to 2.x?</para>
             </question>
             <answer>
-               <para>Look at <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCache200Migration">this wiki page</ulink> for help.</para>
+               <para>Look at
+                  <ulink url="http://wiki.jboss.org/wiki/Wiki.jsp?page=JBossCache200Migration">this wiki page</ulink>
+                  for help.
+               </para>
             </answer>
          </qandaentry>
 
@@ -272,7 +275,7 @@
             <answer>
                <para>Please report any bugs or problems to
                   <ulink
-                          url="http://www.jboss.org/index.html?module=bb&amp;op=viewforum&amp;f=157">JBoss Cache
+                        url="http://www.jboss.org/index.html?module=bb&amp;op=viewforum&amp;f=157">JBoss Cache
                      User Forum
                   </ulink>
                   .
@@ -1521,7 +1524,7 @@
                   distribute your product with BdbjeCacheLoader, you have to purchase
                   a commercial license from Oracle. See details at
                   <ulink
-                          url="http://www.sleepycat.com/jeforjbosscache">http://www.sleepycat.com/jeforjbosscache
+                        url="http://www.sleepycat.com/jeforjbosscache">http://www.sleepycat.com/jeforjbosscache
                   </ulink>
                   .
                </para>
@@ -1530,6 +1533,39 @@
 
          <qandaentry>
             <question>
+               <para>Are there any tools available to monitor the Berkeley DB instance?</para>
+            </question>
+
+            <answer>
+               <para>
+                  Yes. Oracle ships a JMX-based monitoring tool, called
+                  <ulink
+                        url="http://www.oracle.com/technology/documentation/berkeley-db/je/java/com/sleepycat/je/jmx/JEMonitor.html">
+                     JEMonitor
+                  </ulink>
+                  which can be downloaded from the Oracle website.
+               </para>
+            </answer>
+         </qandaentry>
+
+         <qandaentry>
+            <question>
+               <para>When tuning my Berkeley DB instance, where should I put my je.properties file?</para>
+            </question>
+
+            <answer>
+               <para>
+                  <literal>je.properties</literal>
+                  should reside in your Berkeley DB home directory. This is the directory you pass
+                  in to the BDBJECacheLoader's
+                  <literal>location</literal>
+                  configuration property.
+               </para>
+            </answer>
+         </qandaentry>
+
+         <qandaentry>
+            <question>
                <para>Can I use more than one cache loader?</para>
             </question>
 
@@ -1560,6 +1596,26 @@
             </answer>
          </qandaentry>
 
+         <qandaentry>
+            <question>
+               <para>
+                  Is the TCPDelegatingCacheLoader resilient to TCPCacheServer restarts?
+               </para>
+            </question>
+
+            <answer>
+               <para>
+                  As of JBoss Cache 2.1.0, the answer is yes. See the User Guide for details on how to configure and
+                  tune
+                  your retries and wait period for reestablishing the TCP connection.
+               </para>
+               <para>
+                  Prior to that, restarting the TCPCacheServer would also mean
+                  restarting your application that uses the cache.
+               </para>
+            </answer>
+         </qandaentry>
+
       </qandaset>
    </chapter>
    <chapter id="troubleshooting">




More information about the jbosscache-commits mailing list