• 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

works in tomcat 5 but not in tomcat 5.5

 
Ranch Hand
Posts: 67
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I keep getting the following error when deploying a working JSF app on Tomcat 5.5:

javax.servlet.ServletException: Servlet.init() for servlet Faces Servlet threw exception


The app works just fine in Tomcat 5 and is configured correctly. I develp with JBuilder and run tomcat 5 for testing through JBuilder. Then, when I fire up Tomcat 5.5, it fails. (no port issues, nothing like that) I ma not using shared folder, just the web-inf/lib folder for all the needed api's.

any ideas, I am all out?
 
Ranch Hand
Posts: 77
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I assume that you have tested your app in standalone tomcat5, manually
deploying it.
Am I right?
 
Saloon Keeper
Posts: 27807
196
Android Eclipse IDE Tomcat Server Redhat Java Linux
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Somewhere out there should be a complete stack trace. Including the actual exception itself. If it didn't show up in the browser window, look in the $TOMCAT_HOME/logs directory.
 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Maybe this will help.
http://forum.java.sun.com/thread.jspa?threadID=527577&messageID=2641718
 
reply
    Bookmark Topic Watch Topic
  • New Topic