How to deploy an application on JBoss AS

This tutorial has been written for JBoss AS versions 4/5/6 We recommend checking this tutorial for WildFly and JBoss EAP 7: Deploying applications on WildFly using the Web Console and the CLI Also, if you want special focus on remote application deployment, check this article: How to deploy an application remotely with JBoss AS ? … Read more

How to determine the load order of MBeans in JBoss 5?

In JBoss 5, the load order of MBeans is determined by the dependencies between MBeans and the order in which they are defined in the jboss-service.xml file. MBeans can depend on other MBeans, and the MBean server will ensure that the dependencies are satisfied before starting an MBean. For example, if MBean A depends on … Read more