Java – I can deploy my on the nginx server war

I really like the stability and way of nginx

And I really like Tomcat's Java and user-friendly

Is there any way to deploy my on the nginx server war?

Solution

I don't believe this is possible because nginx is not a servlet container, so it doesn't know what it is War file You can configure nginx as a reverse proxy before the Tomcat server, which may make you the best choice between the two

this http://wiki.nginx.org/JavaServers You can quickly search Google search, which may give you what you want

The content of this article comes from the network collection of netizens. It is used as a learning reference. The copyright belongs to the original author.
THE END
分享
二维码
< <上一篇
下一篇>>