previous | start | next

Steps for Deploying a JSF Application

  1. Make a subdirectory with the name of your web application in the webapps directory of your Tomcat installation
    /usr/local/jakarta-tomcat/webapps/datetime
    or
    c:\Tomcat\webapps\datetime
  2. Place the index.jsp file into that directory
  3. Create a subdirectory WEB-INF in your application directory
    /usr/local/jakarta-tomcat/webapps/datetime/WEB-INF
    or
    c:\Tomcat\webapps\datetime\WEB-INF

previous | start | next