Skip to content

WebApplication transition issue #33

@Frisle

Description

@Frisle

When installed throught IPM the app mostly working except UI and Swagger. This is caused by the wrong web application Physical Path parameter

In the previous IPM version you set SourcePath="/fhirUI" and the system understood it correctly, UI and Swagger work just fine. After module CSPApplication changed to the WebApplication for the UI and Swagger to start SourcePath must be explicitly set to ="/usr/irissys/csp/fhirUI"

So in summary:

version < 0.9.0 True

<CSPApplication
 Url="/fhirUI"
 SourcePath="/fhirUI"
 DeployPath="{$cspdir}fhirUI"
 ServeFiles="1"
 Recurse="1"
 CookiePath="/fhirUI"
 />

version >= 0.9.0 True

<WebApplication
 Url="/fhirUI"
 SourcePath="/usr/irissys/csp/fhirUI"
 DeployPath="{$cspdir}fhirUI"
 ServeFiles="1"
 Recurse="1"
 CookiePath="/fhirUI"
/>

I create the issue instead of PR for you to test it first.

I need to further testing another apps to say is it global IPM issue or just this app.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions