You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jackrabbit.apache.org by tr...@apache.org on 2015/04/08 23:55:12 UTC

svn commit: r1672203 - in /jackrabbit/site/live/jcr: articles.html frequently-asked-questions.html

Author: tripod
Date: Wed Apr  8 21:55:12 2015
New Revision: 1672203

URL: http://svn.apache.org/r1672203
Log:
@trivial: Site checkin for project Apache Jackrabbit Site-1.0-SNAPSHOT

Modified:
    jackrabbit/site/live/jcr/articles.html
    jackrabbit/site/live/jcr/frequently-asked-questions.html

Modified: jackrabbit/site/live/jcr/articles.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/articles.html?rev=1672203&r1=1672202&r2=1672203&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/articles.html (original)
+++ jackrabbit/site/live/jcr/articles.html Wed Apr  8 21:55:12 2015
@@ -502,7 +502,7 @@
 
 <ul>
   
-<li>Michael Marth and David Nuescheler, &#x201c;<a class="externalLink" href="http://www.slideshare.net/uncled/theserverside-kickstarting-jcr">Kickstarting JCR: TheServerSide.com as a Content Application</a>&#x201d; (March 27, 2008) [TSSJS&#x2019;08|http://javasymposium.techtarget.com/lasvegas/persistence.html#DNueschelerJCR]</li>
+<li>Michael Marth and David Nuescheler, &#x201c;<a class="externalLink" href="http://www.slideshare.net/uncled/theserverside-kickstarting-jcr">Kickstarting JCR: TheServerSide.com as a Content Application</a>&#x201d; (March 27, 2008) <a class="externalLink" href="http://javasymposium.techtarget.com/lasvegas/persistence.html#DNueschelerJCR">TSSJS&#x2019;08</a></li>
 </ul></div>
                   </div>
             </div>

Modified: jackrabbit/site/live/jcr/frequently-asked-questions.html
URL: http://svn.apache.org/viewvc/jackrabbit/site/live/jcr/frequently-asked-questions.html?rev=1672203&r1=1672202&r2=1672203&view=diff
==============================================================================
--- jackrabbit/site/live/jcr/frequently-asked-questions.html (original)
+++ jackrabbit/site/live/jcr/frequently-asked-questions.html Wed Apr  8 21:55:12 2015
@@ -488,7 +488,7 @@
 <p>See the mailing list announcement for a simple example on using the JTA support in Jackrabbit. For a more complete explanation of the transaction features, please see section 8.1 Transactions of the JCR specification.</p></div>
 <div class="section">
 <h3>How do I create new workspaces in Jackrabbit?<a name="How_do_I_create_new_workspaces_in_Jackrabbit"></a></h3>
-<p>The JCR 2.0 API has two [Workspace.createWorkspace()](<a class="externalLink" href="http://www.day.com/maven/jsr170/javadocs/jcr-2.0/javax/jcr/Workspace.html#createWorkspace(java.lang.String)">http://www.day.com/maven/jsr170/javadocs/jcr-2.0/javax/jcr/Workspace.html#createWorkspace(java.lang.String)</a>) methods for that.</p>
+<p>The JCR 2.0 API has two <a class="externalLink" href="http://www.day.com/maven/jsr170/javadocs/jcr-2.0/javax/jcr/Workspace.html#createWorkspace(java.lang.String)">Workspace.createWorkspace()</a> methods for that.</p>
 <p>The JCR 1.0 API does not contain features for creating or managing workspaces, so you need to use Jackrabbit-specific functionality for creating new workspaces. You can create a new workspace either manually or programmatically.</p>
 <p>The manual way is to create a new workspace directory within the repository home directory and to place a new workspace.xml configuration file in that folder. You can use the configuration file of an existing workspace as an example, just remember to change the name of the workspace in the Workspace name=&#x201c;&#x2026;&#x201d; tag. See the <a href="jackrabbit-configuration.html">Jackrabbit Configuration</a> page for configuration details. Note also that you need to restart the repository instance to access the new workspace.</p>
 <p>The programmatic way is to acquire a Workspace instance using the normal JCR API and to cast the instance to the JackrabbitWorkspace interface. You can then use the createWorkspace(String) method to create new workspaces.</p></div>
@@ -504,7 +504,7 @@
   
 <li>Get the WAR distribution from the <a href="downloads.html">Downloads</a> page and deploy it into Tomcat.</li>
   
-<li>Point your browser to <tt>http://**localhost:8080/jackrabbit-webapp-&lt;version&gt;</tt></li>
+<li>Point your browser to <tt>http://localhost:8080/jackrabbit-webapp-&lt;version&gt;</tt></li>
 </ul></div></div>
 <div class="section">
 <h2>Access control<a name="Access_control"></a></h2>