原因是因为
Eclipse monitors the ports opened by JBoss AS to determine if the app server is running (I think it gets the server mbean and asks for the state). If you change the ports that JBoss AS uses, or if you change the -b run option to bind to something other than localhost, Eclipse will not be able to tell if the app server started successfully. You can edit the eclipse/plugins/org.eclipse.jst.server.generic.jboss_1.6.1.v200904151730/servers/jboss42.serverdef file to change the ports used by Eclipse to monitor the app server.
可以通过修改配置文件的方式来改port
Eclipse monitors the ports opened by JBoss AS to determine if the app server is running (I think it gets the server mbean and asks for the state). If you change the ports that JBoss AS uses, or if you change the -b run option to bind to something other than localhost, Eclipse will not be able to tell if the app server started successfully. You can edit the eclipse/plugins/org.eclipse.jst.server.generic.jboss_1.6.1.v200904151730/servers/jboss42.serverdef file to change the ports used by Eclipse to monitor the app server.
可以通过修改配置文件的方式来改port
本文解释了Eclipse如何通过监控特定端口来确定JBoss应用服务器是否成功启动。如果更改了JBoss使用的端口或启动选项,Eclipse可能无法正确判断服务器状态。通过编辑Eclipse插件目录下的配置文件可以解决此问题。
2127

被折叠的 条评论
为什么被折叠?



