Author: kwright
Date: Tue May 27 17:40:42 2014
New Revision: 1597835
URL: http://svn.apache.org/r1597835
Log:
Add javadoc for GridFS connector
Modified:
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/javadoc.xml
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/javadoc.xml
Modified:
manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/javadoc.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/javadoc.xml?rev=1597835&r1=1597834&r2=1597835&view=diff
==============================================================================
--- manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/javadoc.xml
(original)
+++ manifoldcf/trunk/site/src/documentation/content/xdocs/en_US/javadoc.xml Tue
May 27 17:40:42 2014
@@ -41,6 +41,7 @@
<p><a href="../api/filenet/index.html">FileNet connector and support
processes</a></p>
<p><a href="../api/filesystem/index.html">File system repository and
output connector</a></p>
<p><a href="../api/googledrive/index.html">GoogleDrive connector</a></p>
+ <p><a href="../api/gridfs/index.html">GridFS connector</a></p>
<p><a href="../api/gts/index.html">qBase GTS output connector</a></p>
<p><a href="../api/hdfs/index.html">HDFS repository and output
connector</a></p>
<p><a href="../api/jcifs/index.html">CIFS connector</a></p>
Modified:
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml?rev=1597835&r1=1597834&r2=1597835&view=diff
==============================================================================
---
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
(original)
+++
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/how-to-build-and-deploy.xml
Tue May 27 17:40:42 2014
@@ -474,6 +474,18 @@ cd example
<p>The script that starts the combined-service web application uses
the same database instance (Derby by default) as does the quick-start, and the
same <em>properties.xml</em>
file. The same caveats about required individual connector
processes also apply as they do for the quick-start example.</p>
<p></p>
+
+ <section>
+ <title>Running single-process combined war example using
Tomcat</title>
+ <p>In order to run the ManifoldCF single-process combined war
example under Tomcat, you will need to take the following steps:</p>
+ <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>
+
</section>
<section>
@@ -510,6 +522,20 @@ cd example
<p></p>
</section>
+ <section>
+ <title>Running multiprocess file-based example using Tomcat</title>
+ <p>In order to run the ManifoldCF multiprocess file-based example
under Tomcat, you will need to take the following steps:</p>
+ <p></p>
+ <ol>
+ <li>Start the database (using
<em>start-database[.sh|.bat]</em>)</li>
+ <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>
+
</section>
<section>
@@ -555,6 +581,22 @@ cd example
<p></p>
</section>
+ <section>
+ <title>Running multiprocess ZooKeeper example using Tomcat</title>
+ <p>In order to run the ManifoldCF ZooKeeper example under Tomcat,
you will need to take the following steps:</p>
+ <p></p>
+ <ol>
+ <li>Start ZooKeeper (using the <em>runzookeeper[.sh|.bat]</em>
script)</li>
+ <li>Initialize the ManifoldCF shared configuration data (using
<em>setglobalproperties[.sh|.bat]</em>)</li>
+ <li>Start the database (using
<em>start-database[.sh|.bat]</em>)</li>
+ <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>
+
</section>
<section>
@@ -709,7 +751,6 @@ cd example
</section>
</section>
-
<section>
<title>The <em>connectors.xml</em> configuration file</title>
<p></p>
Modified:
manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/javadoc.xml
URL:
http://svn.apache.org/viewvc/manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/javadoc.xml?rev=1597835&r1=1597834&r2=1597835&view=diff
==============================================================================
--- manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/javadoc.xml
(original)
+++ manifoldcf/trunk/site/src/documentation/content/xdocs/ja_JP/javadoc.xml Tue
May 27 17:40:42 2014
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0"?>
<!DOCTYPE document PUBLIC "-//APACHE//DTD Documentation V2.0//EN"
"http://forrest.apache.org/dtd/document-v20.dtd">
@@ -30,34 +30,35 @@
<section>
<title>ManifoldCF Javadoc</title>
<p></p>
- <p>ææ°çã®ManifoldCFã®Javadocã¯ä»¥ä¸ã®ãªã³ã¯ããåç
§ãããã¨ãã§ãã¾ãï¼</p>
- <p><a href="../api/framework/index.html">ManifoldCFãã¬ã¼ã
ã¯ã¼ã¯</a></p>
- <p><a href="../api/activedirectory/index.html">Active
Directory権éã³ãã¯ã¿</a></p>
- <p><a href="../api/alfresco/index.html">Alfrescoã³ãã¯ã¿</a></p>
- <p><a href="../api/cmis/index.html">CMIS権éã³ãã¯ã¿</a></p>
- <p><a
href="../api/documentum/index.html">Documentum権éã³ãã¯ã¿</a></p>
- <p><a href="../api/dropbox/index.html">Dropboxã³ãã¯ã¿</a></p>
+ <p>The javadoc for the last released version of ManifoldCF and its
connectors can be found by following the links below.</p>
+ <p><a href="../api/framework/index.html">ManifoldCF Framework</a></p>
+ <p><a href="../api/activedirectory/index.html">Active Directory
authority</a></p>
+ <p><a href="../api/alfresco/index.html">Alfresco connector</a></p>
+ <p><a href="../api/cmis/index.html">CMIS authority and connector</a></p>
+ <p><a href="../api/documentum/index.html">Documentum authority,
connector, and support processes</a></p>
+ <p><a href="../api/dropbox/index.html">Dropbox connector</a></p>
<p><a href="../api/email/index.html">Email connector</a></p>
- <p><a href="../api/filenet/index.html">FileNetã³ãã¯ã¿</a></p>
+ <p><a href="../api/filenet/index.html">FileNet connector and support
processes</a></p>
<p><a href="../api/filesystem/index.html">File system repository and
output connector</a></p>
- <p><a
href="../api/googledrive/index.html">GoogleDriveã³ãã¯ã¿</a></p>
- <p><a href="../api/gts/index.html">qBase GTSåºåã³ãã¯ã¿</a></p>
+ <p><a href="../api/googledrive/index.html">GoogleDrive connector</a></p>
+ <p><a href="../api/gridfs/index.html">GridFS connector</a></p>
+ <p><a href="../api/gts/index.html">qBase GTS output connector</a></p>
<p><a href="../api/hdfs/index.html">HDFS repository and output
connector</a></p>
- <p><a href="../api/jcifs/index.html">CIFSã³ãã¯ã¿</a></p>
- <p><a href="../api/jdbc/index.html">JDBCã³ãã¯ã¿</a></p>
+ <p><a href="../api/jcifs/index.html">CIFS connector</a></p>
<p><a href="../api/jira/index.html">JIRA connector and authority</a></p>
- <p><a
href="../api/livelink/index.html">LiveLink権éã³ãã¯ã¿</a></p>
- <p><a href="../api/meridio/index.html">Meridio権éã³ãã¯ã¿</a></p>
- <p><a
href="../api/opensearchserver/index.html">OpenSearchServeråºåã³ãã¯ã¿</a></p>
- <p><a
href="../api/elasticsearch/index.html">ElasticSearchåºåã³ãã¯ã¿</a></p>
- <p><a
href="../api/nullauthority/index.html">Null権éã³ãã¯ã¿</a></p>
- <p><a href="../api/nulloutput/index.html">Nullåºåã³ãã¯ã¿</a></p>
+ <p><a href="../api/jdbc/index.html">JDBC connector</a></p>
+ <p><a href="../api/livelink/index.html">LiveLink authority and
connector</a></p>
+ <p><a href="../api/meridio/index.html">Meridio authority and
connector</a></p>
+ <p><a href="../api/opensearchserver/index.html">OpenSearchServer output
connector</a></p>
+ <p><a href="../api/elasticsearch/index.html">ElasticSearch output
connector</a></p>
+ <p><a href="../api/nullauthority/index.html">Null authority</a></p>
+ <p><a href="../api/nulloutput/index.html">Null output connector</a></p>
<p><a href="../api/regexpmapper/index.html">Regular expression mapping
connector</a></p>
- <p><a href="../api/rss/index.html">RSSã³ãã¯ã¿</a></p>
- <p><a href="../api/sharepoint/index.html">SharePointã³ãã¯ã¿</a></p>
- <p><a href="../api/solr/index.html">Solråºåã³ãã¯ã¿</a></p>
- <p><a href="../api/webcrawler/index.html">Webã³ãã¯ã¿</a></p>
- <p><a href="../api/wiki/index.html">Wikiã³ãã¯ã¿</a></p>
+ <p><a href="../api/rss/index.html">RSS connector</a></p>
+ <p><a href="../api/sharepoint/index.html">SharePoint connector</a></p>
+ <p><a href="../api/solr/index.html">Solr output connector</a></p>
+ <p><a href="../api/webcrawler/index.html">Web connector</a></p>
+ <p><a href="../api/wiki/index.html">Wiki connector</a></p>
</section>
</body>
</document>