Top "Wildfly-8" questions

WildFly 8 is a release in a series of JBoss open-source application server offerings and an implementation of the Java Enterprise Edition 7 Platform specifications.

Configure WildFly/Undertow to put JSESSIONID on URL if cookies not accepted

We previously used JBoss 7.1.2 and utilized the behaviour that JSESSIONID is put on the URL as a fallback if cookies …

wildfly wildfly-8 jsessionid undertow
How to deploy EJB 3.0 application in Wildfly 8 application server

I am migrating EJB 3.0 application from jboss AS 6 to wildfly AS 8. Is it possible to deploy EJB 3.0 application to wildfly …

java ejb-3.0 wildfly-8 ejb-3.2
IntelliJ & Wildfly - hot deploy webapp

I am using IntelliJ (14.0.3) and Wildfly (8). When I recompile my Java classes, hot swapping is easy and everything works just …

intellij-idea wildfly wildfly-8 intellij-14 hotswap