Can’t see JBoss from Another Machine
You need to set the bind address(es) to allow others to see the server. E.g. on Windows: run.bat -b 0.0.0.0
You need to set the bind address(es) to allow others to see the server. E.g. on Windows: run.bat -b 0.0.0.0
My java opts was like this: set JAVA_OPTS=-Xdebug -Xrunjdwp:transport=dt_socket,address=8787,server=n,suspend=n %JAVA_OPTS% Changed it to this instead: set JAVA_OPTS=-agentlib:jdwp=transport=dt_socket,address=8787,server=y,suspend=n %JAVA_OPTS%
Do a find/replace for the port: netstat -ano | grep Take the pid and look in Windows Task Manager, add the pid column in Options if necessary Kill the process, or change it in the config like this: cd /PATH/jboss/local grep “badport” . -rl Or just try a restart, that will sometimes fix it
Problem: deployment failed and there is no indication what went wrong. Basically you need to increase logging in the JBoss server config to get more details.
Ensure you are using jdk1.6.0_24 or above. Make sure any Windows shortcuts point to this version.