Michael Wechner wrote:

Mark Lundquist wrote:



I guess I can kludge up some more proxying RewriteRules in Apache to make these work, but... it just feels wrong :-/



yes, it does, but I think it's the easiest for the moment.


It helps now that I've figured out what's going on, 'cause at least I understand it :-)... it turns out that to make my proxying scheme work right, I ended up having to change the Jetty configuration so that instead of running in the root context, Lenya runs in a context whose name matches the first path component in the URI space for the CMS face of the application, so e.g. for

        https://woof.wrinkledog.com/SomeClient/

the context name is "SomeClient". It was that change that broke the paths that depend on {$root} in the XSLT templates, because these also depend on the "context prefix".

I've got the Apache config hacked up so that everything works now.

Thanks,
—ml—


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

Reply via email to