Question regarding Zowe Installation 2.8 and ports #2889
-
Hi, I have recently installed Zowe 2.8.0 and now have a problem where I find nothing suitable in the docs. So calling https://myserver:8544/ZLUX/plugins/org.zowe.zlux.bootstrap/web/ works fine and using the apis too: https://myserver:7554/gateway/api/v1/version - but once I try to open any Explorer it calls in the background: https://myserver:8544/gateway/api/v1/auth/query or https://myserver:8544/gateway/api/v1/auth/login - So is this a bug or a miss-configuration? Here the configuration.yaml file (skipped some parts):
Thanks and best regards, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments
-
@TitanNitWeb , you should be accessing the app framework via the gateway port only, not directly. In your case, the endpoint would look like: |
Beta Was this translation helpful? Give feedback.
-
👍 to @boris-bc 's point. For more info, check out: https://docs.zowe.org/stable/user-guide/mvd-configuration#accessing-the-desktop |
Beta Was this translation helpful? Give feedback.
-
In the future, there will be an automatic re-routing to the correct URL but not implemented yet |
Beta Was this translation helpful? Give feedback.
@TitanNitWeb , you should be accessing the app framework via the gateway port only, not directly. In your case, the endpoint would look like:
https://myserver:7554/zlux/ui/v1/ZLUX/plugins/org.zowe.zlux.bootstrap/web/
. Calling it directly on port 8544 is not supported in V2. Please let me know if that would solve the problem.