Re: [C3] Putting content in webapp root

2010-05-26 Thread Hugh Sparks
> Steven Dolg explains: > [...] > Try changing the context-path to > file:///${webroot} > [...] That was my problem. I copied that phrase without thinking from my cocoon 2.2 setup. For some reason it works with the wrong uri format. Cocoon 3 rigorously follows rfc3986: foo://example.com:

Re: how-to use xml catalog with apache cocoon 2.2

2010-05-26 Thread Alexander Daniel
On 25.05.2010, at 12:14, Robby Pelssers wrote: > Hi all, > > Just wondering if we have some online documentation explaining how to > configure Cocoon for using xml catalogs. Hi Robby, A while back I summarized [1] some of my findings on using entity resolution with catalogs in Cocoon 2.2. Al

Re: [C3] Putting content in webapp root

2010-05-26 Thread Steven Dolg
Steven Dolg schrieb: Hugh Sparks schrieb: Starting with the cocoon-sample-webapp as a model, I'm trying to make this construct work: webapp: index.html sitemap.xmap WEB-INF/ applicationContext.xml log4j.xml web.xml lib/ ... application

Re: [C3] Putting content in webapp root

2010-05-26 Thread Steven Dolg
Hugh Sparks schrieb: Starting with the cocoon-sample-webapp as a model, I'm trying to make this construct work: webapp: index.html sitemap.xmap WEB-INF/ applicationContext.xml log4j.xml web.xml lib/ ... applicationContext.xml: ...

[C3] Putting content in webapp root

2010-05-26 Thread Hugh Sparks
Starting with the cocoon-sample-webapp as a model, I'm trying to make this construct work: webapp: index.html sitemap.xmap WEB-INF/ applicationContext.xml log4j.xml web.xml lib/ ... applicationContext.xml: ... ... web.xml: