Hi All: I know Tomcat uses DAEMON and supports old versions of itself.
So, reading https://tomcat.apache.org/whichversion.html, I see that: - Tomcat 7 is EOL so we do not need to worry about that. FTR, the page says Tomcat 7 requires Java 6 and Java 7 for websockets. - Tomcat 8 is the oldest supported but "superseded" version and requires Java 7. So, I plan to update Daemon from Java 6 to 7. The first minor clean up will be the use of Java 7 diamonds, try-with-resources, and any NIO goodies that might provide a nicer implementation. Gary