previous | start | next

Steps for Deploying a JSF Application

  1. Place faces-config.xml into the WEB-INF subdirectory
  2. Place your Java classes (if any) inside WEB-INF/classes
  3. Place the file web.xml inside the WEB-INF subdirectory
  4. Start the web server
  5. Point your browser to http://localhost:8080/datetime/index.faces

previous | start | next