Last week, we had the author of TDD for a Shopping Website LiveProject. Friday at 11am Ranch time, Steven Solomon will be hosting a live TDD session just for us. See for the agenda and registration link
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.
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.
Sometimes the only way things ever got fixed is because people became uncomfortable.