Questions tagged [wildfly]

WildFly, formerly known as JBoss Application Server, is an open source (LGPL) application server that implements the latest enterprise Java standards.

WildFly is written in Java and as such is usable on any operating system that supports Java.

WildFly was originally developed by JBoss Inc. which was acquired by Red Hat in 2006. It is licensed under the terms of the GNU Lesser General Public License. WildFly is free and open source software.

The renaming to WildFly was done to reduce confusion. The renaming only affects the JBoss Application Server project. The JBoss Community or the Red Hat JBoss product line (with JBoss Enterprise Application Platform) all retain their names. See also the tag.

For further information, visit the WildFly website.

6512 questions
8
votes
2 answers

How to set the max size of the Wildfly server log

We have Wildfly running on Domain mode in our production system. There are around 10 web servers and there is only on log file for all 10 servers. The log file is located under /var/log/wildfly/wildfly.log file. The last time I checked, the files…
iso_9001_
  • 2,655
  • 6
  • 31
  • 47
8
votes
1 answer

In wildlfy9, how to make stateful ejb session replication with two node in standalone mode(Clustering)

I want to do clustering with ear project. I found one solution to run standalone in clustering using standalone-ha.xml configuration. I followed below article. It's working fine. Clustering in domain mode with wildfly9 But I want to run ERP project…
8
votes
1 answer

How do I setup arquillian to test a maven war project by deploying the entire war to WildFly embedded?

I 'd like to do macro (not micro!) black box testing of my war on an embedded WildFly instance. My maven project looks like this ... war