In this section, we will learn about installation of JSF 1.1 to TOMCAT 5.5.23. Java Server Faces (JSF) requires some steps to follow while configuring it in TOMCAT.
In this section, we will learn about installation of JSF 1.1 to TOMCAT 5.5.23. Java Server Faces (JSF) requires some steps to follow while configuring it in TOMCAT.In this section, we will learn about installation of JSF 1.1 to TOMCAT 5.5.23. Java Server Faces (JSF) requires some steps to follow while configuring it in TOMCAT. Here we are considering you comfortable installing the tomcat. There is nothing much to do to install JSF if you have already installed and configured tomcat 5.5.23. We require
The steps required to make your JSF application run are summarized below :
After configuring JSF in tomcat, we can create and run JSF application. After making any changes in application, its better restart the tomcat before running the application. If you want to run a sample application provided by JSF reference implementation then
This war file gets extracted automatically to the directory structure with the same name of war file. Now you can run this application in tomcat and you can follow the directory structure of these applications to make your own application. In this tutorial, all steps have been described in simple manner by a simple application "SimpleHelloByEnteringName".
Ads