Red Hat JBoss Web Server 6.1 发行注记


Red Hat JBoss Web Server 6.1

用于 Red Hat JBoss Web Server 6.1

Red Hat Customer Content Services

摘要

本发行注记包含与 Red Hat JBoss Web Server 6.1 相关的重要信息。

提供有关 Red Hat JBoss Web Server 文档的反馈

要报告错误或改进文档,请登录您的红帽 JIRA 帐户并提交问题。如果您没有红帽 JIRA 帐户,系统会提示您创建一个帐户。

流程

  1. 单击以下链接 来创建 ticket
  2. Summary 中输入有关此问题的简单描述。
  3. 描述中提供问题或增强功能的详细描述。请包括有问题的文档 URL。
  4. Create 创建并将问题路由到适当的文档团队。

使开源包含更多

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。我们从这四个术语开始:master、slave、黑名单和白名单。由于此项工作十分艰巨,这些更改将在即将推出的几个发行版本中逐步实施。详情请查看 CTO Chris Wright 的信息

第 1 章 Red Hat JBoss Web Server 6.1

欢迎使用 Red Hat JBoss Web Server 版本 6.1 版本。

红帽 JBoss Web 服务器是用于托管 Java Web 应用程序的完整集成和经认证的组件。它由应用服务器(Apache Tomcat servlet 容器)和 Apache Tomcat 原生库组成。

JBoss Web 服务器包括以下关键组件:

  • Apache Tomcat 是一个基于 Java Servlet 规范的 servlet 容器。JBoss Web 服务器包含 Apache Tomcat 10.1。
  • Apache Tomcat 原生库 提高了 Tomcat 可扩展性、性能和与原生服务器技术的集成。
  • tomcat-vault 是 JBoss Web 服务器的扩展,用于安全存储密码以及 JBoss Web 服务器所使用的其他敏感信息。
  • mod_cluster 库启用 JBoss Web 服务器和 Apache HTTP 服务器 mod_proxy_cluster 模块之间的通信。mod_cluster 库可让您使用 Apache HTTP 服务器作为 JBoss Web 服务器的负载均衡器。有关配置 mod_cluster 的更多信息,或有关安装和配置替代负载均衡器的信息,如 mod_jkmod_proxy,请参阅 Apache HTTP 服务器连接器和负载平衡指南
  • Apache 可移植运行时(APR) 是一个运行时,它为 HTTP 连接器提供基于 OpenSSL 的 TLS 实现。JBoss Web 服务器仅为受支持的 Windows 平台提供 APR 发行版。对于 Red Hat Enterprise Linux,您可以使用操作系统提供的 APR 软件包。
  • OpenSSL 是一个软件库,它实现了安全套接字层(SSL)和传输层安全(TLS)协议,并包括基本的加密库。JBoss Web 服务器仅为受支持的 Windows 平台提供 OpenSSL 发行版。对于 Red Hat Enterprise Linux,您可以使用操作系统提供的 OpenSSL 软件包。

此发行版本引进了对 Windows Server 2022 的支持,还包括一些中等安全更新。

此 JBoss Web 服务器发行版本根据 Red Hat Enterprise Linux 8 提供 OpenShift 镜像。

第 2 章 新功能及功能增强

红帽 JBoss Web 服务器 6.1 包括以下新功能和增强:

2.1. Windows Server 2022 支持

此 JBoss Web 服务器发行版本也认证可在 Windows Server 2022 上使用。可以从存档文件在 Windows Server 2022 上安装 JBoss Web Server 的支持。

2.2. 支持 JSON 格式的 JBoss Web 服务器日志

JBoss Web Server 6.1 引入了对以 JavaScript Object Notation (JSON)格式生成日志的支持。此功能使用 JSON 格式提供与单行日志格式相同的类型信息。

您可以通过两种方式在 JWS_HOME/tomcat/conf/logging.properties 文件中启用此功能:

  • 如果您希望以 JSON 格式呈现控制台输出日志的 catalina.out 文件,请将 java.util.logging.ConsoleHandler.formatter 属性设置为 org.apache.juli.JsonFormatter

    例如:

    java.util.logging.ConsoleHandler.formatter = org.apache.juli.JsonFormatter
  • 如果您希望以 JSON 格式呈现 catalina.log 文件,请将 1catalina.org.apache.juli.AsyncFileHandler.formatter 属性设置为 org.apache.juli.JsonFormatter

    例如:

    1catalina.org.apache.juli.AsyncFileHandler.formatter = org.apache.juli.JsonFormatter

有关 org.apache.juli.JsonFormatter 的更多信息,请参见 Apache Tomcat 文档

第 3 章 安装 Red Hat JBoss Web Server 6.1

您可以在 Red Hat Enterprise Linux 或 Windows Server 上安装 JBoss Web Server 6.1。如需更多信息,请参阅安装指南中的以下部分:

第 4 章 OS/JVM 认证

此发行版本支持以下操作系统和 Java Development Kit(JDK)版本:

操作系统芯片组架构Java 虚拟机

Red Hat Enterprise Linux 9

x86_64

  • Red Hat build of OpenJDK 11
  • Red Hat build of OpenJDK 17
  • Red Hat build of OpenJDK 21
  • Oracle JDK 11
  • Oracle JDK 17
  • Oracle JDK 21

Red Hat Enterprise Linux 8

x86_64

  • Red Hat build of OpenJDK 11
  • Red Hat build of OpenJDK 17
  • Red Hat build of OpenJDK 21
  • Oracle JDK 11
  • Oracle JDK 17
  • Oracle JDK 21

Windows Server 2022

x86_64

  • Red Hat build of OpenJDK 11
  • Red Hat build of OpenJDK 17
  • Red Hat build of OpenJDK 21
  • Oracle JDK 11
  • Oracle JDK 17
  • Oracle JDK 21

Windows Server 2019

x86_64

  • Red Hat build of OpenJDK 11
  • Red Hat build of OpenJDK 17
  • Red Hat build of OpenJDK 21
  • Oracle JDK 11
  • Oracle JDK 17
  • Oracle JDK 21

第 5 章 已解决的问题

这个版本没有解决的问题。

第 6 章 已知问题

这个版本没有已知问题。

第 7 章 支持的组件

有关此 Red Hat JBoss Web Server 发行版本支持的 组件版本列表,请参阅 JBoss Web Server 组件详情页

法律通告

Copyright © 2025 Red Hat, Inc.
The text of and illustrations in this document are licensed by Red Hat under a Creative Commons Attribution–Share Alike 3.0 Unported license ("CC-BY-SA"). An explanation of CC-BY-SA is available at http://creativecommons.org/licenses/by-sa/3.0/. In accordance with CC-BY-SA, if you distribute this document or an adaptation of it, you must provide the URL for the original version.
Red Hat, as the licensor of this document, waives the right to enforce, and agrees not to assert, Section 4d of CC-BY-SA to the fullest extent permitted by applicable law.
Red Hat, Red Hat Enterprise Linux, the Shadowman logo, the Red Hat logo, JBoss, OpenShift, Fedora, the Infinity logo, and RHCE are trademarks of Red Hat, Inc., registered in the United States and other countries.
Linux® is the registered trademark of Linus Torvalds in the United States and other countries.
Java® is a registered trademark of Oracle and/or its affiliates.
XFS® is a trademark of Silicon Graphics International Corp. or its subsidiaries in the United States and/or other countries.
MySQL® is a registered trademark of MySQL AB in the United States, the European Union and other countries.
Node.js® is an official trademark of Joyent. Red Hat is not formally related to or endorsed by the official Joyent Node.js open source or commercial project.
The OpenStack® Word Mark and OpenStack logo are either registered trademarks/service marks or trademarks/service marks of the OpenStack Foundation, in the United States and other countries and are used with the OpenStack Foundation's permission. We are not affiliated with, endorsed or sponsored by the OpenStack Foundation, or the OpenStack community.
All other trademarks are the property of their respective owners.
返回顶部
Red Hat logoGithubredditYoutubeTwitter

学习

尝试、购买和销售

社区

关于红帽文档

通过我们的产品和服务,以及可以信赖的内容,帮助红帽用户创新并实现他们的目标。 了解我们当前的更新.

让开源更具包容性

红帽致力于替换我们的代码、文档和 Web 属性中存在问题的语言。欲了解更多详情,请参阅红帽博客.

關於紅帽

我们提供强化的解决方案,使企业能够更轻松地跨平台和环境(从核心数据中心到网络边缘)工作。

Theme

© 2025 Red Hat, Inc.