war « Tomcat « JSF Q&A





1. JSF runs in IDE, but not when deployed via war file    stackoverflow.com

I have a JSF app that i'm trying to begin supporting, and I was given a war file with the source files in it. I imported it as a project on ...

3. JSF Sample jsf-guessNumber.war is NOT Working in Tomcat    coderanch.com

Hi, I have worked in struts a bit, but, I'm new to JSF world. I was trying to run small program in JSF, but, I am getting the error by all the way. I have downloaded the JSF from Sun web site, the version says, jsf1.1 Final. I have found, "jsf-guessNumber.war" file in the sample folder in the downloaded zip file. ...

4. Deploying Multiple JSF war files on tomcat using V-Hosts is creating conflicts.    coderanch.com

You have to be very careful about putting jars in the tomcat lib directory. If the jar wasn't designed explicitly to be shared - and to support multi-threaded use - you can have all sorts of unpredictable problems. To the best of my knowledge, the RichFaces jars are not designed to be sharable that way and should be part of each ...