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.

WildFly started with errors: java.net.BindException: Address already in use

When I start WildFly in Eclipse, I get this error: 22:03:42,430 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-2) …

eclipse wildfly
Wildfly and auto reconnect to the database

I've got a client, a server and a database. The client communicates with the server via a EJB remote interfaces. …

java mysql jboss ejb wildfly
Spring Boot Websockets in Wildfly

Hi I need to deploy my Spring Boot app into Wildfly 8.1 and I'm getting the following exception: Caused by: java.…

spring websocket spring-boot wildfly spring-websocket
How to add PostgreSQL datasource to WildFly 9.0?

I've tried tutorial at mastertheboss.com: ./jboss-cli.sh module add --name=org.postgres --resources=/tmp/postgresql-9.3-1101.jdbc41.jar --dependencies=…

java postgresql jdbc datasource wildfly
Simple REST API with WildFly 8

First off, I am new to this environment. I've developed Java before, but not for an application server. Having never …

java maven jboss resteasy wildfly
Uploading large files error to wildfly

I try to upload large files(400mb+) to wildfly 8.1 and i get an IOException but i dont encounter any exception …

rest file-upload wildfly large-file-upload
Jboss port configuration on Intellij Idea error

I'm trying to run my application on Jboss App Server by Intellij Idea12. I've done configuration: but As you can …

java jboss intellij-idea wildfly
How do I shutdown JBoss Wildfly when I can't access the CLI tool?

I"m using Wildfly 10.0.0.CR2 with Java 8. I have Wildfly listening for http connections on port 8080 and in the past …

jboss wildfly shutdown
Right way to configure the log in Wildfly 8.2

I have confusion in setting up the log in Wildfly-8.2.0. Initially I had used my own logging system, with log4…

java logging jboss wildfly wildfly-8
WildFly running, project deployed, but 404

i cant understand why for the project it return 404 or cant connect to the host, since the wildfly start page …

java jsf wildfly