Determining the Virtual Path - Integration for Epic MyChart - Foundation 24.1 - Foundation 24.1 - Ready - OnBase - external - OnBase/Integration-for-Epic-MyChart/Foundation-24.1/Integration-for-Epic-MyChart/Installation/Installation/Creating-PPL-URLs/Determining-the-Virtual-Path - 2024-03-25

Integration for Epic MyChart

Platform
OnBase
Product
Integration for Epic MyChart
Release
Foundation 24.1
License
ft:locale
en-US

The virtual path for the PPL application varies depending on how the index.html and web.config files are configured in the PPL installation directory.

To determine the virtual path:

  1. Navigate to the directory where the PPL application is installed.
  2. Open index.html in a text editor.
  3. Find the value of the href attribute in the following line:
    <base href="/">
  4. Open web.config in a text editor.
  5. Find the value of the url attribute in the following line:
    <action type="Rewrite" url="/PPL/" />
  6. Check whether the href and url values match:
    • If the values match, then the virtual path is structured as follows:

      /{IIS application name}/

      For example, if the name of the PPL application in IIS is WebApp, then the virtual path would be the following:

      /WebApp/

    • If the values do not match, then the virtual path is structured as follows:

      {href value}{IIS application name}

      For example, if the href value in index.html is /ppl/ and the name of the PPL application in IIS is WebApp, then the virtual path would be the following:

      /ppl/WebApp