views:

12

answers:

0

I am trying to use a custom build of DOJO, and deploy it on a web-server, so that applications running on an app server may be able to access and use it. - The cross-domain build does not seem to work right for me, however, if I run a similar static page deployed on the web-server, it runs just fine. - Tried using both, get the same problem with the cross domain build, as with the source version. - The FF error console shows errors like in last-to-first order

Error: Could not load 'dijit.form.DateTextBox'; last tried '../dijit/form/DateTextBox.js' Source File: h t t p://10.72.92.96:8080/UI-GUI/dojo/dojo/_base/_loader/loader.js Line: 414

Error: Could not load 'dojo._firebug.firebug'; last tried './_firebug/firebug.js' Source File: h t t p://10.72.92.96:8080/UI-GUI/dojo/dojo/_base/_loader/loader.js Line: 414

Error: Could not load 'dojo._base.lang'; last tried './_base/lang.js' Source File: h t t p://10.72.92.96:8080/UI-GUI/dojo/dojo/_base/_loader/loader.js Line: 414

Any help would be greatly appreciated