Is there a way to find out which version of GeoServer is running from any standard document such as GetCapabilities?
Answer
Open the page http://you.server/geoserver/web/
There it should say something like:
"This GeoServer instance is running version x.x.x."
If your question was how to do it programmatically, most languages has a way to send a http-request and interpret the response to locate a string like "This GeoServer instance is running version x.x.x"
No comments:
Post a Comment