This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes JSF and the fly likes JSF issues with Tomcat 5.5.9 Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » JSF
Reply Bookmark "JSF issues with Tomcat 5.5.9" Watch "JSF issues with Tomcat 5.5.9" New topic
Author

JSF issues with Tomcat 5.5.9

D Thompson
Greenhorn

Joined: Jun 16, 2005
Posts: 1
Hi All!

I have updated Tomcat from 5.0.28 to 5.5.9 while still running jdk 1.4.2 (butI have followed the compatibility instructions) and now my JSF application is not working. Has anyone experienced the following error:

javax.servlet.jsp.JspException: java.lang.LinkageError: Class javax/faces/context/FacesContext violates loader constraints
org.apache.jasper.runtime.PageContextImpl.doHandlePageException(PageContextImpl.java:844)

There are no other errors in the logs except this one!

Any help would be appreciated as I am stumped!!

thanks,

Dave Thompson
Gregg Bolinger
Ranch Hand

Joined: Jul 11, 2001
Posts: 15230

From the tomcat docs on 5.5:


If using a J2SE 1.4 JRE, the compatibility package must be downloaded and expanded inside the folder where Tomcat was installed.


Tomcat 5.5 wants Java 1.5. Maybe that is your issue?
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: JSF issues with Tomcat 5.5.9
 
Similar Threads
Unable to get TomcatManager console
how to integrate eclipse and tomcat
Where can I see my System.out.println in Apache Tomcat 5.5.9 Server
Tomact Configuration
how to access values in session from javascript