Hi guys,

I am implementing the following code to upload an existing shapefile as per
the 
documentation<http://docs.geoserver.org/stable/en/user/restconfig/rest-config-examples/rest-config-examples-curl.html#adding-an-existing-shapefile>
,

curl -u admin:geoserver -XPUT -H 'Content-type: text/plain' -d
'file:./shapefile/csv_shp/Stemmodontia_reticulata.shp'
http://localhost:8080/geoserver/rest/workspaces/opengeo/datastores/Stemmodontia_reticulata/Stemmodontia_reticulata.shp

But I am getting following error,

No such datastore: opengeo,Stemmodontia_reticulata

The document says that the curl code will create the datastore then why am
I getting this error?

-- 
Thanks & Regards
Smaran Harihar
------------------------------------------------------------------------------
Everyone hates slow websites. So do we.
Make your web apps faster with AppDynamics
Download AppDynamics Lite for free today:
http://p.sf.net/sfu/appdyn_d2d_nov
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to