Configuration that is required to disable HTTPS protocol.
Procedure
- Restore the following backup files that you have from Enabling HTTPS protocol.
- $WMCROOT/as/server/default/deploy/jbossweb-tomcat55.sar/server.xml
- $WMCROOT/as/server/default/deploy/http-invoker.sar/invoker.war/WEB-INF/web.xml
- $WMCROOT/as/server/default/deploy/http-invoker.sar/META-INF/jboss-service.xml
- Stop and start the Application Server by using the following
command:
- Optional:
Right-click the Active Events List in OMNIbus Web GUI to run the Tivoli
Netcool Performance Manager defined JavaScript file. This file location is specified in the
Integrating Tivoli Netcool/OMNIbus Web GUI - Wireless Component. In
tnpmforwireless.cgi file, update the
var _protocol value to
HTTP as follows:
-
Start
sqlplus as the virtuo user:
sqlplus virtuo/virtuo_password@vtdb
- Run the following command to update the links when you
switch protocol from https to http:
SQL> update
alarm_alarms set additional_text = replace(additional_text, 'https','http')
where substr(additional_text,1,6) = 'https:';
SQL> commit;
Results
Start the web browser after the HTTPS is disabled by using
the following URL:
https://<hostname>:<port>/tnpmw/login.do