Home > Back-end >  Idea of the project, how to deploy to multiple ports at the same time run similar weblogic
Idea of the project, how to deploy to multiple ports at the same time run similar weblogic

Time:01-06

Got a project, want to run to the Internet,
The current strategy is:
More than 1, buy a few small server, 4 g memory and a 32-bit system, should be very cheap, buy a 10 sets, and then with a nginx load, each running a program to run on tomcat,
2, buy a big some server, memory, for example, 40 g, ceding 10 port, run 10 projects on the server, similar to the weblogic,


But weblogic is charge, other containers, is not very understanding, excuse me, what's the container, and can run multiple ports, and release management, free, or weak weak ask, passengers are springboot project is how to deploy the cluster,

CodePudding user response:

Tomcat free, hundreds of clients can appendage,
Nginx, deployment server page,
Tomcat, is the mid-tier server,

Can be together deployment, server deployment,

CodePudding user response:

WildFly is free of charge.

CodePudding user response:

reference 1st floor covered with stone tiger _ reply:
tomcat free, hundreds of clients can appendage,
Nginx, deployment server page,
Tomcat, is the mid-tier server,

Can be together deployment, server to deploy,
if it is the first case, I said with a tomcat is ok, but now I want to, buy a bigger server, at the same time run multiple, a port operation, do you mean, at the same time run multiple tomcat on a server, the configuration changes, and then turn to start? That, in this case, send a project to do yo N multiple operations,

CodePudding user response:

Also can write a batch script, one-time close a lot of tomcat, or start multiple tomcat,
Did not do so at present, the general is a tomcat on a server,

CodePudding user response:

You can use tomcat, lightweight containers

CodePudding user response:

reference 5 floor KeepSayingNo reply:
you can use tomcat, lightweight containers
if the project is huge, tomcat can't eat, cluster, tomcat how to manage the release?

CodePudding user response:

reference 4 floor covered with stone tiger _ reply:
can also write a batch script, one-time close a lot of tomcat, or start multiple tomcat,
Did not do so at present, the general is a tomcat on a server, and
not is now a large memory capacity of the server is running projects, such as this, weblogic a port operation of a project, and weblogic release management, page operation, if the tomcat, that requires each tomcat release a good complex
  • Related