Thanks In the end I did override the AbsoluteURLBuilder service as otherwise redirects don't work either.
It is worth noting for anyone else using SSL this generates by default (even without using load balancers) the url as http://YOURSITE:443/app which is slightly untidy. Ben On 4/6/06, Andreas Andreou <[EMAIL PROTECTED]> wrote: > > in 4.0.1, there's a renderBaseTag parameter in @BP > See > http://jakarta.apache.org/tapestry/tapestry/ComponentReference/Shell.html > > Ben Gidley wrote: > > >Hi, > > > >I have an issue with Tapestry running behind a SSL offloader/load > balancer. > >With 3 this all works fine, with 4 Shell sets the base href=" > http://myurl/". > >This causes all the images/styles not to load once fed via the load > >balancer. > > > >I can't see any way to easily configure this without reimplementing the > >service behind the scenes - has anyone got a simpler route? > > > >Ben > > > > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > >