Deploying a Web Service
See Also
Deploy applications containing web services either as stand-alone
web applications or as part of an enterprise application. If
you run the Run or Deploy 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.
- By default, after you deploy a web or enterprise application the first time,
the IDE automatically redeploys the application every time you save changes
to that application.
To expose a web service from within an enterprise application project:
- In the Projects window, add the web application as a Java EE module
to the enterprise application.
- Right-click the enterprise application project and choose one of the
following:
- Run. Only takes the
minimal steps needed to run the project. For example, if you only changed one file,
only that file is sent to the server.
- Deploy. Undeploys and then deploys the complete module
no matter what changes you made, even if none.
To expose a web service on its own:
- Right-click the web application or the Java EE module and choose one of the
following:
- Run. Only takes the
minimal steps needed to run the project. For example, if you only changed one file,
only that file is sent to the server.
- Deploy. Undeploys and then deploys the complete module
no matter what changes you made, even if none.
- See Also
- About Web Services
- About Deploying and Testing Web Services
- Testing a JAX-WS Web Service
- Deploying
an Enterprise Application
-
Deploying a Web Application.
Legal Notices