Specifications

SPECTRUM Web Operator
Known Installation Anomalies in Web Operator Foundation and Suite 6.5
SPECTRUM Software Release Notice Page 92
5 From the command prompt, run the following command:
net start spectrumapache
6 Do one of the following:
If the port you specified during installation is 80 (the default), point
your Web browser to the following URL:
http://<host IP>/spectrum/
where <host IP> is the IP address of the machine on which you
installed SPECTRUM Web Operator.
If the port you specified during installation is not 80, point your
Web browser to the following URL:
http://<host IP>:<portnumber>/spectrum/
where <host IP> is the IP address of the machine on which you
installed SPECTRUM Web Operator and <portnumber> is the port
number specified during the installation.
To change the ServerName option on Solaris:
1 Log on to your Solaris server as root.
2 Stop the Apache Web Server.
/etc/init.d/WOapache stop
3 On the Web Operator server, open the following file:
<install directory>/SPECTRUM/WebApps/apache/conf/
http.conf
where <install directory> is the directory in which you installed
Web Operator.
4 In the ServerName option, enter the IP address, not the hostname of
the Web Operator server.
5 Save and close the http.conf file.
6 Start the Apache Web Server.
/etc/init.d/WOapache start