Before you install Trailhead, you must install the gzip compress/uncompression utility and the Java Web Server 1.1.3.
Note: This step is required only if you are not installing on the same machine as the Cisco Collaboration Server (CCS). If you are installing on the same machine, go to Install and Configure Trailhead.
Installing gzip and JWS requires that you do the following:
To install these products, you need root privilege. Type this command:
su root
Check to see if gzip is already installed on your system. If it is not, follow these steps:
Copy the gzip media from the CD:
cp /cdrom/ciscoth/gzip124/ /usr/local/
Enter these commands:
cd /usr/local
pkgadd -d gzip124
Press Enter to accept the default to install gzip.
Check to see if the Java Web Server is already installed on your system. If it is not, follow these steps to install the Sun Java Web Server (JWS) version 1.1.3 for Solaris:
Copy the JWS media from the CD to /usr/local/:
cp /cdrom/ciscoth/jws113.tgz /usr/local/
Go to /usr/local
cd /usr/local/
Unzip the JWS media:
bin/gunzip -c jws113.tgz | tar xf -
Set the ownership of the JavaWebServer directory to nobody.
chown -R nobody /usr/local/JavaWebServer1.1.3
Go to the JWS bin directory:
cd /usr/local/JavaWebServer1.1.3/bin
Start the Java Web Server:
./httpd &
Open a browser and connect to the web server by going to this URL:
http://<servername>:8080
A JWS1.1.3 Congratulations page displays indicating that Java Web Server is installed and running successfully.