Geoserver uses en embedded HSQL database with EPSG codes to perform coordinates conversions.
(Ref: http://docs.geoserver.org/latest/en/user/advanced/crshandling/manualepsg.html)
I am trying to find out how it can be configured to use an external database to load the EPSG codes, so that custom CRS can be maintained separately.
Please help.