Become superuser.
% su |
Change (cd) to the Sun WebServer directory on the CD or to the directory where you unpacked the archives. For example:
The packages are located in the directory where you unpacked the archives; however, the actual directory names may vary depending on how you purchased Sun WebServer.
# cd /tmp |
(Optional) If you want SSL support, complete this step. If you do not want SSL support, skip this step and move on to Step 4.
You should install the packages in the following order as some packages have dependencies on other packages.
The installation process is interactive and will prompt you for answers. Answer "yes" to all questions in the pkgadd process.
Remove the SUNWfns
package installed with Solaris 2.6.
Disregard the warnings regarding the disposal of SUNWfns
.
SUNWfns
should be upgraded to the version we supply on Solaris 2.6 systems. On Solaris 2.7, you do not need to remove or upgrade the exisitng SUNWfns
.
# pkgrm SUNWfns |
Change directories to the directory that contains the SSL packages, and install the updated version SUNWfns
along with the SUNWski
and SUNWssl
packages.
If you have a global export version, install SUNWssl
instead of SUNWssld
. Also, there is no SUNWskild
package to install. The SUNWskild
package should be installed after the SUNWski
package to ensure the integrity of all symbolic links.
# pkgadd -d . SUNWfns SUNWski SUNWskild SUNWskica\ SUNWskicw SUNWskimc SUNWskimu SUNWssld |
Change directories to the directory containg the Sun WebServer core packages, and install the packages.
The installation process is interactive and will prompt you for answers. Answer "yes" to all questions in the pkgadd process.
SUNWhtsvl is the Java Servlet Support package and is only required if you want support for servlets. It requires SolarisTM JDKTM 1.1.5 or greater. You can download the lastest version of Solaris JDK at URL http://www.sun.com/solaris/java/. SUNWhtadm
is the Sun WebServer Administration Console applet and Administration Server package. It is recommended for easy management of Sun WebServer.
# pkgadd -d . SUNWhttp SUNWhtsvl SUNWixklg SUNWixavm SUNWhtadm SUNWhttpc |
Change directories to the directory containing the Sun WebServer online help and man pages, and install the documentation packages:
# pkgadd -d components/SUNWhttp/common/pkgs SUNWhtdoc SUNWhtman |