• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

When trying to deploy my JSF 2.0 JSP page I get this:

 
Ranch Hand
Posts: 53
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

cannot Deploy Taxonomy_JSF

Deployment Error for module: Taxonomy_JSF: Exception while loading the app : java.lang.Exception: java.lang.IllegalStateException: ContainerBase.addChild: start: org.apache.catalina.LifecycleException: com.sun.faces.config.ConfigurationException: CONFIGURATION FAILED! org.apache.commons.logging.LogFactory%%%EOL%%%



It was working fine till I tried to add Tomahawk to the deal. I put the tomahawk jar in the WEB-INF/lib dir as stated here: http://myfaces.apache.org/tomahawk/index.html#extensionsFilter.html

There was another page off the Apache Foundation site that showed how to modify the xml files. Anyhoo. It's not working.

Happy new year guys!


Web.xml:


faces-config.xml



Index.jsp



 
reply
    Bookmark Topic Watch Topic
  • New Topic