Install HDR FHIR on new WebLogic 14c Domain

To install HDR-FHIR application on new WebLogic domain, perform the following:

  1. Extract the contents of hdr82_artifacts.zip to a directory on the middle tier.
  2. Ensure you have read and write permissions to these directories, subdirectories, and their files.
  3. Set HDR_HOME environment variable to a directory where hdr82_artifacts.zip file is extracted.
  4. Set JAVA_HOME environment variable to a directory where JDK11 is installed and JAVA_HOME/bin directory is configured in the PATH on the middle tier.
  5. Set WL_HOME environment variable to a directory where WebLogic 14c is installed.
  6. Navigate to the $HDR_HOME/weblogic/install directory.
  7. Edit the $HDR_HOME/weblogic/install/user_defined.properties.sh to provide required environment details to create all the HDR FHIR Resources in WebLogic server using WLST scripts.
    # HDR Home directory
    export HDR_HOME=/u01/hdr/hdr_home
    export domainHome=/u01/data/domains
    export wlHome=/u01/data
    export domainName=hdrfhir_domain
    
    #  Adminserver configuration
    export adminServerName=AdminServer
    export adminServerListenAddress=localhost
    export adminServerListenPort=8001
    export adminServerSSLEnabled=True
    export adminServerSSLListenPort=8002
    export adminServerUsername=weblogic
    export managedServerName=hdrfhir_server
    export managedServerListenAddress=localhost
    export managedServerListenPort=8003
    export managedServerSSLEnabled=True
    export managedServerSSLListenPort=8004
    export JAVA_HOME=/u01/jdk
    
    # Required for DB details to configure weblogic datasource
    export dbHostName=localhost
    export dbPort=1521
    export dbServiceName=orcl.db.com
    
    # HDR FHIR Properties.
    export hdrFhirDbUserName=HDR_FHIR