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: <html> <body> <p>You might want to check a few things.</p> <ul> <li>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.</li> <li>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.</li> <li>If you didn't restart the servlet engine, do it.</li> <li>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.</li> </ul> </body> </html> Fields ====== Tags: Installation, Install, Setup, Configuration Collections =========== The document belongs to the following collections: documentation
