Starting JBoss from Eclipse

前端 未结 20 1234
名媛妹妹
名媛妹妹 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.

    0 讨论(0)
  • 2021-01-17 08:19

    If you are using a non default port for, instance 8180. You should configure eclipse to poll server at desired port number. See this picture:

    enter image description here

    0 讨论(0)
提交回复
热议问题