You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@manifoldcf.apache.org by kw...@apache.org on 2014/05/20 14:39:53 UTC

svn commit: r1596229 - /manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml

Author: kwright
Date: Tue May 20 12:39:53 2014
New Revision: 1596229

URL: http://svn.apache.org/r1596229
Log:
Update how-to-build-and-deploy to be more explicit about Tomcat deployments

Modified:
    manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml

Modified: manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml
URL: http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml?rev=1596229&r1=1596228&r2=1596229&view=diff
==============================================================================
--- manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml (original)
+++ manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/how-to-build-and-deploy.xml Tue May 20 12:39:53 2014
@@ -481,6 +481,7 @@ cd example
             <p></p>
             <ol>
               <li>Modify the Tomcat startup script, or use the Tomcat service administration client, to set a Java "-Dorg.apache.manifoldcf.configfile" switch to point to the example's <em>properties.xml</em> file.</li>
+              <li>Start Tomcat.</li>
               <li>Deploy and start the mcf-combined-service web application, preferably using the Tomcat administration client.</li>
             </ol>
           </section>
@@ -530,6 +531,7 @@ cd example
               <li>Initialize the database (using <em>initialize[.sh|.bat]</em>)</li>
               <li>Start the agents process (using <em>start-agents[.sh|.bat]</em>, and optionally <em>start-agents-2[.sh|.bat]</em>)</li>
               <li>Modify the Tomcat startup script, or use the Tomcat service administration client, to set a Java "-Dorg.apache.manifoldcf.configfile" switch to point to the example's <em>properties.xml</em> file.</li>
+              <li>Start Tomcat.</li>
               <li>Deploy and start the mcf-crawler-ui, mcf-authority-service, and mcf-api-service web applications, preferably using the Tomcat administration client.</li>
             </ol>
           </section>
@@ -590,6 +592,7 @@ cd example
               <li>Initialize the database (using <em>initialize[.sh|.bat]</em>)</li>
               <li>Start the agents process (using <em>start-agents[.sh|.bat]</em>, and optionally <em>start-agents-2[.sh|.bat]</em>)</li>
               <li>Modify the Tomcat startup script, or use the Tomcat service administration client, to set a Java "-Dorg.apache.manifoldcf.configfile" switch to point to the example's <em>properties.xml</em> file.</li>
+              <li>Start Tomcat.</li>
               <li>Deploy and start the mcf-crawler-ui, mcf-authority-service, and mcf-api-service web applications, preferably using the Tomcat administration client.</li>
             </ol>
           </section>