The Java EE 6 Tutorial

Updating a Web Module

A typical iterative development cycle involves deploying a web module and then making changes to the application components. To update a deployed web module, follow these steps.

ProcedureTo Update a Deployed Web Module

  1. Recompile any modified classes.

  2. Redeploy the module.

  3. Reload the URL in the client.