Working with WSA security involves working with the web.xml file and with settings in the ubroker.properties file.
Disabling and enabling security in the web.xml (OpenEdge-Install-Directory/servlets/wsa) file involves commenting and uncommenting security-constraints.
In XML, comments start with the start-comment (<!--) and end with the end-comment (-->) tag.
To comment out an XML security-constraint, place an XML start-comment before the XML element tag that begins the entry and place an XML end-comment after the XML tag that terminates the <security-constraint> element, as in the following example:
The web.xml file included with the sample Web service application includes embedded comments with additional information on changes you might need to make.
The configuration instructions are contained in the following sections: