0

i recently started working with geomeas and cassandra database, i started using this quickstart guide: https://www.geomesa.org/documentation/tutorials/geomesa-quickstart-cassandra.html in the visualize using geoserver section, for installing geomesa in cassandra, i downloaded the plugin and extracted the files in the required directory, but still cant see the cassandra geomesa vector datasource in the geoserver..

omarshiha
  • 45
  • 2
  • 9

2 Answers2

1

GeoMesa currently targets GeoServer 2.12.x, try using that version.

Emilio Lahr-Vivaz
  • 1,439
  • 6
  • 5
  • i just tried the same thing with Geoserver 2.12.5, still doesnt work, i think the part causing this is "extract the archive and copy the contents to the WEB-INF/lib", i took the bin, conf, lib.. plugin folders and pasted them in the WEB-INF/lib directory of the GeoServer, am i doint it right ? @EmilioLahr-Vivaz – omarshiha Oct 31 '18 at 16:15
  • Generally you just untar geomesa-cassandra-gs-plugin_2.11-*-install.tar.gz into WEB-INF/lib, then run `bin/install-cassandra-jars.sh /path/to/WEB-INF/lib`. But seems like you got it working? – Emilio Lahr-Vivaz Oct 31 '18 at 20:04
0

The problem is solved after i copied only the jars inside the lib folder of the plugin and paste them with the jars of the Geoserver in the WEB-INT/lib directory

omarshiha
  • 45
  • 2
  • 9