Thursday, August 18, 2016

JBoss 5 Shutdown Error in MyEclipse

Since Tomcat normally takes port 8080, JBoss then takes 8180. Then the JNP port will be 1199, not 1099.

However, in MyEclipse, when shutdown JBoss, it still tries to connect 127.0.0.1:1099 and it will fail.

I added --server=localhost:1199 after the --shutdown at the Optional shutdown arguments of the JBoss 5.x preference to solve the problem.

No comments: