WildFly, formerly known as JBoss Application Server, is an open source (LGPL) application server, developed by Redhat, that implements the latest enterprise Java standards.
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-toolsThe 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-constraintI may be wrong, but to my understanding, the following must be possible in WildFly: It must be possible to …
wildfly wildfly-8 undertowI 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-connectorWe 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 wildflyI remember from Jboss AS 7 and earlier there being convenient maven archetypes available that would set up maven projects with …
maven jboss wildfly maven-archetypeI 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