Running Web Applications
A Web application is executed when a Web browser references a URL that is mapped to component contained in the client. Once you have deployed the Hello1 application, you can run the Web application by pointing a browser at:
http://<host>
:8080/hello1/greeting.jsp
Replace <host>
with the name of the host running Tomcat. If your browser is running on the same host as Tomcat, you may replace <host>
with localhost.
|