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
I am also facing same issue, after change the port number it has worked for me.
Port number in server.xml and jboss port number should be same.
goto -> jboss-4.0.3\server\default\deploy\jbossweb-tomcat55.sar\server.xml
Connector port="9090"
goto -> Double click on server and change your port number as what you gave in server.xml