> 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:8042/over/there?name=ferret#nose
  \_/   \______________/\_________/ \_________/ \__/
   |           |            |            |       |
  scheme   authority       path        query  fragment


Thanks very much!

-Hugh Sparks

Reply via email to