I have a simple rest web service developed using spring boot which comes with embedded web servers like tomcat.
I am exploring the options to implement this using tomcat app server at application side or by tomcat web server to manage request before it hits application.
But I cant find the relevant documentations to implement this. Whatever articles I am exploring seems to be old. SO wondering if some one has implemented this functionality recently and where is the relevant documentation available.
I am quite new to web app development and hence need information when can explain from basics.