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".
If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.
Ask your questions, our development team will try to give answers to your questions.
Ask Questions? Discuss: Installing JSF 1.1 in TOMCAT 5.5.23 View All Comments
Post your Comment