izumov wrote
sorry, does abyss support servlets?
Servlets need an application server such as Tomcat. The Web server has to be configured to act a reverse-proxy for that application server to make the servlet or any application hosted by the app server available to the world.
More about such a setup with Tomcat is available in
https://aprelium.com/abyssws/articles/reverse-proxy.html .