Disabling HTTPS protocol

Configuration that is required to disable HTTPS protocol.

Procedure

  1. 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
  2. Stop and start the Application Server by using the following command:
    sap stop as
    sap start as
  3. 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:
    var _protocol="http://";
  4. Start sqlplus as the virtuo user:
    sqlplus virtuo/virtuo_password@vtdb
  5. 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