To configure a REST Management Agent, it is necessary to understand its directory structure. The following figure shows the default directory structure or the REST Management Agent:
Table 75. Directory structure of the REST Management agent as a Java container Web application
lib/
restman.jar
[ List of jar files associated with the Web Application]
.
.
.
classes/
[ Java .class files added as required by the developer]
.
.
.
oerm.data/
default.prop
oerm.log
oerm.properties
[ List of all the REST Web applications (WAR) deployed
and managed by the REST Management Agent (oerm)]
.
.
.
The following lists the files that you can use to configure or set your REST Web application (REST Management Agent or any REST Web application):
web.xml: This is a REST Web application descriptor file.
You edit this file when choosing a security configuration and when editing the REST Web application URI. For more information, see Choosing and applying a security configuration and the above figure.
appSecurity-annonymous.xml, appSecurity-basic-local.xml, appSecurity-container.xml, appSecurity-form-local.xml: These are the security configuration models for a REST Web application.
You use these files when you want to modify user roles and privileges. For more information, see Security configuration models.