Customizing the web.xml file for development

About this task

During development, you can customize the web.xml file to view your customizations.

To customize the web.xml file during development:

Procedure

  1. Run the buildwar utility to create the sbcdev.war file.
  2. Modify the <runtime_sandbox>/repository/eardata/sbcdev/extn/web.xml file as needed.
    If the web.xml file is not present, rename the <runtime_sandbox>/repository/eardata/sbcdev/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 buildwar utility to create the sbcdev.war file.