generated from intersystems-community/objectscript-docker-template
-
Notifications
You must be signed in to change notification settings - Fork 17
Open
Description
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
Labels
No labels