The J2EETM Tutorial
Home
TOC
PREV TOC NEXT 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/greeting 

Replace <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
PREV TOC NEXT Search
Feedback