用WTP启动JBoss,通过IP访问JBoss Server 会失败,查了下,需要指定一个启动参数
Edit launch configuration properties -> Arguments -> Program arguments 中设置
-b 0.0.0.0 或者 -b 10.10.1.25 等。 0.0.0.0代表所有IP
用WTP启动JBoss,通过IP访问JBoss Server 会失败,查了下,需要指定一个启动参数
Edit launch configuration properties -> Arguments -> Program arguments 中设置
-b 0.0.0.0 或者 -b 10.10.1.25 等。 0.0.0.0代表所有IP