Red Hat JBoss Web Server 6.2 Release Notes
For Use with the Red Hat JBoss Web Server 6.2
Abstract
Providing feedback on Red Hat JBoss Web Server documentation Copy linkLink copied to clipboard!
To report an error or to improve our documentation, log in to your Red Hat Jira account and submit an issue. If you do not have a Red Hat Jira account, then you will be prompted to create an account.
Procedure
- Click the following link to create a ticket.
- Enter a brief description of the issue in the Summary.
- Provide a detailed description of the issue or enhancement in the Description. Include a URL to where the issue occurs in the documentation.
- Clicking Create creates and routes the issue to the appropriate documentation team.
Making open source more inclusive Copy linkLink copied to clipboard!
Red Hat is committed to replacing problematic language in our code, documentation, and web properties. We are beginning with these four terms: master, slave, blacklist, and whitelist. Because of the enormity of this endeavor, these changes will be implemented gradually over several upcoming releases. For more details, see our CTO Chris Wright’s message.
Chapter 1. Red Hat JBoss Web Server 6.2 Copy linkLink copied to clipboard!
Welcome to the Red Hat JBoss Web Server version 6.2 release.
Red Hat JBoss Web Server is a fully integrated and certified set of components for hosting Java web applications. It consists of an application server (Apache Tomcat servlet container) and the Apache Tomcat Native Library.
JBoss Web Server includes the following key components:
- Apache Tomcat is a servlet container in accordance with the Java Servlet Specification. JBoss Web Server contains Apache Tomcat 10.1.
- The Apache Tomcat Native Library improves Tomcat scalability, performance, and integration with native server technologies.
- Tomcat-vault is an extension for the JBoss Web Server that is used for securely storing passwords and other sensitive information used by a JBoss Web Server.
-
The mod_cluster library enables communication between JBoss Web Server and the Apache HTTP Server
mod_proxy_clustermodule. Themod_clusterlibrary enables you to use the Apache HTTP Server as a load balancer for JBoss Web Server. For more information about configuringmod_cluster, or for information about installing and configuring alternative load balancers such asmod_jkandmod_proxy, see the Apache HTTP Server Connectors and Load Balancing Guide. - Apache portable runtime (APR) is a runtime that provides an OpenSSL-based TLS implementation for the HTTP connectors. JBoss Web Server provides a distribution of APR for supported Windows platforms only. For Red Hat Enterprise Linux, you can use the APR package that the operating system provides.
- OpenSSL is a software library that implements the Secure Sockets Layer (SSL) and Transport Layer Security (TLS) protocols and includes a basic cryptographic library. JBoss Web Server provides a distribution of OpenSSL for supported Windows platforms only. For Red Hat Enterprise Linux, you can use the OpenSSL package that the operating system provides.
This release introduces support for Java 25.
This release of JBoss Web Server provides OpenShift images built on Universal Base Image (UBI) 8. It also provides OpenShift images built on UBI 9 as a Technology Preview feature.
Chapter 2. New features and enhancements Copy linkLink copied to clipboard!
Red Hat JBoss Web Server 6.2 includes the following new features and enhancements.
- Java 25 support
JBoss Web Server 6.2 is now certified for use with Red Hat build of OpenJDK 25 and Oracle JDK 25.
NoteJava 25 is now fully tested and supported for both RPM package and archive file distributions of JBoss Web Server 6.2.
- Uninstallation script for archive file distributions on RHEL
JBoss Web Server 6.2 provides a
JWS_HOME/tomcat/.uninstall-jwsscript that you can use to uninstall Red Hat JBoss Web Server if it was installed from an archive file distribution on RHEL.The usage string for the .uninstall-jws script is as follows:
sudo ./.uninstall-jws [--yes] [--purge] [--purge-user] [--kill-user-procs] [--remove-sysconfig]
sudo ./.uninstall-jws [--yes] [--purge] [--purge-user] [--kill-user-procs] [--remove-sysconfig]Copy to Clipboard Copied! Toggle word wrap Toggle overflow Consider the following usage information:
-
Use of the
.uninstall-jwsscript requiressudoprivileges. - This script is only available for use with archive file distributions on RHEL. It is not available for use with RPM package distributions on RHEL or archive file distributions on Windows.
-
If you have chosen to manage your JBoss Web Server installation from the command line instead of running the
.postinstall/systemdscript, you can still use the.uninstall-jwsscript. In this situation, the.uninstall-jwsscript can remove those parts of the installation that match the.postinstall/systemddefault setup. However, the uninstallation script will skip removal of any parts of the installation that differ from the default setup. When you run the
.uninstall-jwsscript, it always attempts to perform the following tasks:- Stop the service (if found).
- Remove service files (if found).
-
Remove the
jws6-tomcat.conffile (if found). - Remove the SELinux module (if found).
You can also specify the following options to instruct the script to perform additional actions:
-
Specify the
--purgeoption to delete the<JWS_HOME>directory. -
Specify the
--purge-useroption to delete thetomcatuser and group. -
Specify the
--kill-user-procsoption to stop any remaining processes for thetomcatuser before user removal. (This action requires that you also specify the--purge-useroption.) -
Specify the
--remove-sysconfigoption to remove the/etc/sysconfig/jws6-tomcatdirectory (if present).
-
Specify the
By default, the
.uninstall-jwsscript displays confirmation prompts to request your approval before it performs any destructive operations, such as deleting the<JWS_HOME>directory or thetomcatuser and group. If you want to disable prompts, specify the--yesoption.For example, if you run
sudo ./.uninstall-jws --purge, the script prompts you for your approval before it deletes the<JWS_HOME>directory. Conversely, if you runsudo ./.uninstall-jws --yes --purge, the script automatically deletes the<JWS_HOME>directory without prompting you.
-
Use of the
- JWS for OpenShift images on UBI 9 (Technology Preview)
JBoss Web Server 6.2 introduces JWS for OpenShift images that are built on Universal Base Image (UBI) 9 as a Technology Preview feature.
For more information about importing the
jboss-webserver62-openjdk17-tomcat10-openshift-ubi9orjboss-webserver62-openjdk21-tomcat10-openshift-ubi9image, see the RHEA-2026:2820 advisory.ImportantJWS for OpenShift images built on UBI 9 are a Technology Preview feature only in this release. Technology Preview features are not supported with Red Hat production service level agreements (SLAs) and might not be functionally complete. Red Hat does not recommend using them in production. These features provide early access to upcoming product features, enabling customers to test functionality and provide feedback during the development process.
For more information about the support scope of Red Hat Technology Preview features, see Technology Preview Features Support Scope.
Chapter 3. Deprecated features Copy linkLink copied to clipboard!
The following features are deprecated in this release.
- JWS for OpenShift images on UBI 8
This release deprecates the use of JWS for OpenShift images that are built on UBI 8.
NoteRed Hat still provides JWS for OpenShift images built on UBI 8 as part of this release. Red Hat plans to stop providing JWS for OpenShift images built on UBI 8 in a future release.
Chapter 4. Installing the Red Hat JBoss Web Server 6.2 Copy linkLink copied to clipboard!
You can install the JBoss Web Server 6.2 on Red Hat Enterprise Linux or Windows Server. For more information see the following sections of the installation guide:
Chapter 5. OS/JVM certifications Copy linkLink copied to clipboard!
This release is supported for use with the following operating system and Java Development Kit (JDK) versions:
| Operating System | Chipset Architecture | Java Virtual Machine |
|---|---|---|
| Red Hat Enterprise Linux 10 | x86_64 |
|
| Red Hat Enterprise Linux 9 | x86_64 |
|
| Red Hat Enterprise Linux 8 | x86_64 |
|
| Windows Server 2022 | x86_64 |
|
| Windows Server 2019 | x86_64 |
|
Chapter 6. Resolved issues Copy linkLink copied to clipboard!
The following issues are resolved for this release:
| Issue | Description |
|---|---|
| [ASF BZ 69866] OpenSSLContexts leak across reload through JNI global reference when using truststore | |
| FileStore used with PersistentValve can cause EOFException during session expiration checks and dropped session | |
| JWS zip version.sh breaks after .postinstall.selinux | |
| tomcat-digest in JWS RPM fails if called as non-root user |
Chapter 7. Known issues Copy linkLink copied to clipboard!
There are no known issues for this release.
Chapter 8. Supported components Copy linkLink copied to clipboard!
For a list of component versions that are supported in this release of Red Hat JBoss Web Server, see the JBoss Web Server Component Details page.