Apache ManifoldCF
ATH Infosystems · Software Development
Certification per Microsoft Marketplace.
Evidence tier Source Confirmed · 2 captures on record
What the publisher says
As described on Microsoft Marketplace.
Apache ManifoldCF is an open-source framework designed to connect, crawl, transform, and index content from multiple repositories and data sources. It provides a web-based interface and a flexible connector architecture for managing document ingestion, repository connections, crawling jobs, and content indexing workflows.
Key Features of Apache ManifoldCF:
Show the rest of the publisher’s description (89 more lines)
- Open-source framework for content crawling and ingestion.
- Provides a connector-based architecture for integrating multiple repositories.
- Supports crawling and indexing content from filesystems, websites, databases, and other repositories.
- Provides a web-based user interface for configuring connections and crawling jobs.
- Supports configurable crawling schedules and job priorities.
- Provides repository and output connector support for flexible content workflows.
- Supports document metadata and content processing during ingestion.
- Provides authority services for managing document access and permissions.
- Supports multiple deployment configurations, including single-process and multiprocess environments.
- Can use databases such as PostgreSQL and MySQL for production deployments.
- Includes Jetty-based example deployment for quick testing and evaluation.
- Provides logging and administrative tools for monitoring crawler activity.
- Supports extensibility through custom connectors and Java-based components.
- Designed for scalable enterprise content integration and search indexing workflows.
Apache ManifoldCF Usage:
# Navigate to the Apache ManifoldCF installation directory
$ cd /opt/manifoldcf/app
# Verify Java installation
$ java -version
# Check the Apache ManifoldCF release configured in the example
$ grep "org.apache.manifoldcf.versionstring" /opt/manifoldcf/app/example/properties.xml
# Expected output
value="2.30"
# Navigate to the example deployment
$ cd /opt/manifoldcf/app/example
# Make the example scripts executable
$ chmod +x *.sh
# Start Apache ManifoldCF
$ ./start.sh
# Expected messages include:
Jetty started.
Starting crawler...
# Check whether ManifoldCF is listening on port 8345
# Run this from another terminal session
$ ss -lntp | grep 8345
# Test the ManifoldCF server locally
$ curl -I http://127.0.0.1:8345
# Open the ManifoldCF crawler interface
http://YOUR_SERVER_IP:8345/mcf-crawler-ui/
# API service
http://YOUR_SERVER_IP:8345/mcf-api-service/
# Authority service
http://YOUR_SERVER_IP:8345/mcf-authority-service/
# Check running Java/ManifoldCF processes
$ ps aux | grep '[j]ava'
$ ps aux | grep '[m]anifold'
# Check listening ports
$ ss -lntp | grep 8345
# Stop Apache ManifoldCF
$ cd /opt/manifoldcf/app/example
$ ./stop.sh
# Check the status after stopping
$ ss -lntp | grep 8345
# View available ManifoldCF startup scripts
$ find /opt/manifoldcf/app -type f -name "*.sh" -print
# Check the configured database implementation
$ grep "databaseimplementationclass" /opt/manifoldcf/app/example/properties.xml
# The example deployment uses HSQLDB
# Check HSQLDB database files
$ ls -lah /opt/manifoldcf/app/example
# Check the configured ManifoldCF version
$ grep "org.apache.manifoldcf.versionstring" /opt/manifoldcf/app/example/properties.xml
Apache ManifoldCF Configuration:
# Main example configuration
/opt/manifoldcf/app/example/properties.xml
# Database configuration
/opt/manifoldcf/app/example/dbname.properties
# Jetty configuration
/opt/manifoldcf/app/example/jetty.xml
# Logging configuration
/opt/manifoldcf/app/example/logging.xml
# Connector configuration
/opt/manifoldcf/app/connectors.xml
# Web applications
/opt/manifoldcf/app/web/war/
Apache ManifoldCF Web Services:
# Crawler UI
http://YOUR_SERVER_IP:8345/mcf-crawler-ui/
# General API service
http://YOUR_SERVER_IP:8345/mcf-api-service/
# Authority service
http://YOUR_SERVER_IP:8345/mcf-authority-service/
Firewall Configuration:
# Allow ManifoldCF port through UFW
$ sudo ufw allow 8345/tcp
# Check firewall status
$ sudo ufw status
Disclaimer:
Apache ManifoldCF is an open-source content crawling and repository integration framework developed and maintained by the Apache Software Foundation and its community. It is not affiliated with or endorsed by any third-party search engine, cloud provider, database vendor, content management system, or software service mentioned for compatibility, integration, crawling, or indexing purposes.
Agent build and provenance
See the full provenance
The layer-by-layer build, the evidence behind each claim, the risk basis and the cross-marketplace links are open to any account. Some rows are disclosed, some the source leaves Unknown; a free account shows you which.
Compliance
- FedRAMPConfirmedNot listed90%, registry-checkedNo FedRAMP Marketplace entry matched this vendor's domain, checked 2026-08-27registry recordas observed 2026-08-27
Confirmed means matched to a public authoritative registry. Claimed means the vendor or its listing states it, not yet cross-checked. A framework not shown was not found in any source we hold, which is not evidence against it. Not listed means a scoped registry check found no match for this vendor's domain: a No is a scoped registry check, not a compliance judgment. Confidence bands: 95% domain-verified, 90% registry-checked, 80% self-attested, 70% weak signal. Self-attested items marked “vendor's site” are gathered from the vendor's own website and are not verified by us.
Vendor
External enrichment · as of 2026-08-29
Reconciled on 9/3/2026
Sources
Publisher resources
1 linkLinked repositories
Unknown means this listing does not publish a repository. It is not a statement that the code is closed, and a linked repository is not a claim that the publisher wrote it: the registry computes that relationship privately and does not publish it.
Evidence risk is the share of the build you cannot see before you deploy, not a security rating. Sign in to see the layer-by-layer basis for this band.

