Developing and deploying modules are fundamental tasks.
The following topics describe the concepts and tasks involved in developing modules for use with WebSphere® Process Server and deploying modules to the server.
Overview of developing modules
A module contains a component and zero or more libraries and staging modules used by the module. A component contains other components and artifacts. Developing modules involves ensuring that the component, staging modules, and libraries (collections of artifacts referenced by the module) required by the application are available on the production server.Overview of preparing and installing modules
Installing modules (also known as deploying) activates the modules in either a test environment or a production environment. This overview briefly describes the test and production environments and some of the objects used in installing modules.Installing a module to a production server
This topic describes the steps involved in taking an application from a test server and deploying it into a production environment.Troubleshooting a failed application deployment
This topic describes the steps to take to determine the cause of a problem when deploying a module. It also presents some possible solutions.