Editing the portal-ext.properties file for WebSphere deployment

Before deploying your portal-ext.properties file, you must edit it.

  1. Open the portal-ext.properties file and add the following lines to the end of the file:
    # Specify a directory where Liferay will "deploy" processed plugins.
    # From this directory, WAS users will deploy WARs as modules in the
    # Discovery Framework enterprise application.
    auto.deploy.dest.dir=${liferay.home}/websphere-deploy
    
  2. Save the file.