Customize Blue coat reporter port numbers
If some other applications using Bluecoat reporter default ports, then you can configure the Reporter to run at other ports:
· Stop Reporter service.
· Go to Reporter Installation Directory 3. Go to Setting Folder. You will see a cfg file called "Preference"
Change the port number:
http = {
ssl = {
ssl_v2 = "false"
ssl_v3 = "false"
tls_v1 = "true"
tls_v1_1 = "true"
tls_v1_2 = "true"
mode = "enable"
use_default_cert = "true"
cert_file = ""
key_file = ""
port = "8082" ### change to another port #. ex: 6062
password = "004cc6e07945f9"
} # ssl
ip = "0.0.0.0"
port = "8081" ### change to another port #. ex: 6061
} # http
· Save the Preference file.
· Start Reporter service and open Reporter Web GUI.