Skip to main content

Questions tagged [wildfly]

WildFly, formerly known as JBoss Application Server, is an open source (LGPL) application server that implements the latest enterprise Java standards.

0 votes
0 answers
17 views

Spring kafka @KafkaListener missing several messages

I have KafkaListener @KafkaListener( idIsGroup = false, id = "#{T(java.util.UUID).randomUUID().toString()}", topics = "${kafka.topic}", ...
1 vote
0 answers
23 views

Spring Web and Wildfly - requests returning 403

Small spring app deployed on Wildfly returns a 403 on home page but works when deployed as spring app. I have a minimal Spring project, with just one Controller that returns a static string, and no ...
Ben Jones's user avatar
0 votes
0 answers
46 views

Wildfly not querying user information after migration to elytron security

I'm currently working on a project that is using the now deprecated security subsystem in Wildfly. I wanted to migrate towards elytron security and a JDBC bcrypt realm. I followed some instructions on ...
Michael Sommer's user avatar
0 votes
0 answers
15 views

SSO with OpenID (elytron-oidc-client) WildFly 26

we upgrade to WildFly 26.1.3.Final and use a JDBC or LDAP-Connection for Authentification. Now we need an OAuth-Authentification and can use the new "elytron-oidc-client"-Module. We have ...
Martin Schlesier's user avatar
0 votes
0 answers
9 views

Wildfly Admin Page returning 403

I have default WildFly setup where management interface is listening on http instead of https. However I've changed port to be 8990. This is the config: <management-interfaces> <...
Marko Todoric's user avatar
0 votes
0 answers
25 views

Sevlets with @WebServlet annotation in JAR files not accessible (wildfly 26.1.3.Final)

I have a project where I need to include some servlets. For some reasons the customer wants a JAR file not a WAR file. After a few days research I was unable to find a solution to make wildfly's ...
Riva86's user avatar
  • 11
0 votes
0 answers
20 views

Deploying two applications on wildfly, and getting them to communicate

I am trying to deploy two applications on wildfly version 32.0.1. One application talks to the other application. However, every time I do this, I only see the wildfly homepage when accessing my one ...
Lehlohonolo Nkosi's user avatar
0 votes
0 answers
20 views

WildFly23 base Thread max count

There is a need to monitor the number of threads to see how applications on WildFly use server resources. There is a Status section in the WildFly console where the current number of threads is ...
Aleksandr AlexUnder's user avatar
0 votes
0 answers
21 views

Missing wildfly version in new server dialog box

I have downloded eclipse oxygen 2018, Wildfly 27 and JDK 22. I want to make dynamic web project, when, I try to create new server it only shows Wildfly till 12 not 27. when I try to make server with ...
Abdulrehman Nasir's user avatar
0 votes
1 answer
44 views

WildFly always returns the 404 Not Found

Whatever I do, WildFly returns the 404 code to me I'm using Java 22.0.1, Intellij Idea and WildFly 32.0.1.Final. I also tried to run similar and working projects with GitHub on this configuration, but ...
sosnilosm's user avatar
0 votes
0 answers
17 views

How to put Servlet classes in a separate JAR for WildFly [duplicate]

I have a large project, let's say "a.jar" which will be deployed to the WildFly (26.1.3). There are also servlets in the project, we want to have the web part separated from the main project....
Riva86's user avatar
  • 11
0 votes
0 answers
34 views

Migration from Keycloak 16.1.1 to 24.0.5, What are the effects of using environment variables for ConnectID legacy logout?

I'm in the process of updating our Keycloak setup from version 16.1.1 to 24.0.5 using Docker Compose. During this update, I've encountered issues with the logout URL which seem to be resolved by ...
dondon's user avatar
  • 1
-1 votes
0 answers
26 views

How do I identify which layer I need to include in my wildfly-jar-maven-plugin in order to load a specific extension?

I have an Maven application I am attempting to containerize. The current build pipeline uses manually compiled EAR and WAR files and a standalone.xml file, so I've updated the source code so that ...
Nathan Russell's user avatar
0 votes
0 answers
18 views

Deployment failure in wildfly 31

I am trying to deploy my war file in wildfly 31 server and getting some signature verifier issue in microsoft-windowsazure-api jar. The same war file is working in jboss. The reported jar downloaded ...
SELVA KUMAR's user avatar
0 votes
0 answers
21 views

Upgrading WildFly without upgrading JBoss EAP

Will there be any issues if wildfly-security is upgraded from 18.0.1.Final to 32.0.1.Final without upgrading the current version of JBoss EAP 7.4.1?
Cristian-Florin Pandele's user avatar

15 30 50 per page
1
2 3 4 5
444