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
-
Run the buildear or buildwar utility to create the
sbc.warfile. -
Modify the <INSTALL_DIRruntime_sandbox>/repository/eardata/sbc/extn/web.xml file as
needed.
If the web.xml file is not present, rename the <INSTALL_DIRruntime_sandbox>/repository/eardata/sbc/extn/web.xml.sample file to web.xml and make the required changes. - If you need to add a new servlet or filter, package it in a .jar file, and run the <INSTALL_DIRruntime_sandbox>/bin/install3rdParty.sh script to include this jar file in a classpath.
-
Run the buildear or buildwar utility to create the
sbc.warfile.