Download
FAQ
History
HomeHomeNext API
Search
Feedback
Divider

Running Web Applications

A Web application is executed when a Web browser references a URL that is mapped to component. Once you have installed or deployed the hello1 application, you can run the Web application by pointing a browser at

http://host:port/hello1/greeting 

Replace host with the name of the host running the application server. If your browser is running on the same host as the application server, you can replace host with localhost.

Replace port with value you specified for the HTTP server port when you installed the Java WSDP. The default value is 8080.

The examples in this tutorial assume that your application server host and port is localhost:8080.

Divider
Download
FAQ
History
HomeHomeNext API
Search
Feedback
Divider

All of the material in The Java(TM) Web Services Tutorial is copyright-protected and may not be published in other works without express written permission from Sun Microsystems.