首页 诗词 字典 板报 句子 名言 友答 励志 学校 网站地图
当前位置: 首页 > 教程频道 > 其他教程 > 操作系统 >

Glassfish 各种有关问题汇总

2014-06-10 
Glassfish 各种问题汇总1. Eclipse 集成的glassfish 停留在starting 无法启动server原因是因为 Eclipse mo

Glassfish 各种问题汇总
1. Eclipse 集成的glassfish 停留在starting 无法启动server
原因是因为

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

2. Linux下glassfish 无法启动,总是提示4848端口被占用,但又没有程序占用其端口
解决方法 在/etc/hosts下把 127.0.0.1对应到真正的机器名而不是localhost

热点排行