On Tue, Jul 19, 2011 at 11:36 PM, mortac8 <[email protected]> wrote: > What needs to be done to make the GeoTools CSVDataStore appear in GeoServer's > Vector Data Sources list when I click "Add new store"? I am still not > confident of my understanding of adding GeoTools modules to GeoServer. Any > advice is appreciated!
If the datastore is complete and has a working factory (not sure it does, it's just an example, don't think anybody tried to use it in geoserver) all you have to do is: - make sure the datastore is built from the same geotools version as geoserver (see the gt-<modulename>-<version> jars in the geoserver WEB-INF/lib directory) - take the csv data store jar as built by maven and drop it in geoserver's WEB-INF/lib - restart geoserver The list of stores should then contain, among others, the csv one Cheers Andrea -- ------------------------------------------------------- Ing. Andrea Aime GeoSolutions S.A.S. Tech lead Via Poggio alle Viti 1187 55054 Massarosa (LU) Italy phone: +39 0584 962313 fax: +39 0584 962313 http://www.geo-solutions.it http://geo-solutions.blogspot.com/ http://www.youtube.com/user/GeoSolutionsIT http://www.linkedin.com/in/andreaaime http://twitter.com/geowolf ------------------------------------------------------- ------------------------------------------------------------------------------ Magic Quadrant for Content-Aware Data Loss Prevention Research study explores the data loss prevention market. Includes in-depth analysis on the changes within the DLP market, and the criteria used to evaluate the strengths and weaknesses of these DLP solutions. http://www.accelacomm.com/jaw/sfnl/114/51385063/ _______________________________________________ Geotools-gt2-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geotools-gt2-users
