Starting JBoss from Eclipse

前端 未结 20 1241
名媛妹妹
名媛妹妹 2021-01-17 07:46

Staring JBoss server from within Eclipse Ganymede gives me the following problem: \"Server JBoss v4.0 at localhost was unable to start within 120 seconds. If the server requ

20条回答
  •  悲哀的现实
    2021-01-17 08:19

    I had a similar problem. It turned out that Eclipse’s server default port was set to 8080 while my JBoss was working from 8180.

    By changing the server’s configuration in Eclipse (double-click on the server and edit server property), it worked.

提交回复
热议问题