Hello,
I started the GeoServer on a computer.now i want to add data to this server
from a different computer on the LAN.I want to know that what should be the
URL of the data when it askes?I provided it the path to my local directory
where data was stored but it did'nt worked....
--
View this message in context: http://www.nabble.com/data-addition-from-remote-server-tp23938865p23938865.html
Sent from the GeoServer - User mailing list archive at Nabble.com.
Depends, is the data on the remote computer being accessed via http? is it mounted as a local driver? If being accessed by http use the same url you would use to download it in a web browser.
-Justin
shashank520 wrote:
Hello,
I started the GeoServer on a computer.now i want to add data to this server
from a different computer on the LAN.I want to know that what should be the
URL of the data when it askes?I provided it the path to my local directory
where data was stored but it did'nt worked....
--
Justin Deoliveira
OpenGeo - http://opengeo.org
Enterprise support for open source geospatial.
URLs to files in the GeoServer configuration are relative to the
GeoServer data directory; they must be on the local filesystem (this can
include mounted network shares). If you want to develop an application
that can directly upload and configure data in a remote GeoServer
instance, you should look at the REST configuration API, documented at
http://docs.geoserver.org/1.7.4/user/extensions/rest/index.html .
Otherwise, just copy it manually.
Hope this helps.
--
David Winslow
OpenGeo - http://opengeo.org/
On Tue, 2009-06-09 at 06:14 -0700, shashank520 wrote:
Hello,
I started the GeoServer on a computer.now i want to add data to this server
from a different computer on the LAN.I want to know that what should be the
URL of the data when it askes?I provided it the path to my local directory
where data was stored but it did'nt worked....