Chapter 2. New features and enhancements


Red Hat JBoss Web Server 6.1 includes the following new features and enhancements.

2.1. Red Hat Enterprise Linux 10 support

This release of JBoss Web Server is also certified for use on Red Hat Enterprise Linux 10. Support is available for installing JBoss Web Server on Red Hat Enterprise Linux 10 from an archive file or RPM packages.

2.2. Windows Server 2022 support

This release of JBoss Web Server is also certified for use on Windows Server 2022. Support is available for installing JBoss Web Server on Windows Server 2022 from an archive file.

JBoss Web Server 6.1 introduces support for generating logs in JavaScript Object Notation (JSON) format. This feature uses JSON formatting to provide the same type of information as the one-line log format.

You can enable this feature in the JWS_HOME/tomcat/conf/logging.properties file in two ways:

  • If you want the catalina.out file for the console output log to be rendered in JSON format, set the java.util.logging.ConsoleHandler.formatter property to org.apache.juli.JsonFormatter.

    For example:

    java.util.logging.ConsoleHandler.formatter = org.apache.juli.JsonFormatter
  • If you want the catalina.log file to be rendered in JSON format, set the 1catalina.org.apache.juli.AsyncFileHandler.formatter property to org.apache.juli.JsonFormatter.

    For example:

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

For more information about org.apache.juli.JsonFormatter, see the Apache Tomcat documentation.

Red Hat logoGithubredditYoutubeTwitter

Learn

Try, buy, & sell

Communities

About Red Hat

We deliver hardened solutions that make it easier for enterprises to work across platforms and environments, from the core datacenter to the network edge.

Making open source more inclusive

Red Hat is committed to replacing problematic language in our code, documentation, and web properties. For more details, see the Red Hat Blog.

About Red Hat Documentation

Legal Notice

Theme

© 2026 Red Hat
Back to top