aspose file tools
The moose likes Tomcat and the fly likes package com.sun.faces.taglib.html_basic does not exist Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login
JavaRanch » Java Forums » Products » Tomcat
Reply Bookmark "package com.sun.faces.taglib.html_basic does not exist" Watch "package com.sun.faces.taglib.html_basic does not exist" New topic
Author

package com.sun.faces.taglib.html_basic does not exist

Stas Melnychenko
Greenhorn

Joined: Feb 20, 2012
Posts: 14

When I run my web application with jetty - it works.
But when I deploy it to Tomcat 6 - I get this error:

SEVERE: Servlet.service() for servlet jsp threw exception
org.apache.jasper.JasperException: PWC6033: Error in Javac compilation for JSP

PWC6197: An error occurred at line: 20 in the jsp file: /pages/mainpage.jsp
PWC6199: Generated servlet error:
package com.sun.faces.taglib.jsf_core does not exist

I do not understand anything. Pleas help. I will give all information you need.
Rob Spoor
Sheriff

Joined: Oct 27, 2005
Posts: 19216

Did you add all the required JSF JAR files to your application's WEB-INF/lib folder?


SCJP 1.4 - SCJP 6 - SCWCD 5
How To Ask Questions How To Answer Questions
Stas Melnychenko
Greenhorn

Joined: Feb 20, 2012
Posts: 14

Rob Spoor wrote:Did you add all the required JSF JAR files to your application's WEB-INF/lib folder?


Yes, I have jsf-impl.jar and jsf-api.jar in WEB-INF/lib folder.
Application work on jetty, so I think I added all libraries I need.
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: package com.sun.faces.taglib.html_basic does not exist
 
Similar Threads
servlet compilation error.
javax.servlet. Not Found
Java mail api
package javax.servlet does not exist
Compilation Error - package javax.servlet does not exist