Note: Before installing any third-party or compatible software that is not included
with the EnterWorks installation files, check that the version of the application is
supported by consulting System Requirements.
Warning: If you are using a version of Fusion prior to 3.1.2,375,
you must upgrade Fusion in order to
update deprecated Log4j files.
Fusion must be installed on the same server as Tomcat. EnterWorks versions prior to 10.5.3 required Fusion to be installed on the same server
as
EnableServerTomcat
service. In EnterWorks versions 10.5.3 and later,
Fusion can be installed on a server that is running a separate instance of Tomcat. To install Fusion:
- Obtain the Fusion server application file.
- Perform the following on the server that will host Fusion.
- Download the zip files to:
<drive>:\EWSoftware
- Unzip the file to the folder:
<drive>:\EWSoftware\Infolink_<version>
- Create the folder:
<drive>:\Enterworks\Match Service
- Copy the contents of the folder:
to:<drive>:\EWSoftware\Infolink_<version>\infolink\
<drive>:\Enterworks\Match Service
-
Deploy the
server.war
file to Tomcat. On the server hosting the Tomcat service:- If you are configuring Fusion to run with
EnableServerTomcat
, copy:
to:<drive>:\Enterworks\Match Service\bin\server.war
<drive>:\Enterworks\EnableServer\tomcat\webapps
- Or if you are configuring Fusion to run with a Tomcat that is not
EnableServerTomcat
:- Find the name of the folder where web apps are stored for the Tomcat
instance. Open the following file in an editor:
The name of the web apps folder is in the following setting:<drive>:\<path-to-tomcat>\conf\server.xml
<Host name="localhost" appBase="<name-of-web-apps-folder>" unpackWARs="true" autoDeploy="true">
- Copy:
to:<drive>:\Enterworks\Match Service\bin\server.war
<drive>:\<path-to-tomcat>\tomcat\<name-of-web-apps-folder>
- Find the name of the folder where web apps are stored for the Tomcat
instance. Open the following file in an editor:
.war
file will be deployed by Tomcat. During the process, a new folder namedserver
will be created. - If you are configuring Fusion to run with
- Set the environment variable
INFOLINK_HOME
in your operating system to point to theMatch Service
folder. You must have administrator privileges to do this.- Open the Control Panel, search for "environment", then go to Edit the environment variables for your account.
- In the System variables section, click New to add a
new system variable.
-
Variable name:
INFOLINK_HOME
-
Variable value:
<drive>:\Enterworks\Match Service
-
- Download the zip files to:
- Configure the
enable-web-server-service
to access Fusion. On the server hostingenable-web-server-service
:- Move to:
<drive>:\Enterworks\enable2020\services\Install\
- Edit the file:
create-enable-web-server-service.cmd
- Set the
infolinkHost
setting to the host name of the server hosting Fusion. If the setting does not already appear in the file, add it.
For more information about Tomcat ports, see Tomcat's Port Usage.-infolinkHost=<Fusion-server-hostname>:<tomcat-http-port>
- Move to:
- Restart all EnterWorks services.
- Configure the Fusion metadata repository. On the server hosting Fusion:
- Navigate to:
If you get an error, one of the following URLs should work:http://<hostname>/server/setup.jsp
-
http://<hostname>/server/ui/setup.jsp
-
http://<hostname>:<tomcat-http-port>/server/setup.jsp
-
http://<hostname>:<tomcat-http-port>/server/ui/setup.jsp
EnableServerTomcat
uses port 8090 as the HTTP port. -
- The Metadata repository setup screen will appear. It will state that the metadata repository does not exist and ask if you want to create it. Click Yes, create it.
- The Metadata repository setup screen will report that the metadata repository was created successfully. Click the link to the home page.
- The Fusion login page will appear. Log in with these credentials:
-
Login: admin
-
Password: admin
-
- Navigate to:
- Configure the API key:
- Log into the EnterWorks New UI. Duplicate your browser tab and navigate to:
If you get an error, add Tomcat's HTTP port number to the URL:http://<hostname>/server/ui/getAPIKey.jsp
http://<hostname>:<tomcat-http-port>/server/ui/getAPIKey.jsp
- The tab will clear and your API key will be displayed. Copy it.
- Add the API key to shared configuration properties. Set its value to the API key
you just retrieved. If you edit the
sharedConfig.properties
file, if theinfolink.admin.apiKey
setting does not exist, add it.
- Log into the EnterWorks New UI. Duplicate your browser tab and navigate to:
- Restart EnterWorks services.
The Fusion application has been installed.