Home TOC |
Search
Feedback |
Executing Web Components
A web component is executed when a web browser is pointed at a URL that is mapped to the component. Once you have deployed the hello1 application, you can run it by pointing a browser at:
http://<host>:8000/hello1/greetingReplace <host> with the name of the host running the J2EE server. If your browser is running on the same host as the J2EE server, you may replace <host> with localhost.
Home TOC |
Search
Feedback |