2016-05-06 14:27 GMT-04:00 Frederick Piña <pina.freder...@gmail.com>:
> Hi ! I'm using Tomcat Controller. It works fine (turning off/on, etc). > However, after the confirmation page on my browser is shown; from Apache > Tomcat 9; I still can't get the Java Web Application to load. > > Apache Tomcat 9 is working fine... But I'm also getting this error: > > *Caused by: java.net.BindException: Address already in use * > > > Address already in use means what it says. Either another Tomcat process is already using the IP and port number specified in your server.xml file, either another process not related to Tomcat is already using this IP and port number. It may happen if you start two instances of Tomcat with the same configuration.