Website development with JBOSS

About 30-40 developers work in my company, and all of them are working on the same site development project. The project is divided into many modules. My problem is that each developer launches their own JBOSS to run their JAVA code. Using Ant, they create an ear file and deploy it to JBOSS, which runs on the local desktop. This requires huge memory and slows down the computer. Impossible if we can run JBOSS on another server machine, and all the developers use this machine to run and test their code at the same time? I hope you guys understand my question?

Thanks in advance.

+3
source share
3 answers

, Jenkins. "". JBoss.

Jenkins ( ), Jenkins, , .

+1

. , JBOSS IP-. . /run.sh -b, IP- , . . IP-. loopback- (127.0.0.1) IP-, .

0

, , .

jboss, , , , / . .

, , . , .

. : , , . . , ( , ). , , . , , .

One quick solution would be to put tons of RAM on each machine, and in any case its cheap price. Then set the server memory settings above. This will reduce your CPU load a bit and reduce the amount of time during which you see a terrible permg error from too many hot deployments.

0
source

All Articles