Deployment Example: Deploying and Customizing the Documentum Portlet

Setting Application Context

This sections contains instructions to Set Application Context.

ProcedureSet Application Context

  1. Copy DFC JAR files into application server's lib directory.

    For example, type cp $DOCUMENTUM/dfc/*.jar <AppServer_Base_Dir>/appserver/lib.

  2. Set Application Server's classpath and add the classpath to application server instances.

    For example, type the following:


    <App_Server_Dir>/domains/domain1/config/domain.xml
    <java-config ... classpath-suffix="$DOCUMENTUM/config: ...>
  3. Set the enablePooling parameter.

    In the <App_Server_Dir>/domains/domain1/config/default-web.xml file, in the Default Servlet section, add the following:


    <servlet>
    <init-param>
    <param-name>enablePooling</param-name>
    <param-value>false</param-value>
    </init-param>
    </servlet>