Can you suggest a transparent Web Server for Java App? [closed]

℡╲_俬逩灬. 提交于 2020-06-01 07:41:07

问题


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

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!