Pablo Carle
Pablo Carle
Hi, following the issue as we see the same situation with openliberty 22.0.0.8, deployed in root context path `this.servletContext.getContextPath();`: "/" and `httpServletRequest.getServletContext().getContextPath();`: ""
@GilPen I will validate this with the team but I think there's currently no mechanism to hide the z/OSMF tile in API Catalog. If this is the case we need...
@GilPen We will handle this request as an enhancement. Could you confirm if the intention is to have the possibility of hiding the API Catalog tile? Please be aware -if...
Hi, Some issues with the websockets implementation were fixed in #2914 and will be released with Zowe 2.9. We did some testing with @Joe-Winchester and so far we are unable...
Hi, I've reviewed server logs and found no issues in the gateway routing of websocket frames. @1000TurquoisePogs I see some custom websocket error codes in the server logs such as...
@1000TurquoisePogs It seems the issue reported is also related to the VT terminal use. In https://github.com/zowe/vt-ng2 I don't see a wiki like with the TN3270. What are the loggers that...
Adding here logs with both Gateway websocket debugging enabled and terminal logs: ``` 2023-06-26 13:19:56.240 ZWESVUSR DEBUG (o.z.a.g.w.WebSocketProxyServerHandler) handleMessage(session=StandardWebSocketSession[id=88765552-f94f-bdc8-3039-21984e1459fd, uri=wss://mvst.host.com:7554/zlux/ws/v1/ZLUX/plugins/org.zowe.terminal.vt/services/terminalstream/_current/],message=TextMessage payload=[{"t":"VT_I..], byteCount=30, last=true]) 2023-06-26 13:19:56.240 ZWESVUSR DEBUG (o.z.a.g.w.WebSocketRoutedSession) sendMessageToServer(session=JettyWebSocketSession[id=07202884-77f4-c982-132f-68152e54c5d2, uri=wss://mvst.host.com:7556/ZLUX/plugins/org.zowe.terminal.vt/services/terminalstream/_current/],message=TextMessage...
> Hi @armstro , the 2.15 release allows the ability to increase a number of timeout values related to websockets. The suspicion is (from looking at customer environments where TN3270...
> Hello, > > We installed v2.15 and have put the following in the yaml: webSocket: maxIdleTimeout: 3600000 connectTimeout: 15000 stopTimeout: 30000 asyncWriteTimeout: 60000 > > We then tested VT...
> I have a same issue as others. components: > # >>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>>> > > gateway: enabled: true port: 7554 debug: true #debug: false server: websocket: maxIdleTimeout: 3600000 connectTimeout: 15000 stopTimeout:...