It is recommended to use the REST API instead of the HTTP Post Adapter.
Workaround:
If you wish to re-enable the HTTPPostAdapter, follow the steps below to re-enable the HTTPPostAdapter on the desired node(s).
Choose the steps for the applicable version of vRealize Operations Manager.
vRealize Operations Manager 7.x
- Log into the vRealize Operations Manager node as root via SSH or Console.
- Open /usr/lib/vmware-vcops/tomcat-enterprise/conf/server.xml in a text editor.
- Find and remove the deployIgnore="HttpPostAdapter.war" line.
- Save and close the file.
- Restart the tomcat service:
service vmware-vcops restart api
vRealize Operations Manager 8.0.x
- Log into the vRealize Operations Manager node as root via SSH or Console.
- Open /usr/lib/vmware-vcops/tomcat-enterprise/conf/server.xml in a text editor.
- Find and remove the deployIgnore="HttpPostAdapter.war" line.
- Save and close the file.
- Restart the tomcat service:
service api restart
vRealize Operations Manager 8.1 and later
- In vRealize Operations Manager 8.1 and later, Basic Authentication for API is disabled by default. Follows the steps in Enable Basic Authentication for API in vRealize Operations Manager 8.1 and later to enable Basic Authentication for API before proceeding with step 2.
- Log into the vRealize Operations Manager node as root via SSH or Console.
- Open /usr/lib/vmware-vcops/tomcat-enterprise/conf/server.xml in a text editor.
- Find and remove the deployIgnore="HttpPostAdapter.war" line.
- Save and close the file.
- Restart the tomcat service:
service api restart