Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • run.config.umls = <path to the server.config file>

There is one required property

 

There are several major categories of configuration file properties.  Each of these is documented in its corresponding documentation section.

  • Persistence Framework (including collection pooling)
  • Indexing
  • Deployment Properties
  • Extension Points
    • Algorithm Handlers
    • Compute Preferred Name Handler
    • Graph resolution handler
    • Identifier Assignment Handlers (including Identifier Release Handlers)
    • Normalized String Handler
    • Search Handlers (including Expression Handlers)
    • Security service handler
    • Workflow Action Handlers
    • Workflow Listeners
    • Validation Service Handlers
    REST Clients

Multiple Deployments - same machine

For environments where it is necessary to have multiple deployments of this platform on the same machine, a "run.config.label" property can be used in the build of the .war file so that the required system property for bootstrapping is something other than "run.confg,umls".  Specifically the "umls" part can be changed to anything by using -Drun.config.label=anything when performing the maven build from the top level.

Code Block
mvn install -Drun.config.label=snomedct

 

  • n/a