Go to http://xml.apache.org/cocoon/faq.html and look
for "How could I have my Cocoon app in a directory
other than $TOMCAT_HOME/webapps/ cocoon/?"
--- Stephen Smithstone
<[EMAIL PROTECTED]> wrote:
>
>
> Is it possible to create a webapp out side the
> cocoon dir structure that
> uses the coco
ssage -
From: "Diana Shannon" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, December 24, 2001 12:33 PM
Subject: Re: cocoon question
> TJ,
>
> I'm confused by your email. You first state that you want to
>
> >retrieve documents via a url
On Monday 24 December 2001 15:21, TJ Smith wrote:
> I want to create a "subproject" under
> cocoon, call it 'foo', such that I can retrieve documents via a url like
> http://blah.blah.blah/cocoon/foo/foo.xml
The 2.0 release of Cocoon includes the so-called "automount" setup in the
main sitemap.
TJ,
I'm confused by your email. You first state that you want to
>retrieve documents via a url like
> http://blah.blah.blah/cocoon/foo/foo.xml
But at the end of your email, after all your configuration efforts, you try
to access the document via a __different__ URL:
> Trying to get foo.xml
> v
Maybe you need a sub-sitemap for the stuff in the sub-directory.
Take a look at the example included with Cocoon that demonstrates mounting a
sub-sitemap.
DR
At 09:21 AM 12/24/01 -0500, you wrote:
>Hello
>First, the background: Tomcat 3.3, Cocoon 1.8.2, Apache 1.3.22
>
>I've encoundered an o