Project

General

Profile

CdmServerDev » History » Revision 17

Revision 16 (Katja Luther, 03/30/2022 11:30 AM) → Revision 17/18 (Andreas Müller, 07/29/2022 10:55 PM)

# CDM Server Development Resources 

 This page holds information on the CDM Community Server development. For a basic introduction please refer to http://cybertaxonomy.eu/cdm-server 


 {{toc}} 

 {{child_pages(depth=1)}} 


 ---- 


 ## How-To's 

 * [[HowToDeb|How to create a .deb]] 
 * [[HowToSetupDotExe|How to create the setup.exe for windows installation]] 
 * source:cdm-server|src/main/docker/production/README.md@develop 


 ## Webservices 

 *    [REST API](http://cybertaxonomy.eu/cdmlib/rest-api.html)  
 * [[CdmServerReadWriteRest|Read / Write REST Services]] 
 * [[CommunityServerOaiPmh|CDM Community Server - OAI-PMH ]] 
 * [[CdmServerSwitchableDataSources|CDM-Server & Switchable DataSources]] 


 ## System Requirements 

 For the latest system requirements please see the attachment:"CDM-Server_memory_requirements.ods" 

 ## FAQ 

 ### I get "Can not establish connection to database jdbc:mysql://{xxx} [sql error code: 42S02]". Why? 

 Answer: To allow the CDM Server to connect to the database via c3p0 the database needs to include a table "_c3p0ConnectionTest" (with a single column "a" of type CHAR, length 1) 

 


 ## Outdated pages 

 * ~~[[CommunityServer]]~~ OUTDATED!! 
 * ~~[[CdmRestServices2|CDM REST Services 2.0]]~~ OUTDATED!! 
 * ~~WebserviceDeployment~~ OUTDATED!! 
 * ~~[[CdmRestServices1|CDM REST Services v1.0 ]]~~ OUTDATED!!