Data Sources

Data sources are setup in META-INF\context.xml. In the past they were configured via server.xml.

Resources:

  • zeprsDB - Used for most queries to the zeprs db as APP (Zcore standalone using Derby) or zeprs_web_user (ZEPRS using MySQL)
  • adminDB - connects to admin db as root- MySQL-only
  • demoDB - connects to demo db as zeprs_demo_user- MySQL-only
  • zeprsDBadmin - connects to zeprs db as root for methods that require special access to the database, such as delete capability or schema change- MySQL-only