Mehmet, support for databases is added by implementing a GeoTools DataStore, which is then detected from the classpath by GeoServer. See the GeoTools user guide, especially: http://docs.geotools.org/latest/userguide/library/api/datastore.html
Does your database have a JDBC driver? If so, then your new DataStore should probably be a JDBCDataStore: http://docs.geotools.org/latest/userguide/library/jdbc/internal.html Please make yourself known on the GeoTools devel mailing list. Note also that you only list the databases supported with optional GeoServer plugins. PostgresSQL and H2 support is build in; these are important as they are a good reference for new GeoTools JDBCDataStore implementations. Kind regards, Ben. On 27/12/16 01:18, Mehmet Dervisoglu wrote: > Hi, > > Currently GeoServer supporting following databases, how can we add our > database tibero to supported database list ? > > > > ArcSDE > DB2 > MySQL > Oracle > Microsoft SQL Server and SQL Azure > Teradata > > > Sincerely > Mehmed > > ------------------------------------------------------------------------------ > Check out the vibrant tech community on one of the world's most > engaging tech sites, SlashDot.org! http://sdm.link/slashdot > _______________________________________________ > Geoserver-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/geoserver-users > -- Ben Caradoc-Davies <[email protected]> Director Transient Software Limited <http://transient.nz/> New Zealand ------------------------------------------------------------------------------ Check out the vibrant tech community on one of the world's most engaging tech sites, SlashDot.org! http://sdm.link/slashdot _______________________________________________ Geoserver-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/geoserver-users
