Customizing the web.xml file for deployment

About this task

After performing the customizations, you must customize the web.xml file for deployment.

To customize the web.xml file for deployment:

Procedure

  1. Run the buildear or buildwar utility to create the sbc.war file.
  2. Modify the <runtime_sandbox>/repository/eardata/sbc/extn/web.xml file as needed.
    If the web.xml file is not present, rename the <runtime_sandbox>/repository/eardata/sbc/extn/web.xml.sample file to web.xml and make the required changes.
  3. If you need to add a new servlet or filter, package it in a .jar file, and run the <runtime_sandbox>/bin/install3rdParty.sh script to include this JAR file in a classpath.
  4. Run the buildear or buildwar utility to create the sbc.war file.