Questions tagged [wildfly-8]

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.

About

WildFly 8 was the first release of JBoss open-source application server offerings to bear the brand "WildFly". WildFly 8 is designed to be an exceptionally fast, lightweight and powerful implementation of the Java Enterprise Edition 7 Platform specifications. The state-of-the-art architecture built on the Modular Service Container enables services on-demand when your application requires them.

Links

1040 questions
71
votes
9 answers

How to enable Cross domain requests on JAX-RS web services?

I developed a set of restful web services. I couldn't call any of these methods from remote clients due to the error No 'Access-Control-Allow-Origin' header is present on the requested resource. The services work perfectly on localhost. Is there…
Naili
  • 1,484
  • 2
  • 20
  • 27
60
votes
4 answers

How to change default port 8080 in WildFly

I just started JAVA EE development with WildFly 8.2. My first problem is how to change the default port 8080 to something else? I found many xml files containing below line. but I guess I…
dermoritz
  • 10,454
  • 16
  • 80
  • 151
39
votes
5 answers

JBoss WildFly: Starts but can't connect?

I just configured JBoss WildFly. It is running and it is accessible from the same machine, everything is working fine... My problem is that it is not accessible from another system (I mean in a network, the server (hosted machine) URL can't access…
user_vs
  • 913
  • 1
  • 14
  • 27
25
votes
3 answers

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 and headers, to a log file. server.log would be fine. In the sources of WildFly's HTTP subsystem, I found…
Christian Klauser
  • 4,176
  • 3
  • 30
  • 41
17
votes
3 answers

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 project and I have to choose between JBoss AS 7 and WildFly 8 (for this project I'm going to use GWT, JPA/Hibernate and jBPM 6).
user2938484
  • 185
  • 1
  • 1
  • 4
17
votes
4 answers

How to start WildFly as a service with standalone-full.xml?

WildFly provides a service.bat in %WILDFLY_HOME%\bin\service. Calling the batch file with the install parameter installs WildFly as a service on Windows. I have made changes to the standalone.conf and need to use the standalone-full.xml in my…
fatdevelops
  • 425
  • 1
  • 6
  • 17
17
votes
3 answers

Keycloak Unknown authentication mechanism

I need help with using keycloak in an Errai app. I am getting an error about "unknown authentication method" for "KEYCLOAK" ? I have the keycloak-appliance running (on a different port though), and the Errai app has a with KEYCLOAK in the web.xml…
Odili Charles Opute
  • 341
  • 1
  • 4
  • 12
16
votes
4 answers

WebSocket handshake: Unexpected response code: 404

Am writing my first websocket program and am getting "WebSocket handshake: Unexpected response code: 404", error while loading the webpage. I am using JDK 1.7 and jboss 8 (wildfly8.0). Could anyone please assist? window.onload = init; var socket =…
Saurabh Jhunjhunwala
  • 2,606
  • 2
  • 22
  • 48
16
votes
2 answers

How to define Context Path in Wildfly?

I've used the following code to set the Context Path in tomcat where I can access my application directly using localhost:8080 by overriding the tomcat's default path.
The Coder
  • 2,349
  • 5
  • 31
  • 55
15
votes
1 answer

Difference between security-realm and security-domain in WildFly

What is the main difference between security-domain and security-realm in WildFly? standalone.xml
Johnny Willer
  • 3,236
  • 3
  • 22
  • 48
15
votes
3 answers

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_z_2015_02_13_23_15_10.png My log from starting wildFly: Java HotSpot(TM) 64-Bit Server…
KamilJ
  • 239
  • 2
  • 5
  • 13
14
votes
7 answers

javax.ws.rs.NotFoundException: Could not find resource for full path with RESTEasy and Wildfly 8.1.0.Final

I am facing following problem. I have spent more than 3 days on this but cannot find a solution. Please guide me what I am doing wrong here. I am new to Resteasy with wildfly. Here is the stacktrace 19:05:57,610 WARN …
Bilbo Baggins
  • 2,591
  • 7
  • 40
  • 66
14
votes
1 answer

How to use jars from Wildfly correctly in Maven?

I'm working on a project to deploy to Wildfly, and I'm using Maven to build it. This is a complex project with multiple war/jar/ear files, so there's a parent pom.xml with the following in it: ...
EdwinW
  • 987
  • 2
  • 12
  • 32
13
votes
4 answers

java.lang.IllegalArgumentException: Parameter 'directory' is not a directory

I am trying to deploy a maven web application on my local wildfly machine. But I am getting this error: 08:55:02,595 ERROR [io.undertow.request] (default task-55) UT005023: Exception handling request to /reg-server-1.0.0-SNAPSHOT/v1/lineage:…
aurelius
  • 3,454
  • 6
  • 32
  • 65
12
votes
4 answers

Wildfly fails to deploy application (FileNotFoundException - Access is Denied)

Wildfly 8.2.0.Final JDK 8 Update 60 Eclipse Mars Update 1 JBoss Tools 4.3.0.Final Windows 10 Recently I upgraded the following things: from Windows 7 to Windows 10 from Eclipse Mars to Eclipse Mars Update 1 from JBoss Tools 4.3.0.Beta1 to JBoss…
Marcos
  • 1,119
  • 13
  • 25
1
2 3
69 70