On 15 June 2011 13:17, Vikash Talanki <vikashtala...@gmail.com> wrote:
> Hello Ian,
>
>
>        Can you please tell me how to set the curl path..... I have just
> downloaded curl ,unzipped and put it in C:/Windows/System32/Curl. My
> geoserver is in C:/Program Files/Geoserver-2.1.0
>

I'm on a linux box so my curl is in /usr/bin which won't help you
much. If you are in the windows command window then the problem may be
with the \ used to continue the lines. Try it with out them (i.e.
paste all of this as one line)

curl -u admin:geoserver -v -XPOST -H 'Content-type: text/xml'   -d
'<workspace><name>acme</name></workspace>'
http://localhost:8080/geoserver/rest/workspaces

Failing that install cygwin (cygwin.org) and use that instead

Ian

------------------------------------------------------------------------------
EditLive Enterprise is the world's most technically advanced content
authoring tool. Experience the power of Track Changes, Inline Image
Editing and ensure content is compliant with Accessibility Checking.
http://p.sf.net/sfu/ephox-dev2dev
_______________________________________________
Geoserver-users mailing list
Geoserver-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/geoserver-users

Reply via email to