Dave Salter wrote:Hi,
From the error it looks like you might be trying to deploy your app when WildFly isn't running. Do you have an instance of WildFly running on localhost?
I tried to run the server first of all as you said.
I created the new maven project with javaee6-basic-archetype, first I launched the server in eclipse then I built a maven project.
The last build was successful, but I cann't run a simple swing project on the server. The main function doesn't called by server.
As I understand wildfly doesn't support <packaging>app-client</packaging>.