Today, I built a web application in the installed WebLogic, tested the JSP operation, dragging a JSP file that was previously running in Tomcat to put it in the application service directory, but found an error after running.
JSP file (part):
<% @ page language = "java" contenttype = "text / html; charSet = GB2312"%>
<% @ page language = "java" import = "java.util. *"%> // Display the Bank error
It feels like there is no mistake, I want to take a while, remove the language = "java" in the Import.
It seems that WebLogic's syntax is more strict :(
============================================================================================================================================================================================================= =========