Return-Path: Delivered-To: apmail-cocoon-docs-archive@www.apache.org Received: (qmail 55597 invoked from network); 1 Mar 2006 13:26:12 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 1 Mar 2006 13:26:12 -0000 Received: (qmail 67538 invoked by uid 500); 1 Mar 2006 13:26:54 -0000 Delivered-To: apmail-cocoon-docs-archive@cocoon.apache.org Received: (qmail 67485 invoked by uid 500); 1 Mar 2006 13:26:53 -0000 Mailing-List: contact docs-help@cocoon.apache.org; run by ezmlm Precedence: bulk list-help: list-unsubscribe: List-Post: Reply-To: docs@cocoon.apache.org List-Id: Delivered-To: mailing list docs@cocoon.apache.org Received: (qmail 67449 invoked by uid 99); 1 Mar 2006 13:26:53 -0000 Received: from [207.7.158.203] (HELO cocoon.zones.apache.org) (207.7.158.203) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 01 Mar 2006 05:26:53 -0800 Message-ID: <20277343.1141219207158.JavaMail.daisy@cocoon.zones.apache.org> Date: Wed, 1 Mar 2006 13:20:07 +0000 (GMT+00:00) From: daisy@cocoon.zones.apache.org To: docs@cocoon.apache.org Subject: [DAISY] Created: Why doesn't anything happen when I access 'http://localhost/cocoon/'? Mime-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N A new document has been created. http://cocoon.zones.apache.org/daisy/documentation/799.html Document ID: 799 Branch: main Language: default Name: Why doesn't anything happen when I access 'http://localhost/cocoon/'? Document Type: FAQ Created: 3/1/06 1:19:44 PM Creator (owner): Ross Gardler State: publish Parts ===== Content ------- Mime type: text/xml Size: 736 bytes Content:

You might want to check a few things.

  • Is your server listening to port 80? If not, you have to call the right port, for example, 'http://localhost:8080/cocoon/'. Note that Apache Tomcat binds by default to port 8080, NOT 80.
  • Did your servlet engine install the WAR file? You can check this by making sure the WAR file was unpacked or connecting to the administration tools of your servlet engine.
  • If you didn't restart the servlet engine, do it.
  • In Tomcat 4, did you change CATALINA_BASE to a different value than the default CATALINA_HOME? If so, copy the war files to CATALINA_BASE/webapps or set CATALINA_BASE=CATALINA_HOME. Then, restart Tomcat.
Fields ====== Tags: Installation, Install, Setup, Configuration Collections =========== The document belongs to the following collections: documentation