How does VSCode work with multiple IRIS instance on the same server
Hi All,
I'm trying to connect to an IRIS instance using VSCode, the problem is, there are 2 IRIS instances installed on this server, published by the same hostname using https (port 443) under 2 different subfolders (e.g., iris.demo.com/base & iris.demo.com/test).
When connecting via studio, I was able to connect by using the hostname (e.g., iris.demo.com) and specifying the super server port, while when connecting through VSCode, when specifying the web server port 443, the connection is always defaulted to one of the instance.
Is there any way we can specify the instance in VSCode?
Many thanks!
See the Path Prefix element of the definition.
https://docs.intersystems.com/components/csp/docbook/DocBook.UI.Page.cls...
Thanks John!