Hello,
We have just re-deployed to our current development server,
and the application is now resolving URL’s to the Web Server (i.e.
WebServerResources) differently.
We are getting URLs like ..../app.woa/WebServerResources/...
when we expect (and have previously got)
.../app.woa/Contents/WebServerResources/... so it is no longer expecting a
Contents directory (so now our images etc... do not resolve – they do if
we copy the whole WebServerResources folder directly under the WOA folder)
E.g. we have a logo defined in the WOD as:
logo: WOImage {
filename = "images/logo.gif";
width = "183";
height = "56";
}
On the page this resolves as:
http://<ourURL>/WebObjects/<ourAPP>.woa/WebServerResources/images/logo.gif
when we expect (and previously
got):
http://
<ourURL>/WebObjects/<ourAPP>.woa/Contents/WebServerResources/images/logo.gif
Can someone shed some light on this – particularly how
is the URL determined?
Thanks,
Peter Thompson