Deploying an Enterprise Application
See Also
Unless your EJB modules and web application modules are designed to be deployed as stand-alone modules,
you should always deploy them by deploying the enterprise application
that contains them. If you run the Run Project or Deploy Project commands on an individual
module that is part of an enterprise application, the IDE only deploys that
module itself. Any changes you have made in the other modules in the project are
not propagated to the server.
To deploy an enterprise application:
- In the Projects window, right-click the enterprise application project and
choose one of the following:
- Run Project. Starts the target application server and domain,
undeploys the enterprise application if it is already deployed, deploys
the enterprise application to the target application server and domain,
and displays it in the IDE's default browser.
- Deploy Project. Starts the target application server and domain
and deploys the enterprise application to it.
- You cannot start and stop a remote installation of a server from within the IDE.
- See Also
- About Enterprise Applications
- Building an Enterprise Application
- Verifying an Enterprise Application
- Redeploying an Application to a Different Server
Legal Notices