JAVA - Problem accessing the absolute URL; java.net.ConnectException: Connection refused

February 7, 2015

**Problem:**org.apache.jasper.JasperException: javax.servlet.ServletException: javax.servlet.jsp.JspException: Problem accessing the absolute URL “http://localhost:8089/xxxx/xxxx.jsp”. java.net.ConnectException: Connection refused

Solution:
Fix the http port number on the application server. On this particular case it should be 8089.