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" %>
^----------^
如果我删除标签档案中的“Encoding属性”,它就能够发挥作用。 但我认为这不是一个解决办法,因为它已经在另一个网络服务器上运作。 因此,问题在于我的网络配置。 通过对错误的推断,我没有发现任何东西。
任何想法? 我尝试在网络学、xml和我甚至记得的其他许多事情上向UTF-8倾斜,现在我已经有过这个问题。