WebLogic Server internal server error
Posted
by
Abhinav Pandey
on Server Fault
See other posts from Server Fault
or by Abhinav Pandey
Published on 2011-11-30T09:12:36Z
Indexed on
2011/11/30
10:01 UTC
Read the original article
Hit count: 327
when I deploy a project in Apache Tomcat 6.0
it's working fine. When I deploy the same project in weblogic server 10.3
it's showing an error like below:
Error 500--Internal Server Error
javax.servlet.ServletException: [HTTP:101249][weblogic.servlet.internal.WebAppServletContext@ae43b8 - appName: '_appsdir_ab_dir', name: 'ab', context-path: '/ab', spec-version: 'null']: Servlet class FirstServlet for servlet FirstServlet could not be loaded because the requested class was not found in the classpath . java.lang.UnsupportedClassVersionError: FirstServlet : Unsupported major.minor version 51.0.
© Server Fault or respective owner