Difference between revisions of "Update Fusion Metadata Registry"

From FMR Knowledge Base
Jump to navigation Jump to search
(Deploying to Fusion Registry Core WAR file to Tomcat)
(Deploying to Fusion Registry Core WAR file to Tomcat)
Line 7: Line 7:
 
To install Fusion Registry, the WAR file needs to be deployed to the Tomcat web application server. That's explained in the next section.
 
To install Fusion Registry, the WAR file needs to be deployed to the Tomcat web application server. That's explained in the next section.
  
=Deploying to Fusion Registry Core WAR file to Tomcat=
+
=Deploying the Fusion Registry Core WAR file to Tomcat=
 
* Stop Tomcat if it is already running
 
* Stop Tomcat if it is already running
 
* Copy the WAR file into tomcat\webapps
 
* Copy the WAR file into tomcat\webapps

Revision as of 11:10, 18 September 2020

Overview

The Fusion Registry Core software is distributed as a ZIP file containing:

  • The FusionRegistry.war file - this is the actual software
  • PDF documentation - setup, configuration and operating guides
  • Some sample SDMX structural metadata and data

To install Fusion Registry, the WAR file needs to be deployed to the Tomcat web application server. That's explained in the next section.

Deploying the Fusion Registry Core WAR file to Tomcat

  • Stop Tomcat if it is already running
  • Copy the WAR file into tomcat\webapps
  • Start Tomcat

Tomcat automatically creates a FusionRegistry directory as it deploys the WAR file.

The deployment process will take between 1 and 2 minutes.