On Fri, May 13, 2011 at 8:04 AM, Vikash Talanki <[email protected]> wrote: > Hi hari, > > Thanx alot for your reply. Actually the problem is with cross domain. > drupal is on localhost:80 and geoserver is on 8080.Since drupal is sending > data using XMLHttpRequest which due to security issues cannot connect to > different domain(geoserver here). > > Either drupal and geoserver should be in same domain(which is not possible)
It's possible. Just have the Apache hosting drupal also act as a proxy for GeoServer using mod_proxy (and remember to tell GeoServer that it's proxied, see details in the user guide) Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ Achieve unprecedented app performance and reliability What every C/C++ and Fortran developer should know. Learn how Intel has extended the reach of its next-generation tools to help boost performance applications - inlcuding clusters. http://p.sf.net/sfu/intel-dev2devmay _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
