Hi Tom, On 6/28/07, Thomas Belote <[EMAIL PROTECTED]> wrote: > If I download the files from static.simile.mit.edu it works. There are > differences between the svn and www.simile.mit.edu versions. > > I will look at the differences so see ifI can find the source of the > problem. But for now I have a workaround. > > > On Thu, Jun 28, 2007 at 01:19:29PM -0700, Thomas Belote wrote: > > Actually I want to host it on a webserver. > > > > I have tried doing: > > > > var url = "https://10.1.1.1/ajax/api/simile-ajax-api.js";
this will not work, as this is a non-routable IP address. when the remote browser tries to retrieve the resource on the server 10.1.1.1 it will look in its local network which may or may not have a machine with the IP address 10.1.1.1, but which will certainly not have the requested resource available at that location. If, of course, you want to use this setup for an intranet-type scenario, it should work. -- cheers, Jakob. _______________________________________________ General mailing list [email protected] http://simile.mit.edu/mailman/listinfo/general
