Top "Wildfly" questions

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

How to run 2 (or more) Wildfly instances on the same machine?

I want to simulate 2 servers by running 2 independent instances of Wildfly. This is useful when you don't want to deploy …

java eclipse wildfly jboss-tools
How to do websockets in embedded undertow?

According to this: http://undertow.io/ it supports websockets. There is no documentation on how to do so, though. I …

java jboss websocket wildfly undertow
Wildfly web.xml security constraint blocking basic auth header for JAX-RS methods using ContainerRequestFilter

The web application I'm developing consists of some servlets and also JAX-RS webservices. Until now, I was using a ContainerRequestFilter …

java servlets web.xml wildfly security-constraint
How do I get Wildfly to use additional Jackson Datatypes?

I'm getting this error 03:33:14,938 WARN [org.jboss.resteasy.core.ExceptionHandler] (default task-1) Failed executing PUT /individual/5a247ce9-0a73…

java jackson wildfly java-time
How can I serve static resources from outside a war on WildFly

I may be wrong, but to my understanding, the following must be possible in WildFly: It must be possible to …

wildfly wildfly-8 undertow
"WFLYCTL0412: Required services that are not installed:" => ["jboss.jdbc-driver.mysql"]

I am trying to add a mysql datasource to my wildfly(Jboss15.0.0) server. But I encounter the following error: WFLYCTL0013: …

jboss wildfly datasource mysql-connector
What is the alternative to OSGI for inter-module service injection in Wildfly?

We are in the process of disentangling a classic legacy monolithic EAR-packaged Java EE application. Our (most complex) component wiring …

dependency-injection osgi cdi weld wildfly
Memory requirements for WildFly

I never found an official documentation about it and I generally install WildFly 8.x on servers with, at least, 4GB. …

memory jboss webserver wildfly wildfly-8
Are there no Wildfly 8 / Java EE 7 quickstart archetypes?

I remember from Jboss AS 7 and earlier there being convenient maven archetypes available that would set up maven projects with …

maven jboss wildfly maven-archetype
Wildfly 10.1.0 - Mysql Datasource not found

I know, this question is founded on all google and stackoverflow, but my problem isn't solved and I didn't find …

java mysql datasource wildfly wildfly-10