call jquery files locally

I have succesfully integrated a jquery class with googleapis.com in my xojo web app. Now i need to install this in a local lan where there is no internet. so the call to the jquery fails. I can download the api’s locally to the server where the app is running. But how do you make a call to the local jquery files. Now i am calling like this

and it works. But when i call it fails with error, as now the jquery folder and files are in the local server.

You will have to either Create a WebFile and set the session to Nil to serve this up for all sessions. Or use the HandleURL event to return the file. (The first way is easier if you’re wondering)