Once your application is successfully deployed, you can start using it. To do this, open a browser window, and in the address bar, type http://localhost:7001/AirlinesApp/Welcome. This will open the first page of your application. You learned about alias names for servlets and JSPs on Days 5, "Writing JavaServer Pages (JSP)," and 6, "Advanced JavaServer Pages Techniques." Here "Welcome" is an alias name for the JSP CheckAvailFlightsPage.jsp. From here you can navigate around your application. |