이 콘텐츠는 선택한 언어로 제공되지 않습니다.
2.6. Installation Notes for the Solaris Operating System
The preferred method for installing the JBoss Enterprise Web Server on the Solaris operating system is by using the provided Solaris
package
file; however we will also discuss installation via the zip
package.
Download the desired Enterprise Web Server package that you wish to use and that will match your Solaris version and CPU architecture.
Note
For Solaris you can choose between i386 (x86) and x86_64 system versions. If running a x86_64 JVM choose the x86_64 version of the Enterprise Web Server.
If you are building the packages from source, the Tomcat 5 and Tomcat 6 packages (regardless of the Tomcat you choose) will be built by using the
srpms
.
2.6.1. Installation using the Solaris package 링크 복사링크가 클립보드에 복사되었습니다!
링크 복사링크가 클립보드에 복사되었습니다!
Log into your system as root and use the
gunzip
and pkgadd
commands. The commands will be:
gunzip RHATews-1.0.0*-solaris10-i386.package.gz
gunzip RHATews-1.0.0*-solaris10-i386.package.gz
and
pkgadd -d RHATews-1.0.0*-solaris10-i386.package
pkgadd -d RHATews-1.0.0*-solaris10-i386.package
The output will be:
The following packages are available: 1 RHATews JBoss Enterprise Web Server (i386) 1.0.0,REV=2.el5 Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]:
The following packages are available:
1 RHATews JBoss Enterprise Web Server (i386) 1.0.0,REV=2.el5
Select package(s) you wish to process (or 'all' to process all packages). (default: all) [?,??,q]:
Type
1
or just press enter
. The following information will now appear:
The package installer contains custom scripts that execute during install and are used for setting up the apache and tomcat user accounts. When package installer asks whether you wish to continue with the installation type
y
and press enter
.
Installation will then commence and the following will be displayed:
After the installation finishes the package is installed within the
/opt/redhat/ews
directory.
The package information can be checked by executing the following command:
pkginfo -l RHATews
pkginfo -l RHATews
Note
During installation the system generated a notice that the
JAVA_HOME
environment variable was not set. Configuring this is discussed later in the Section 2.8, “Running on a Solaris Operating System Installation” section.