web « Tomcat « JSF Q&A





1. Problem in JSF based Web application while click on the button    stackoverflow.com

I am working on a web application based on JSF and RichFaces. it is working fine in my local machine. when i deployed it to UAT machine i am getting problem. i have ...

2. how to know the server(tomcat6) is shutting Down in a JSF 1.2 app    stackoverflow.com

I am trying to implement a alerting system in my web app which mails me when the tomcat is shutting down. I can do it by parsing the server logs. But i ...

4. Configuring JSF in the TOMCAT/conf/web.xml for all webapps    coderanch.com

Hello, I am developing a system in which every webapp deployed to Tomcat uses JSF. So, I decided to move the common JSF configuration from each webapp/WEB-INF/web.xml into the TOMCAT/conf/web.xml file. At startup time everything looks fine. Here's an example of the output I see for each webapp: [02 Feb 2007 10:32:15,699] INFO [main] (HostConfig.java:788) - Deploying web application archive admin.war ...

5. new JSF web appliction on Tomcat    coderanch.com

Tim Holloway wrote:Hello Menen, welcome to the JavaRanch. When you create a JSF webapp, you must include the JSF api jar as part of the webapp, and like all library JARs for a J2EE WAR, that means you put a copy of the jsf-api.jar in the webapp's WEB-INF/lib directory. Tomcat is not JEE 5 compliant, so the actual JSF implementation classes ...

6. JSF application on Apacher web server and Tomcat    coderanch.com

I have a JSF based web application using facelets (XHTML). It works perfect on Tomcat. For demo purpose i deployed it on hosting server that uses apache web server integrated with tomcat. As i acces any xhtml page in IE it opens the Save dialog box to save the file reather than display it. In FireFox it display the file but ...