Re: Resource Manager and CDN.

2011-06-08 Thread Karl
No. We basically take the response and parse it before returning it. Karl On Jun 8, 2011, at 2:05 PM, Johnny Miller wrote: > If you don't mind me asking... > > How do you do it? Do you subclass wo:image, wo:stylesheet et al...? > > thanks, > > Johnny > > On Jun 8, 2011, at 11:00 AM, Karl

Re: Resource Manager and CDN.

2011-06-08 Thread Johnny Miller
Maybe I found the answer I was looking for... is this what er.extensions.ERXResourceManager.resourceUrlPrefix property is for? thanks again, Johnny On Jun 8, 2011, at 11:00 AM, Karl wrote: > You can use an HTML tag to prepend the host name but it affects > everything so be careful about subs

Re: Resource Manager and CDN.

2011-06-08 Thread Johnny Miller
If you don't mind me asking... How do you do it? Do you subclass wo:image, wo:stylesheet et al...? thanks, Johnny On Jun 8, 2011, at 11:00 AM, Karl wrote: > You can use an HTML tag to prepend the host name but it affects > everything so be careful about subsequent FORM tags. > > We dynamic

Re: Resource Manager and CDN.

2011-06-08 Thread Karl
You can use an HTML tag to prepend the host name but it affects everything so be careful about subsequent FORM tags. We dynamically re-write all of our generated URLs once CDN is enabled. Karl On Jun 8, 2011, at 1:53 PM, Johnny Miller wrote: > Hi, > > I was thinking of moving all my web serv

Resource Manager and CDN.

2011-06-08 Thread Johnny Miller
Hi, I was thinking of moving all my web server resources to a CDN. Does anyone know if there is a simple way to prepend a domain name to the web server resource while in deployment mode? i.e. instead of the resource being return as /WebObjects/App.woa/Contents/WebServerResources/... it is ret