|
What does the following error mean "FATAL:java.net.BindException: Address in use: JVM_Bind"? |
|
This means that another process is trying to run on the same port as Tomcat. Most likely you tried
to run Tomcat a number of times, not killing the old copy that was running each time that you ran a
new one. If you kill the other Tomcat prosseses then this should be fixed. |