JBoss Won’t Start Due to Port Conflict
- 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