问题
We are building a multi-tenanted database driven application (CRM, SRM, etc.) with Java & PostgreSQL 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? If it is a non-Java system, we can communicate via JSON & sockets (if feasible).
Regards, KT
来源:https://stackoverflow.com/questions/62062360/transparent-web-server-for-java-application