Reverting HTTPS mode to HTTP mode for
M&R 7.7.0.3 installation
If you want to access M&R 7.7.0.3 in the HTTP mode, complete the following steps:
When you install M&R 7.7.0.3, by default
it is installed in the HTTPS mode.
- In the/opt/APG/Web-Servers/Tomcat/Default/conf/server.xmlfile:
- Locate and remove the entryredirectPort="58443".Before removing the entryredirectPort="58443", it appear as follows:<Connector port="58080" protocol="HTTP/1.1" connectionTimeout="20000" compression="2048"/> redirectPort="58443" URIEncoding="UTF-8" />After removing the entryredirectPort="58443", it must appear as follows:<Connector port="58080" protocol="HTTP/1.1" connectionTimeout="20000" compression="2048" URIEncoding="UTF-8" />
- Comment out the following line:<Valve className="com.watch4net.apg.v2.gui.tomcat.ForceSSL" />
- Restart the Tomcat service.
- Clear the browser cache, and then log in using HTTP.