Transparent Web Server for Java Application [closed]

旧时模样 提交于 2020-06-01 07:41:29

问题


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

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