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.war
file. -
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. - 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.
- Run the buildear
or buildwar utility to create the
sbc.war
file.