Date: 2004-07-22T07:57:24
Editor: ViPi <[EMAIL PROTECTED]>
Wiki: Cocoon Wiki
Page: CocoonEasyInstallation
URL: http://wiki.apache.org/cocoon/CocoonEasyInstallation
no comment
Change Log:
------------------------------------------------------------------------------
@@ -115,7 +115,7 @@
drwxr-xr-x 14 root root 400 2004-05-05 16:25 ..
drwxr-xr-x 9 otto users 360 2004-05-05 16:27 webapp
linux:/tmp/cocoon/cocoon-2.1.4/build #}}}
-Now, we want Cocoon to act as the Default Context of its own host that we are
going to configure in Tomcat. This sounds complicated? So let's do it. In
Tomcat's configuration we'll make '''/opt/cocoon''' the Appliation Base for a
new host. Any host setup in Tomcat will check it's configured Appliation Base
for a subdirectory '''ROOT''' and regard this one as it's default context. So,
let's simply rename our '''webapp''' to '''ROOT''', spelt with four upper case
letters.
+Now, we want Cocoon to act as the Default Context of its own host that we are
going to configure in Tomcat. This sounds complicated? So let's do it. In
Tomcat's configuration we'll make '''/opt/cocoon''' the Application Base for a
new host. Any host setup in Tomcat will check its configured Application Base
for a subdirectory '''ROOT''' and regard this one as its default context. So,
let's simply rename our '''webapp''' to '''ROOT''', spelt with four upper case
letters.
{{{
linux:/tmp/cocoon/cocoon-2.1.4/build # cd /opt/cocoon/
linux:/opt/cocoon # ls -al
@@ -125,7 +125,7 @@
drwxr-xr-x 9 otto users 360 2004-05-05 16:27 webapp
linux:/opt/cocoon # mv webapp/ ROOT/
linux:/opt/cocoon # ls -al
-insgesamt 0
+cinsgesamt 0
drwxr-xr-x 3 root root 72 2004-05-05 16:37 .
drwxr-xr-x 14 root root 400 2004-05-05 16:25 ..
drwxr-xr-x 9 otto users 360 2004-05-05 16:27 ROOT