M
Matt Baker
Guest
The /manager application is Tomcat's manager application. It has functionality specifically for Tomcat. tomcat.apache.org/.../manager-howto.html The /oemanager web application is from OpenEdge. It provides data on ABL applications, including agent and ABL sessions. documentation.progress.com/.../index.html Both of these have REST interfaces, although Tomcat's mostly returns raw text, while /oemanager always sends and receives JSON.
Continue reading...
Continue reading...