Re: Nested Framework WebServerResources don't work in Deployment

2007-08-21 Thread Chuck Hill
On Aug 21, 2007, at 8:19 AM, Paul Stringer wrote: On Aug 21, 2007, at 4:28 PM, Chuck Hill wrote: On Aug 20, 2007, at 11:39 PM, Paul Stringer wrote: Thanks Chuck for the explanation. I don't know why your binding is working in development. I checked out where WOData= is looking and it goes

Re: Nested Framework WebServerResources don't work in Deployment

2007-08-21 Thread Paul Stringer
On Aug 21, 2007, at 4:28 PM, Chuck Hill wrote: On Aug 20, 2007, at 11:39 PM, Paul Stringer wrote: Thanks Chuck for the explanation. I don't know why your binding is working in development. I checked out where WOData= is looking and it goes to the Frameworks build directory - in there We

Re: Nested Framework WebServerResources don't work in Deployment

2007-08-21 Thread Chuck Hill
On Aug 20, 2007, at 11:39 PM, Paul Stringer wrote: Thanks Chuck for the explanation. I don't know why your binding is working in development. I checked out where WOData= is looking and it goes to the Frameworks build directory - in there WebServerResources get flattened so 'filename=ima

Re: Nested Framework WebServerResources don't work in Deployment

2007-08-20 Thread Paul Stringer
Thanks Chuck for the explanation. I don't know why your binding is working in development. I checked out where WOData= is looking and it goes to the Frameworks build directory - in there WebServerResources get flattened so 'filename=image.gif' works. On the other hand Installing a framewor

Re: Nested Framework WebServerResources don't work in Deployment

2007-08-20 Thread Chuck Hill
Hi Paul, On Aug 20, 2007, at 1:47 AM, Paul Stringer wrote: After a day I figured out why resources in embedded frameworks we're not working. The problem turned out to be that in my eagerness to keep things tidy I had all my resources in subfolders ie: /Graphics /Styles within WebServerReso

Nested Framework WebServerResources don't work in Deployment

2007-08-20 Thread Paul Stringer
After a day I figured out why resources in embedded frameworks we're not working. The problem turned out to be that in my eagerness to keep things tidy I had all my resources in subfolders ie: /Graphics / Styles within WebServerResources. Looks like that doesn't work, but in development thes