问题
We are building a multi-tenanted database driven application with Java & PG in the backend. Each instance would run in their own JVM/Docker/CG at runtime. One layer we are undecided upon is the App/HTTP server. Our earlier approach had been to use Tomcat. There is practically nothing much to be done on the App Server side except as a pass through and conversion and subsequently invoke & interact with the Java application. Much of the Web Server content is pure HTML, CSS & Session Management. Can anyone suggest what light weight web server can be used or there is too much overhead of Tomcat? Java to Web Server communication may be via JSON, etc.
Regards, Kapil
来源:https://stackoverflow.com/questions/62062466/can-you-suggest-a-transparent-web-server-for-java-app