Why do I get a "java.net.BindException:Address in use" error?
Created May 4, 2012
Alex Chaffee Probably because the address is in use :-)
You're already running an instance of your servlet engine, or another service is running on its port. Make sure the other service is fully stopped before launching another one.
See also