Weblogic 8.1 files (java,jsp etc.) copied on to new installation weblogic 10.3.6 - Error while runn
We installed weblogic 10.3.6 on a new linux server and copied all the files from old weblogic 8.1 linux server, Deploying of jars,ejb's,JDBC and web application are done and then tried accessing the link http://myserver:7008/login_screen.jsp and below is the error thrown
Can you please help me figure out what causing the error
Root cause of ServletException.
weblogic.servlet.jsp.CompilationException: Failed to compile JSP /login_screen.jsp
login_screen.jsp:1:55: The import common.PopulateDetails cannot be resolved
<%@ page language="java" pageEncoding="utf-8" import="java.util.*,common.PopulateDetails" %>
^--------------------------------^
login_screen.jsp:227:4: PopulateDetails cannot be resolved to a type