This documentation is for WSO2 Application Server version 5.1.0. View documentation for the latest release.

Unknown macro: {next_previous_link3}
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 7 Current »

Users apply various patches to the existing Carbon-based products to enhance the available features or to fix possible bugs that may rise on the Carbon-based application. As a result, applying patches is an easy approach to use when existing executable JAR files need to be changed on the server.

To apply a patch:

  1. Insert the required patches to the respective  <PRODUCT_HOME>/repository/components/patches directory.
    For example: <PRODUCT_HOME>/repository/components/patches

  2. Run the patch as follows:

    wso2server.sh -DapplyPatches

    When running this patch the following is the sequence of actions that take place:

    • A backup folder named patch0000 gets created inside the <PRODUCT_HOME>/repository/components/patches directory containing the original content of the <PRODUCT_HOME>/repository/components/plugins folder. This step is executed  as a precautionary measure so that if something goes wrong it is possible to revert to the previous state. 
    • The content of the patches directory will incrementally (e.g., patch0001, patch0002 etc.) get copied to the plugins directory.
      This process is only supported for components that have already existing JAR files in the plugins directory.

  • No labels