Re: Tomcat 9 returns INameEnvironment error

2023-06-19 Thread Joel Griffith
I found a workaround that I'll post here in case anyone with the same problem stumbles on this thread. The fix is to install the older `libeclipse-jdt-core-java` JDT package from the Ubuntu 20.04 repo. 1. Add the line `deb http://de.archive.ubuntu.com/ubuntu/ focal main universe` to the end of `/

Re: Tomcat 9, websocket server, threading

2023-06-19 Thread Mark Thomas
On 17/06/2023 16:54, Nikolai Zhubr wrote: Hi, On 6/14/23 19:43, Mark Thomas wrote: [...] There is no multi-threading within a single WebSocket connection. It is explicitly not allowed by the Jakarta WebSocket specification and Tomcat follows that rule. Could you please point out where such g