Re: Cocoon 2.1 web application base path

2012-05-17 Thread Bob Harrod
Including {request.contextPath} as a transform param did the trick, thanks! Is there any way to do this globally for all matches in the sitemap or does it have to be passed to each transform? - Bob On May 16, 2012 12:53 PM, Bob Harrod rjhar...@gmail.com wrote: Ok, thank you! I can look

Cocoon 2.1 sitemap broken in Tomcat 6

2012-05-17 Thread Bob Harrod
We've recently upgraded our Cocoon 2.1 based web app from Tomcat 4 to Tomcat 6. Our sitemaps were written with a somewhat invalid matchers which worked in Tomcat 4: For example: map:match pattern=/basicthing ... /map:match Tomcat 6 more adequately adheres to the HTTP URL spec and appends a

Re: Cocoon 2.1 web application base path

2012-05-16 Thread Bob Harrod
with this! On Wed, May 16, 2012 at 12:52 AM, Bob Harrod rjhar...@gmail.com wrote: I'm quite new to cocoon, and supporting an older version (2.1). Does anyone know how I can gain access the web application base path inside of a transform? Of course, it can be passed by the sitemap... Any help

Re: Cocoon 2.1 web application base path

2012-05-16 Thread Bob Harrod
to use the LinkRewriterTranformer directly from another transform (as this transform is actually creating the anchor)? Thanks so much for your help. - Bob On Wed, May 16, 2012 at 10:24 AM, Bob Harrod rjhar...@gmail.com wrote: I'm rending html in a transform, and would like to render an anchor