You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2006/09/08 20:01:12 UTC

svn commit: r441595 - /incubator/activemq/site/how-do-i-run-activemq-under-the-kaffe-jvm.html

Author: chirino
Date: Fri Sep  8 11:01:11 2006
New Revision: 441595

URL: http://svn.apache.org/viewvc?view=rev&rev=441595
Log:
Latest export from confluence

Modified:
    incubator/activemq/site/how-do-i-run-activemq-under-the-kaffe-jvm.html

Modified: incubator/activemq/site/how-do-i-run-activemq-under-the-kaffe-jvm.html
URL: http://svn.apache.org/viewvc/incubator/activemq/site/how-do-i-run-activemq-under-the-kaffe-jvm.html?view=diff&rev=441595&r1=441594&r2=441595
==============================================================================
--- incubator/activemq/site/how-do-i-run-activemq-under-the-kaffe-jvm.html (original)
+++ incubator/activemq/site/how-do-i-run-activemq-under-the-kaffe-jvm.html Fri Sep  8 11:01:11 2006
@@ -298,13 +298,13 @@
 <P>The following is the activemq.xml that was used:</P>
 
 <DIV class="code"><DIV class="codeContent">
-<PRE class="code-xml"><SPAN class="code-tag">&lt;beans xmlns=<SPAN class="code-quote">&quot;http://activemq.org/config/1.0&quot;</SPAN>&gt;</SPAN>
+<PRE class="code-xml"><SPAN class="code-tag">&lt;beans&gt;</SPAN>
  <SPAN class="code-tag">&lt;bean class=<SPAN class="code-quote">&quot;org.springframework.beans.factory.config.PropertyPlaceholderConfigurer&quot;</SPAN>/&gt;</SPAN>
 
- <SPAN class="code-tag">&lt;broker useJmx=<SPAN class="code-quote">&quot;false&quot;</SPAN>&gt;</SPAN>
+ <SPAN class="code-tag">&lt;broker useJmx=<SPAN class="code-quote">&quot;false&quot;</SPAN> xmlns=<SPAN class="code-quote">&quot;http://activemq.org/config/1.0&quot;</SPAN>&gt;</SPAN>
 
   <SPAN class="code-tag">&lt;persistenceAdapter&gt;</SPAN>
-     <SPAN class="code-tag">&lt;journaledJDBC useJournal=<SPAN class="code-quote">&quot;false&quot;</SPAN> dataDirectory=<SPAN class="code-quote">&quot;target/defaultBroker-data&quot;</SPAN>/&gt;</SPAN>
+     <SPAN class="code-tag">&lt;journaledJDBC useJournal=<SPAN class="code-quote">&quot;false&quot;</SPAN> dataDirectory=<SPAN class="code-quote">&quot;activemq-data&quot;</SPAN>/&gt;</SPAN>
   <SPAN class="code-tag">&lt;/persistenceAdapter&gt;</SPAN>
 
   <SPAN class="code-tag">&lt;transportConnectors&gt;</SPAN>
@@ -326,7 +326,7 @@
     <DIV id="site-footer">
           Added by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=chirino">Hiram Chirino</A>,
     last edited by     <A href="http://goopen.org/confluence/users/viewuserprofile.action?username=chirino">Hiram Chirino</A> on Sep 08, 2006
-                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13531&originalId=13561">view change</A>)
+                  &nbsp;(<A href="http://goopen.org/confluence/pages/diffpages.action?pageId=13531&originalId=13562">view change</A>)
               
       (<A href="http://goopen.org/confluence/pages/editpage.action?pageId=13531">edit page</A>)
     </DIV>