How to discover JBoss Cluster members

In this tutorial we will learn some techniques to discover your JBoss / WildFly cluster members using a set of available tools. We will use both tools included in WildFly distribution and standard tools like JMX. Discover cluster nodes using the CLI The simplest way to list the cluster nodes is to use the Command … Read more

RESTEasy Basic Authentication example

In this tutorial we will demonstrate how to use a BASIC authentication in your REST Services using RESTEasy on the backend and the DefaultHttpClient on the client side.

Please note: this tutorial uses WildFly legacy security framework (Picketbox). If you want to learn how to secure JAX-RS Services using Elytron Security Framework check this article: Securing JAX-RS Services in WildFly applications

Read more

jBPM vs Activiti: Here is a quick comparison

If you want to get started quickly with jBPM, we recommend the following quickstarts: jBPM 7 tutorial: getting started with the opensource BPM Developing a jBPM 7 Web application example Design jBPM Processes with Eclipse designer plugin Getting started with jBPM Business Central jBPM REST API tutorial jBPM and Activiti are both open-source business process … Read more

How to change WildFly default Welcome page

In this article we will learn how to replace (or disable) the default Welcome page for WildFly and JBoss EAP which is by default available at localhost:8080. WildFly users To configure an application as default Web app requires two simple steps. Firstly, in your undertow server remove the default welcome application from your host. You … Read more