WildFly 33 preview allows to configure a Reverse proxy with the capability to propagate the reuse-x-forwarded and rewrite-host options. In this article we will learn what is the effect of enabling these options and how to configure them.
WildFly Web Server
Undertow, a lightweight and high-performance web server, has gained immense popularity in the realm of web development. Whether you’re a seasoned developer or just starting your journey, our collection of tutorials offers a comprehensive resource to help you master the Undertow web server. With a focus on configuration and performance tuning, we delve into various aspects of Undertow, equipping you with the knowledge and skills to build efficient and scalable web applications.
Our tutorials cover a wide range of topics, including Undertow configuration, request handling, routing, and security. By incorporating Undertow’s advanced features and best practices, you can optimize your website’s performance, enhance user experience, and ultimately improve your search engine rankings.
Throughout these tutorials, you’ll explore key concepts such as HTTP server configuration, servlet integration, WebSocket support, and reverse proxy setups. By leveraging Undertow’s flexible and extensible architecture, you can build lightweight and high-performance web applications tailored to your specific needs.
Configuring Proxy address forwarding with WildFly
This tutorial discusses how to configure Proxy address forwarding with WildFly’s Web server by setting the attribute proxy-address-forwarding. We will first discuss the basics of this Header attributes and then we will learn the CLI commands to complete the change.
PrimeFaces Tutorial (2024)
PrimeFaces is a powerful JavaServer Faces (JSF) framework that simplifies and enhances the development of user interfaces for Java-based web applications. It offers a rich set of UI components, themes, and tools that streamline the creation of interactive and visually appealing web pages. This tutorial based on Primefaces version () will show you how to … Read more
How to run Vaadin in Jakarta EE Containers
In this tutorial we will learn how to create a Vaadin Flow project that we can run on any Jakarta EE Container such as WildFly or TomEE. We will start from a starter template and we will adapt it to create a sample Customer Form that binds its fields into the Database.
Vaadin Grid: Basic and Advanced example
In this tutorial, we’ll explore the versatility of Vaadin‘s Grid component. We will dive into two essential aspects: the creation of a basic grid and the implementation of an editable Grid. You’ll learn how to set up and populate Grids, handle user interactions, providing a seamless and interactive data visualization experience within your Vaadin-based web applications.
How to enable access logs in WildFly / JBoss
In the context of Web servers, Access Logs refer to the records or files that store a detailed history of all requests made to the Web server. WildFly uses Undertow as Web Server therefore in this tutorial we will learn how to enable tracing Access Logs to monitor incoming HTTP Requests
How to set the maximum number of Web connections in WildFly
In WildFly and JBoss EAP, you can manage concurrent request limits in different ways. In this tutorial we will learn how to configure the max concurrent request limits at server, connector and application path.
Vaadin Tutorial: Building Modern Web Applications with Ease
Vaadin is a powerful open-source Java framework that allows you to develop modern, responsive web applications with a rich user interface. In this tutorial, we will explore the key features and benefits of Vaadin and guide you through the process of building your own web application. Whether you’re a beginner or an experienced developer, this step-by-step tutorial will help you get started with Vaadin and unleash its full potential.
How to solve FileNotFoundException: Invalid file path
This article discusses how to solve the JDK issue, which happens on WildFly on Windows, on certain JDK version, an results in the error “java.io.FileNotFoundException: Invalid file path“. The Issue As discussed in this JDK Bug , with java update cpuapr2022 (8u331 11.0.15 and 18.0.1), the Web Server undertow is broken for windows. When using … Read more
Primefaces TabView example
The PrimeFaces tabView
component offers an intuitive way to present multiple content sections, making it ideal for showcasing distinct product categories within an application. In this tutorial, we’ll leverage the tabView
component to display three different product categories, each represented by a separate tab.