Hi,

I have a project which works fine in STS.

I wanted to import it in my "main" Eclipse, I selected Import->"Existing Maven Projects".

The project imports and compiles without a problem, and tomcat6 also starts up without a problem.

But as soon as I do the first request, I get the following exception:

Code:
org.apache.jasper.JasperException: /WEB-INF/layouts/default.jspx(5,50) Could not add one or more tag libraries.
The jspx in question does not show any error, and I did not manage to find out what problem it exactly has...

Can someone give a pointer?

Best regards