|
Home TOC |
|
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
Hello1application, you can run the Web application by pointing a browser at:http://<host>:8080/hello1/greetingReplace
<host>with the name of the host running Tomcat. If your browser is running on the same host as Tomcat, you may replace<host>withlocalhost.
|
Home TOC |
|