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