Enabling HTTP access
During a new server installation, the option to use HTTPS in target to server communication is selected by default. You can also enable HTTP communication.
About this task
To use HTTP, in target to server communication complete one of the following steps.
- When you are using the server installer program, clear the Force targets to use https option.
- When you are installing the server by deploying the trc.war file in WebSphere® Application Server, the following properties in
the trc.properties file must be modified after the installation:
- Set the url property to the HTTP URL.
- Set enforce.secure.endpoint.callhome to false.
- Set enforce.secure.endpoint.upload to false.
Procedure
-
After the server installation, edit the trc.properties file.
- In the server UI click .
- Select trc.properties.
- Set enforce.secure.web.access,enforce.secure.weblogon, and enforce.secure.alllogon to false.
- Click Submit.
-
Edit the following file, where [INSTALLDIR] is the Remote Control server
installation directory.
- Windows™ systems
- [INSTALLDIR]\wlp\usr\server\trcserver\cookie.xml
- Linux™ systems
- [INSTALLDIR]/wlp/usr/server/trcserver/cookie.xml
- Set <httpSession cookieSecure="false"/> and save the file.
- Click .