Steps for Deploying a JSF Application
- Place faces-config.xml into the WEB-INF subdirectory
- Place your Java classes (if any) inside WEB-INF/classes
- Place the file web.xml inside the WEB-INF subdirectory
- Start the web server
- Point your browser to http://localhost:8080/datetime/index.faces