.jsp shows as plain text after migrating from TOMCAT 6.0 to 7.0

64 Views Asked by At

I am trying to migrate a project from TOMCAT 6.0.33 to 7.0.54.

After some trouble, I was able to run the server without errors or warning. But when I tried to acces the previously funtional pages, the content of the jsp itself shows as plain text, like so :

<%@page session="false"%>
<html>
<head>
    <title>
etc.... 

The .war is build using JDK 1.8 and as I said before, it is fully functional in a TOMCAT 6.0 server. I've been trying to find similar issues or solution without luck so far.

Thank you for your time

0

There are 0 best solutions below