IBM BPM, V8.0.1, All platforms > Installing, deploying, and undeploying applications in the runtime environment > Deploying service modules
Module deployment properties
Each module has a set of deployment properties associated with it by default; these are stored in the deployment descriptor file. If you want to specify different values for these properties, you can edit them directly in the descriptor file or in the IBM Integration Designer module deployment editor.
Any changes that you directly make to module deployment properties in deployment descriptor files are typically overwritten when the deploy code is next regenerated.
However, you can use the module deployment editor to specify and retain changes to module deployment properties. The module deployment editor saves your changes to a deployment side file, which is used to automatically update the module deployment properties in the deployment descriptor files whenever the deploy code is regenerated or the module is installed on the server.
You can use the module deployment editor to make the following kinds of updates to the deployment properties:
- Change URLs for web service exports
- Create and assign security roles for web service exports
- Bind security roles (including roles that are defined in assembly diagrams)
- Edit WS-Security properties for JAX-RPC exports and imports
- Add JAX-RPC handlers for web service imports and exports
- Add resource references
Related information:
Editing module deployment properties