Installing TIBCO Foresight Connect with FHIR
The Foresight Connect with FHIR application can be installed manually.
Prerequisites
The following software must be installed on your system:
- Apache Tomcat version 8.5.0 or later (https://tomcat.apache.org/download-90.cgi)
- JDK version 1.8 or later (https://www.oracle.com/java/technologies/javase-downloads.html)
- CORS extension for your browser
Procedure
What to do next
To modify the default session timeout value of 15 minutes (900000 milliseconds) to a value you require, change the session-timeout property in the application.property file. Note that you must give the timeout value in milliseconds.
If you want to use a database other than the default one, perform the following steps:
- Add the database connector JAR file under \webapps\foresightConnectWithFHIR\WEB-INF\lib with the appropriate information.
- Update the following properties with appropriate values in the
application.property file that is located at
tomcat<version>\webapps\foresightConnectWithFHIR\WEB-INF\classes:
- spring.datasource.url. For example, jdbc:mysql://localhost:3306/<your_database_name>. For a remote database, instead of localhost, provide the remote host details. Save the file and restart the Tomcat server.
- spring.datasource.driver-class-name should point to an appropriate database driver.
- spring.datasource.username should have an appropriate database user name.
- spring.datasource.password should have the corresponding password for the user name of the database.
- spring.jpa.database-platform should point to the appropriate dialect of the database selected.
Copyright © 2021. Cloud Software Group, Inc. All Rights Reserved.