Hello, 

We're developing a library based on OpenLayers (a simple GIS viewer with some 
special configuration) that will be included in some web applications. These 
applications will include our library with a script tag in their html code, and 
the applications are in different servers and domains. Testing a bit all these 
stuff, we get an error:

NETWORK_ERR: XMLHttpRequest Exception 101

This error appears in a function that loads a XML config file synchronously. 
This XML file is hosted in a server and the code from where is invoked is in 
another.

Is this a cross-domain error??

At first sight I thought it was a cross-domain error and found some suggestions 
of how to solve it. One of them was very interesting: using apache mod_rewrite 
module. I decided to give it a try but I think I'm not using it properly. Here 
is what I put in httpd.conf file:

 <Directory /ms4w/Apache/htdocs>
   RewriteEngine on
   RewriteRule ^vcw/data/IKT_OGC_Services.xml$ 
http://192.168.1.38/vcw/data/IKT_OGC_Services.xml
 </Directory>

Does anybody know how to configure it?

Some info:

GIS viewer is in 192.168.1.65
Apps are in 192.168.1.38

And I think that they are in different domais.
 
 
Un saludo,
 
··················································································

David Alda Fernández de Lezea
Lurralde eta Biodibertsitate Saila / Dpto. de Territorio y Biodiversidad
 
IKT
Granja Modelo s/n · 01192 · Arkaute (Araba)

··················································································
Tlfnos.: 945-00-32-95                         Fax: 945-00.32.90
··················································································
email: da...@ikt.es                                web: www.ikt.es
··················································································
_______________________________________________
Users mailing list
Users@openlayers.org
http://openlayers.org/mailman/listinfo/users

Reply via email to