HTML to PDF / DOCX / RTF Java converter library › Forums › PD4ML v3 Archived Forums (Read Only) › Deployment / Configuration issues › pd4ml for jsp deployment in tomcat 6.0 is not working
- This topic has 2 replies, 2 voices, and was last updated Jun 12, 2012
04:14:01 by pnikumbh.
-
AuthorPosts
-
June 11, 2012 at 07:17#26735
Hello,
i am tryng to deploy taglib example to tomcat 6.0 but after running tomcat i get following errors,javax.servlet.ServletException: java.lang.NoClassDefFoundError: org/apache/el/ExpressionFactoryImpl
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:268)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
root causejava.lang.NoClassDefFoundError: org/apache/el/ExpressionFactoryImpl
org.apache.jasper.JspCompilationContext.getServletClassName(JspCompilationContext.java:374)
org.apache.jasper.JspCompilationContext.getClassFileName(JspCompilationContext.java:514)
org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:453)
org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:399)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:585)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)
root causejava.lang.ClassNotFoundException: org.apache.el.ExpressionFactoryImpl
java.net.URLClassLoader$1.run(URLClassLoader.java:202)
java.security.AccessController.doPrivileged(Native Method)
java.net.URLClassLoader.findClass(URLClassLoader.java:190)
java.lang.ClassLoader.loadClass(ClassLoader.java:306)
java.lang.ClassLoader.loadClass(ClassLoader.java:247)
org.apache.jasper.JspCompilationContext.getServletClassName(JspCompilationContext.java:374)
org.apache.jasper.JspCompilationContext.getClassFileName(JspCompilationContext.java:514)
org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:453)
org.apache.jasper.compiler.Compiler.isOutDated(Compiler.java:399)
org.apache.jasper.JspCompilationContext.compile(JspCompilationContext.java:585)
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:328)
org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:313)
org.apache.jasper.servlet.JspServlet.service(JspServlet.java:260)
javax.servlet.http.HttpServlet.service(HttpServlet.java:717)can you please tell me where am i getting wrong?
Prashant
June 11, 2012 at 14:29#29021Does the exception disappear if you remove pd4ml_demo.jar and ss_css2.jar from WEB-INF/lib ?
June 12, 2012 at 04:14#29022ok solved, no need to remove the jars..
actually problem was in tomcat 6.0
need to add jasper-el.jar to tomact/libcode works fine now.
thank you!
Prashant
-
AuthorPosts
The forum ‘Deployment / Configuration issues’ is closed to new topics and replies.