javax.servlet.ServletException: weblogic.servlet.jsp.CompilationException: Failed to compile JSP /WEB-INF/content/intro.jsp
messages.tag:2:30: The encoding specified on the page cannot be different than detected encoding for the file.
<%@ tag body-content="empty" pageEncoding="utf-8" %>
^----------^
If I remove pageEncoding attribute in tag file, it works. But I think this is not a solution, because it already works on another Weblogic server. So the problem is with my Weblogic configuration. By Googling the error, I did not found anything.
Any ideas? I have tried setting encoding to UTF-8 in weblogic.xml and many other things I can't even remember, I have had this issue for some time now.