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.

Set system properties in standalone-full.xml in wildfly 8.2

I have added system-properties tag in standalone-full.xml, but its not working in standalone mode. However, if I add the …

jboss jboss7.x wildfly wildfly-8
MaxPermSize Warning in Eclipse WildFly 8 and Java 8

i have upgraded to WildFly 8.2.0 from JBoss 7 and to Java 8 from Java 7. I get everytime I stop the server in …

java eclipse java-8 wildfly-8
Dump HTTP requests in WildFly 8

To debug HTTP requests during development, I would like my WildFly 8 application server to dump HTTP requests, including request method …

logging wildfly wildfly-8
Wildfly DuplicateServiceException

I have created simple EAR application using Maven archetype: wildfly-javaee7-webapp-ear-blank-archetype/8.2.0.Final http://s17.postimg.org/cy8zbpiu7/Zrzut_ekranu_…

java maven jboss ejb wildfly-8
JBoss AS vs WildFly 8

Can anyone please give me the main difference between JBoss AS 7 and WildFly 8? I'm going to start a very important …

jboss jboss7.x wildfly wildfly-8
How to configure wildfly to use EclipseLink?

i have installed wildfly 8.1 and because i have already a project configured to use EclipseLink, i have tried to configure …

java eclipselink wildfly wildfly-8
How to open Wildfly 8.2 JMX port for monitoring?

I am using Wildfly 8.2 on CentOs. Can anyone help me to open remote JMX on Wildfly 8.2? I am only using …

java jboss wildfly-8 zabbix centos7
Database connections not closed after idle-timeout in wildfly Datasource

I have an application running under wildfly 8.1 The database connections used in the applications are taken from a Datasource defined …

java datasource wildfly wildfly-8
How to activate secure cookies in Wildfly?

I’m trying to add the secure flag to my cookies for a web app in Wildfly (version 8.2). In the …

java servlets cookies wildfly wildfly-8
Difference between security-realm and security-domain in WildFly

What is the main difference between security-domain and security-realm in WildFly? standalone.xml <security-domain name="foo"> <authentication&…

jboss wildfly wildfly-8