Updating the web server configuration if you use JavaServer pages (JSPs)

To add a new CA domain when you implement the web application using Java™Server pages (JSPs), you need to edit the web.xml file to define additional environment variables and URL mappings to the WebSphere application, PKIServ_EAR. The shipped web.xml file contains the definitions to use either an unnamed domain or a domain named "Master". Use the definition of the CA domain Master as a model for defining additional CA domains. This section in the web.xml file is delimited by the two comments:
<!-- Start: For new domain: Master -->
⋮
<!-- End: For named domain Master with application Customers: Master/Customers -->