HTTP Status 500 absolute cannot resolved web.xml jar deployed application

March 25, 2014

Problem:

HTTP Status 500 - The absolute uri: http://java.sun.com/jsp/jstl/core cannot be resolved in either web.xml or the jar files deployed with this application

Solution:

Add the following Maven dependency:

<dependency>

<groupId>javax.servlet</groupId>

<artifactId>jstl</artifactId>

<version>1.2</version>

</dependency>

Or alternatively dowload and deploy the jstl jar file.