RE: Woody and eXist in servlet mode ?

2004-01-29 Thread Laurent Trillaud
Hi
Yes I use eXist with cocoon 2.1.4-dev, but ...
I run eXist in Servlet mode but not in the same servlet engine than cocoon.
Useful if you want to put the database on another computer.
And I upgrade to eXist 1.0. It's solving me request cache problem.
Laurent Trillaud

> -Message d'origine-
> De : Katharina Weimer [mailto:[EMAIL PROTECTED]
> Envoyé : mercredi 28 janvier 2004 13:13
> À : [EMAIL PROTECTED]
> Objet : Woody and eXist in servlet mode ?
> 
> Hi,
> 
> has anybody experiences in working with Woody in the Cocoon version
> shipped
> with the .war file from eXist 0.9.2 ?
> 
> E.g. the carselector sample in Cocoon 2.1.2 runs fine on Tomcat 4.1.27.
> Now I tried to migrate it to the eXist servlet, which just has a small
> implementation of Cocoon (but which version)
> 
> I tried to copy everything, that I think Woody requires, to the eXist
> Servlet, changed directory paths and so on…
> But I must have missed something as the example is not :( working…
> I get the following error message in the browser
> 
> Message: null
> Description: No details available.
> Sender: org.apache.cocoon.servlet.CocoonServlet
> Source: Cocoon Servlet
> Request URI: car/carselector
> cause: Unable to locate resource: OtherMessages (key [OtherMessages])
> request-uri: /car/carselector
> 
> So my questions are:
> What did I miss and what does this error message mean?
> What do I exactly have to do to integrate Woody into this eXist Servlet ?
> Which Cocoon version is shipped with the eXist Servlet ?
> Why isn’t the earth a disk ?
> 
> Suggestions of any kind are very welcome,
> Katharina
> 
> --
> HAKUNA MATATA !!!
> 
> +++ GMX - die erste Adresse für Mail, Message, More +++
> Bis 31.1.: TopMail + Digicam für nur 29 EUR http://www.gmx.net/topmail
> 
> 
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
> 



-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



Re: Woody and eXist in servlet mode ?

2004-01-28 Thread Joerg Heinicke
http://exist-db.org/changes.html mentions Cocoon the last time for 0.8:
"Cocoon: Updated the included Cocoon to version 2.0.3."
The cocoon.xconf has a version="2.1" at its beginning.

And the sitemap.xmap has following CVS timestamp:
"CVS $Id: sitemap.xmap,v 1.18 2003/05/15 14:10:20 vgritsenko Exp $"
This let's me guess that it is Cocoon 2.1.M2.

Joerg

On 28.01.2004 13:13, Katharina Weimer wrote:
Hi,

has anybody experiences in working with Woody in the Cocoon version shipped
with the .war file from eXist 0.9.2 ?
E.g. the carselector sample in Cocoon 2.1.2 runs fine on Tomcat 4.1.27.
Now I tried to migrate it to the eXist servlet, which just has a small
implementation of Cocoon (but which version)
I tried to copy everything, that I think Woody requires, to the eXist
Servlet, changed directory paths and so on… 
But I must have missed something as the example is not :( working…
I get the following error message in the browser

Message: null
Description: No details available.
Sender: org.apache.cocoon.servlet.CocoonServlet
Source: Cocoon Servlet
Request URI: car/carselector
cause: Unable to locate resource: OtherMessages (key [OtherMessages])
request-uri: /car/carselector
So my questions are:
What did I miss and what does this error message mean?
What do I exactly have to do to integrate Woody into this eXist Servlet ?
Which Cocoon version is shipped with the eXist Servlet ?
Why isn’t the earth a disk ?
Suggestions of any kind are very welcome,
Katharina
-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


RE: Woody and eXist in servlet mode ?

2004-01-28 Thread Morley Howell
Katharina,

I'm involved in a project using exist 0.9.2 with cocoon 2.1.3. We did this
by integrating exist into the standard cocoon release instead of using the
cocoon that comes with exist.

We copied the JARS required by exist into a standard cocoon environment.
Then we edited the web.xml that comes with cocoon to add the exist
DatabaseAdminServlet with no servlet mapping. We also added the exist
xmlrpc.RpcServlet with a servlet mapping so that we could use the exist
client app.

You might want to take this approach as well.

Thanks,

Morley

> -Original Message-
> From: Katharina Weimer [mailto:[EMAIL PROTECTED]
> Sent: Wednesday January 28, 2004 7:13 AM
> To: [EMAIL PROTECTED]
> Subject: Woody and eXist in servlet mode ?
>
>
> Hi,
>
> has anybody experiences in working with Woody in the Cocoon
> version shipped
> with the .war file from eXist 0.9.2 ?
>
> E.g. the carselector sample in Cocoon 2.1.2 runs fine on Tomcat 4.1.27.
> Now I tried to migrate it to the eXist servlet, which just has a small
> implementation of Cocoon (but which version)
>
> I tried to copy everything, that I think Woody requires, to the eXist
> Servlet, changed directory paths and so on…
> But I must have missed something as the example is not :( working…
> I get the following error message in the browser
>
> Message: null
> Description: No details available.
> Sender: org.apache.cocoon.servlet.CocoonServlet
> Source: Cocoon Servlet
> Request URI: car/carselector
> cause: Unable to locate resource: OtherMessages (key [OtherMessages])
> request-uri: /car/carselector
>
> So my questions are:
> What did I miss and what does this error message mean?
> What do I exactly have to do to integrate Woody into this eXist Servlet ?
> Which Cocoon version is shipped with the eXist Servlet ?
> Why isn’t the earth a disk ?
>
> Suggestions of any kind are very welcome,
> Katharina
>
> --
> HAKUNA MATATA !!!
>
> +++ GMX - die erste Adresse für Mail, Message, More +++
> Bis 31.1.: TopMail + Digicam für nur 29 EUR http://www.gmx.net/topmail
>
>
> -
> To unsubscribe, e-mail: [EMAIL PROTECTED]
> For additional commands, e-mail: [EMAIL PROTECTED]
>


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]