Page 1 of 1

SB in server

Posted: Thu Nov 16, 2017 2:39 pm
by karu
I trying to run completed sb webpage from webserver but i got error:
GET srver/spiderbasic/libraries/javascript/dojo/selector/lite.js 404 (Not Found)

Where i found this file and why its needed if i run webpage from server?

Raimo

Re: SB in server

Posted: Thu Nov 16, 2017 3:19 pm
by falsam
■ Did you generate the application with the option Copy Spiderbasic librairies ?

Image

■ On your server you must have:
- Your project. html
- your project. js
- The folder containing the spiderbasic libraries. (Example: Spiderbasic)

Re: SB in server

Posted: Thu Nov 16, 2017 5:25 pm
by karu
Thanks