Hello!
Developed an HTTP server that can receive and return requests (Request and Response), the server can do additional tasks ...
Now I want to build a web application on java and test my server.
Can I create a web application with servlets and WebContent in the usual way and use my server instead of Tomcat or GlassFish?
Thank you in advance!