url after deployment. How to remove faces from the rul
Hi,
When running the web application from my local machine the url is the following
http://localhost:8080/AutomobileDatabase2/faces/Page1.jsp
I want to deploye my application in a real server with the name
AUTODEALS
so the url should be
www.autodeals.com
Questions
1. How will Page1.jsp be displayed when i type
www.autodeals.com?
2. How will i remove /faces/Page1.jsp?

