2.2. 在 RHEL 上下载并提取 JBoss Web 服务器存档文件
您可以从红帽客户门户网站下载 JBoss Web Server 存档文件。http://access.redhat.com
先决条件
- 您已使用 YUM 软件包管理器 或从压缩的存档 安装了受支持的 Java 开发套件(JDK)。
- 您的系统符合 Red Hat Enterprise Linux 软件包要求。
步骤
- 打开浏览器并登录 红帽客户门户。
- 点 Downloads。
- 点 产品下载 列表中的 Red Hat JBoss Web Server。
- 从 Version 下拉菜单中选择正确的 JBoss Web Server 版本。
为以下每个文件点 Download,确保为您的系统选择正确的平台和架构:
-
Red Hat JBoss Web Server 5.8 Application Server (
jws-5.8.0-application-server.zip)。 -
用于 RHEL 的 Red Hat JBoss Web Server 5.8 原生组件(
jws-5.8.0-application-server- <platform> - <architecture>.zip)。
-
Red Hat JBoss Web Server 5.8 Application Server (
将下载的存档文件解压缩到您的安装目录中。
例如:
# unzip jws-5.8.0-application-server.zip -d /opt/ # unzip -o jws-5.8.0-application-server-<platform>-<architecture>.zip -d /opt/
您提取存档时会创建 JBoss Web 服务器的顶级目录。本文档将 JBoss Web 服务器的顶级目录指代为 JWS_HOME。