WildFly, formerly known as JBoss AS, is an application server developed by Red Hat. WildFly is written in Java, and implements the Java Platform, Enterprise Edition (Java EE) 7 specification. It runs on multiple platforms. WildFly is free and open-source software, subject to the requirements of the GNU Lesser General Public License (LGPL), version 2.1.
Questions tagged [wildfly-11]
114 questions
0
votes
2 answers
manifest Class-Path not honored in a Wildfly module
I'm trying to create a Wildfly Module for OpenText Documentum java client. Previously I was packing its jars to the .war file and my app was working, but they weight 23Mb.
In J2SE you usually just add the main jar which is dfc.jar and its…

basin
- 3,949
- 2
- 27
- 63
0
votes
1 answer
JBoss 7.1.0: Add Default Sender to mail sub system
I have some troubles adding a default sender to my mail subsystem in JBoss EAP 7.1.0. I'm a noob with the JBoss cli ;)
Here is my current standalone.xml:

sasbob
- 40
- 7
0
votes
1 answer
Active MQ Messages sequential handling
We have 2 servers: server1 and server2. Both servers are running in domain mode configuration of Wildfly 11. Here's the documentation for how we have configured both servers.
Let’s consider server1 domain node in our case.
Issue:
If 2 messages with…

Garima Natany
- 53
- 1
- 4
0
votes
2 answers
AWS ELB Returns 502
I have an EC2 instance (Instance-A) that sits behind an ELB (single instance at the moment). The server runs on Wildfly 11.
Target group shows the instance is healthy. And I can use curl using ip address from another instance (Instance-B) in a…

mumbo_s5
- 161
- 1
- 14
0
votes
1 answer
Can I startup Wildfly ignoring deployments, and then deploy them?
For some reason, if I start the server with the wars on the deployment path, the server will timeout. If I start the server and immediatly deploy the wars, they deploy with no issues. So, is there a way to delay deployments to post-startup only…

yourAverageDeveloper
- 149
- 1
- 14
0
votes
1 answer
HTTP method POST is not supported by this URL for url ending with .html file in wildfly
I'm working on integrating azure ad for my application's login function. on successful authentication azure will return the access token to the redirect URL which is mentioned. problem is that I'm getting "HTTP method POST is not supported by this…

Heisenberg
- 147
- 1
- 4
- 14
0
votes
1 answer
How to deploy only a bug-fixed class on WildFly
Does anyone know the best way to deploy only a bug-fixed class if a bug is found in a Web application running on WildFly and it is fixed?
If using Tomcat instead of WildFly, I will deploy the class in webapps/my-app/classes/ with package directories…

Kohei TAMURA
- 4,970
- 7
- 25
- 49
0
votes
0 answers
Log Messages with custom level are not written in log files
In dynamic web application i'm unable to log messages with custom levels.
i'm building a Java Dynamic Web project with (java8), wildfly11 server with log4j2 (version 2.12.1) logger for logging.
in log4j2.xml i have created 3 custom levels.
In java…

Giri_Raj
- 31
- 5
0
votes
1 answer
How to restart deployed app when one node in cluster goes down?
I have to restart a deployed app when one node in the cluster(2 nodes Active/Passive) goes down, how do I handle a node failure and then restart the app?
I'm using mod_cluster for hot_standby and load balancing.

karolix1279
- 3
- 1
- 1
0
votes
1 answer
Wildfly 11 with -Xms8g runs with only 400m
I'm running Wildfly 11 on a VM Windows Machine and jdk 1.8
JAVA_OPTS is set in standalaone.conf.bat with
set "JAVA_OPTS=-Xms8g -Xmx8g -XX:MetaspaceSize=8g -XX:MaxMetaspaceSize=8g"
I'm running standalone.bat in WILDFLY_HOME/bin directory with…

javadev
- 1,639
- 2
- 17
- 35
0
votes
1 answer
Custom implicit module dependency in WildFly
There's the 3rd-party application bpm.ear that contains the ancient commons-net.jar in its /bpm.war/WEB-INF/lib/.
I need to globally override it with my own version of the jar without patching the files inside the deployment. That is, make this…

basin
- 3,949
- 2
- 27
- 63
0
votes
1 answer
Keycloak integration with CDI in REST API JAXRS
We have a widlfy REST API jaxrs and we want to secure it with keycloak.
The problem is the integration with @SecurityDomain("keycloak") is working only with an EJB entry-point. it is ignored on class with no @Stateless annotation
The issue is the…

cyril
- 872
- 6
- 29
0
votes
1 answer
How to limit current deployments in Wildfly11
I have a problem with wildfly11. I've got about 240 artifacts to deploy at server starts. Is there any possibility to limit current deployments to i.e. 10 artifacts.
I mean when I copy all of the artifacts, then wildfly will scan all of them and…

Maciej Kuliński
- 77
- 1
- 9
0
votes
1 answer
How retrieve data from web service in Ajax Request (POST) blocked by web browser CORS policy
I want to make an Ajax request by POST method to a REST web service and get data from it, when use Postman the request works fine, but if i use a JavaScript framework like ExtJS 6 doesn't work, the web service are in java and is on a remote server.…

davids182009
- 441
- 3
- 7
- 26
0
votes
1 answer
Broken connection with MariaDB
I have a Wildly server connected to MariaDB Server on the same machine.
For some reason I get this error from time to time:
20:38:51,536 INFO [stdout] (default task-1) 20:38:51.535 [default task-1] WARN o.h.e.jdbc.spi.SqlExceptionHelper - SQL…

Peter Penzov
- 1,126
- 134
- 430
- 808