FAQ
History
PreviousHomeNext Search
Feedback
Divider

Quick Overview

Now that you've downloaded the application and gotten your environment set up for running the example application, this section will show you a quick overview of the steps needed to run the application. Each step is discussed in more detail on the page referenced.

  1. Follow the steps in Setting Up.
  2. Change to the directory for this application, (<JWSDP_HOME>/docs/tutorial/examples/gs (see Creating the Getting Started Application).
  3. Compile the source files by typing the following at the terminal prompt (see Building the Getting Started Application Using Ant):
  4. ant build

    Compile errors are listed in Compilation Errors.

  5. Start Tomcat by typing the following at the terminal prompt (see Starting Tomcat):
  6. <JWSDP_HOME>/bin/startup.sh        (Unix platform)

    <JWSDP_HOME>\bin\startup           (Microsoft Windows)

  7. Deploy the Web application using Ant by typing the following at the terminal prompt (see Installing the Application using Ant).
  8. ant install

    Deployment errors are discussed in Deployment Errors.

  9. Start a Web browser. Enter the following URL to run the example application (see Running the Getting Started Application):
  10. http://localhost:8080/GSApp

  11. Shutdown Tomcat by typing the following at the terminal prompt (see Shutting Down Tomcat):
  12. <JWSDP_HOME>/bin/shutdown.sh        (Unix platform)

    <JWSDP_HOME>\bin\shutdown           (Microsoft Windows)

Divider
FAQ
History
PreviousHomeNext Search
Feedback
Divider

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