Run the Web Application
You should now have a NetBeans project called login that is set as
your main project.
Run the login project:
- You will see compilation messages in an output tab labeled login (run).
- You will see application deployment messages in an output tab
labeled Glassfish v3 Domain.
- A new tab will be opened in your browser with the URL
http://localhost:8080/login/index.faces
- Enter a name and password (any will do), and get a welcome page back
from the server.