Return-Path: X-Original-To: apmail-incubator-connectors-user-archive@minotaur.apache.org Delivered-To: apmail-incubator-connectors-user-archive@minotaur.apache.org Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by minotaur.apache.org (Postfix) with SMTP id 09071C0BC for ; Tue, 1 May 2012 16:35:01 +0000 (UTC) Received: (qmail 73530 invoked by uid 500); 1 May 2012 16:35:00 -0000 Delivered-To: apmail-incubator-connectors-user-archive@incubator.apache.org Received: (qmail 73498 invoked by uid 500); 1 May 2012 16:35:00 -0000 Mailing-List: contact connectors-user-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: connectors-user@incubator.apache.org Delivered-To: mailing list connectors-user@incubator.apache.org Received: (qmail 73490 invoked by uid 99); 1 May 2012 16:35:00 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2012 16:35:00 +0000 X-ASF-Spam-Status: No, hits=-0.7 required=5.0 tests=RCVD_IN_DNSWL_LOW,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (athena.apache.org: domain of daddywri@gmail.com designates 209.85.215.47 as permitted sender) Received: from [209.85.215.47] (HELO mail-lpp01m010-f47.google.com) (209.85.215.47) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 01 May 2012 16:34:54 +0000 Received: by lagw12 with SMTP id w12so2595095lag.6 for ; Tue, 01 May 2012 09:34:33 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :content-type; bh=viXrBN5rw4tusvyWYKUpOyxGcwPXtUjCJFC22VSh2NE=; b=CWkEqMDdxmThQo94r6xRjoOR2q0kGrVEgitRTsviUAG3wfiV8n8QwZcA0+nl3UxWey BDcgw+WHe/ZYxPZwS3/Uq0qDpmo181INI/pCpv3ukQf0Mr+fqCJ9KMFJOYaGkeXJvLWw eNkTpQstLBK7PnMw2mF37kx7DIAIcqgAbEVOaaP2rB3NzAZbno7ex740SMdw4N4SbR6F fz1cQvGzk4JYLS0NoPv0s5BCvBMdPoGkM3m5YihkT2Qf4bB/QLsql2bFNyz5tzQEwjf5 KbUKelzZuWo31+XyGSfSIPPZtReWyN9A3PeOb35txmiBmaaXmhnTPaVzjgln5Z3X1yAq c8bQ== MIME-Version: 1.0 Received: by 10.112.26.10 with SMTP id h10mr11811212lbg.79.1335890073034; Tue, 01 May 2012 09:34:33 -0700 (PDT) Received: by 10.112.6.165 with HTTP; Tue, 1 May 2012 09:34:33 -0700 (PDT) In-Reply-To: References: Date: Tue, 1 May 2012 12:34:33 -0400 Message-ID: Subject: Re: MCF Crawler UI doesn't load From: Karl Wright To: connectors-user@incubator.apache.org Content-Type: text/plain; charset=ISO-8859-1 X-Virus-Checked: Checked by ClamAV on apache.org You need a patch. See CONNECTORS-467. Karl On Tue, May 1, 2012 at 12:25 PM, Swapna Vuppala wrote: > Hi, > > Till recently, I have been using ManifoldCF 0.4 version with Tomcat 7.0 and > it used to work perfectly fine. > > Am trying to switch to ManifoldCF 0.5 version and I have built from source > and configured everything that I did for earlier version. > > But am not able to browse to the page http://localhost:8080/mcf-crawler-ui. > It says > > HTTP Status 404 - /mcf-crawler-ui > > ________________________________ > > type Status report > > message /mcf-crawler-ui > > description The requested resource (/mcf-crawler-ui) is not available. > > ________________________________ > > Apache Tomcat/7.0.22 > > And, am able to use the other service like > http://localhost:8080/mcf-api-service/json/outputconnectors, it is giving me > the json object listing all connectors. > > Can someone please help me out in resolving this issue ? > > Thanks and Regards, > > Swapna.