Re: jetty

2008-02-25 Thread Carsten Ziegeler
Which xml files are you refering to? Carsten Andre Juffer wrote: Hi All, I am testing a cocoon-based webapp. For this, I use the 'mvn jetty:run'. This all works fine, unless there is an error in any of the underlying XML files. For instance, if there is a minor error like missing an '>' (im

Re: Cocoon 2.2 - CocoonServlet?

2008-02-25 Thread Carsten Ziegeler
Alexander Daniel wrote: On 25.02.2008, at 16:58, Edward S wrote: is there any documentation for this request / servlet filter? e.g. http://java.sun.com/products/servlet/Filters.html I have not understood the difference between request and servlet filter though. Or are these the same thing?

Re: Cocoon 2.2 - CocoonServlet?

2008-02-25 Thread Alexander Daniel
On 25.02.2008, at 16:58, Edward S wrote: is there any documentation for this request / servlet filter? e.g. http://java.sun.com/products/servlet/Filters.html I have not understood the difference between request and servlet filter though. Or are these the same thing? Alex -

RE: Problems with images and CSS in modularized Cocoon webapp

2008-02-25 Thread Binkley, Peter
Are you using the resource: protocol in your map:read references? e.g. The Forms block samples provide examples of this kind of usage. Peter From: Magnus Haraldsen Amundsen [mailto:[EMAIL PROTECTED] Sent: Monday, February 25, 2008 5:02 AM To: users@cocoon.

Re: Cocoon 2.2 - CocoonServlet?

2008-02-25 Thread Edward S
is there any documentation for this request / servlet filter? also, whats the best way to download cocoon 2.2 ... i am using the snapshots from this page: http://svn.apache.org/snapshots/cocoon/ thanks -Ed. On 2/22/08, Carsten Ziegeler <[EMAIL PROTECTED]> wrote: > > Edward S wrote: > > i dont

Problems with images and CSS in modularized Cocoon webapp

2008-02-25 Thread Magnus Haraldsen Amundsen
I have a very basic problem, which concerns images and CSS used in the XSLT's. Somehow the CSS and images aren't found/read. Our directory structure is as follows: https://submarine.computas.com/sublima/trunk/ We have a sitemap.xmap located in https https://submarine.computas.com/sublima

RE: Sendmail Action return parameters

2008-02-25 Thread Gary Larsen
Thanks! gary > The following sitemap fragment demonstrates how you can access the > return parameter status of the sendmail action: > > > > ... > > > > > Alex > - > To unsubscribe, e-mail: [EMAIL PROTECTED]

jetty

2008-02-25 Thread Andre Juffer
Hi All, I am testing a cocoon-based webapp. For this, I use the 'mvn jetty:run'. This all works fine, unless there is an error in any of the underlying XML files. For instance, if there is a minor error like missing an '>' (implying invalid XML), which is just a typing error, jetty just hangs