The JPA Server

You can locally test the processes you create in ActiveMatrix BusinessWorks Plug-in for HL7 with FHIR. You can do so by using the JPA server.

When you are designing a process to perform a task, you have to test if your process is delivering the desired output. Instead of using the FHIR server, you can install the JPA server locally and test the process. For more information about the JPA server, see JPA Server.

To use the JPA server that is packaged with the plug-in:
  1. Download the hapi-fhir-jpaserver.war file from the TIBCO eDelivery site (https:// edelivery.tibco.com).
  2. Install it in your web container. Follow the instructions as required by your container. For example, if you are using Tomcat, you might want to copy this file to the webapps folder.
  3. Browse to the following link to use the server: http://<DNS/IP/localhost>:8080/hapi-fhir-jpaserver/. Depending on how your server is configured, 8080 port might not be correct for you.
    Note: If you want to configure a server port or a domain URL, configure application.yaml in the ..\..\webapps\hapi-fhir-jpaserver\WEB-INF\classes folder.