hello all, 

By using code below, i can easily access features from geoserver installed
at localhost, but when i installed geoserver at remote server
(93.158.63.12), then it does't work. why? how can i fix this problem?

 wfs = new OpenLayers.Layer.Vector("Results", {
                    strategies: [new OpenLayers.Strategy.BBOX()],

                    protocol: new OpenLayers.Protocol.WFS({
                        url: "http://localhost:8080/geoserver/wfs";,
                        featureType: "NEW_ALL",
                        featureNS: "http://www.openplans.org/TestSpace";,

                        srsName: "EPSG:900913",
                        version: "1.1.0",
                        extractAttributes: true,
                        isBaseLayer: false,
                        visibility: true
                    }),



--
View this message in context: 
http://osgeo-org.1803224.n2.nabble.com/GeoServer-does-not-work-ifinstalled-remotely-tp6164507p6164507.html
Sent from the GeoServer - User mailing list archive at Nabble.com.

------------------------------------------------------------------------------
Colocation vs. Managed Hosting
A question and answer guide to determining the best fit
for your organization - today and in the future.
http://p.sf.net/sfu/internap-sfd2d
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to