Import /export Web application
Hi Guys,
Is there a way to import /export Web Applications? I can see that those web application that I created are also showing in Studio under CSP Files folder and I tried right clicking on some on the folders that seems to be representing my web application then export but didn't work.
Thanks
Comments
Yes, use export/import in ^SECURITY command-line utility https://docs.intersystems.com/iris20241/csp/docbook/DocBook.UI.Page.cls?KEY=GSTU_seccli#GSTU_seccli_security
You can able to export/Import the web apps to various ways. One of the way is Export method in Security.Application class
write##Class(Security.Applications).Export(,1)Other answers here cover exporting the application definition.
To transfer the application files it may be simplest to copy the files from the host OS path that the application definition points to.
Another option is to create a Studio project, add the webapp to the project, then export the project.