Questions tagged [wildfly]

34 questions
0
votes
2 answers

WildFly 17 load balance with mod_cluster without apache in domain mode

I've successfully created a WildFly cluster with 3 hosts in domain mode. Now I'm trying to get the mod_cluster subsystem without apache or other server in the middle, as I've seen it's possible, but I haven't found any recent documentation to…
0
votes
1 answer

WildFly run-batch: launch of all deployments with dependencies

I have a WildFly 10 server in which about 12 deployments are installed, and the list of deployments may change periodically. The main problem is that when i'm restart the server, applications are trying to deploy simultaneously. However, most…
TheDESTROS
  • 385
  • 3
  • 10
0
votes
1 answer

How can I diagnose in Wilfly why security domain in Elytron, based on LDAP realm fails

I am trying to set up web application authentication against Active Directory using Elytron in Wildfly 16. Deployment fails. This question is not that much about Elytron configuration, but as background info, here are the symptoms I am trying to get…
mvuot
  • 3
  • 1
0
votes
0 answers

Wildfly fails to connect to MySql database

I have inherited a wildfly-9 server application and a dedicated MySql database, and I'm trying to revive it. But wildfly tries to connect to the wrong database user, as if it was ignoring user/password provided in datasource configuration. Here's my…
0
votes
0 answers

JBoss CLI command running into failure

I want to automatically delete my Wildfly logs after a certain period of time (e.g. 3 days). As I am running my application in a container which has no access to crontab, I want to do this via a JBoss Cli. I have already tried the following command,…
0
votes
0 answers

Automatically delete log files with JBoss CLI for Wildfly application

I want to automatically delete my Wildfly logs after a certain period of time (e.g. 3 days). As I am running my application in a container which has no access to crontab, I want to do this via a JBoss Cli. I have already tried the following command,…
0
votes
0 answers

Cannot access port 9990 wildfly

I'm in the next situation. My server is an Ubuntu 22 and I use Plesk to manage it. I installed Wildfly 27 final, and I followed this tutorial. I didn't have any issues installing it, my problem is I need to access the admin console using port 9990,…
0
votes
1 answer

IIS/ARR reverse proxy negotiate pass-through

I am having hard time with IIS/ARR reverse proxying to WildFly application server. On Linux we use web-servers to offload HTTPS, authentication and security functions from application server, so the initial idea was to do the same with…
kab00m
  • 498
  • 3
  • 10
0
votes
1 answer

Wildfly 26.1.1.Final Elytron - LDAP "Context was closed"

I am following the Wildfly 26.1 Elytron documentation to try to get LDAP working for a local Wildfly 26.1.1.Final server running in standalone, but am running into an esoteric issue where the context is just closed after providing credentials. I've…
Gumpf
  • 1
0
votes
0 answers

Prevent Wildfly from redirecting HTTP requests to HTTPS

I have a project running on Wildfly 15. For one scenario I need to disable HTTP requests being redirected to HTTPS. When I run the web application on localhost everything is fine, but when I replace localhost with my IP, the HTTP request is…
0
votes
1 answer

How do I send error logs through e-mail on Wildfly?

Bafflingly, there's no SMTP implementation out of the box. How is it not a basic feature? Tried adding a custom handler type MailHandler, but I get stuck setting the properties. It seems a good chunk of them (such as the mail server's hostname) are…
Yd Ahhrk
  • 103
  • 2
0
votes
0 answers

Wildfly 10 deployment not working very well by replacing war file

I have a java web application that is in charge to execute: log.info("Welcome New York") Then I build the war file and it's deployed to Wildfly 10. After that, I check it out the log file and I saw 'Welcome New York'. It's working so far. Then I…
user3637971
  • 155
  • 2
  • 11
0
votes
0 answers

locate all nested war/jar files inside jboss/wildfly - log4j

I want to detect all nested wars and jars containing the log4j library. I have jboss/wildfly services. I started to find out with 'locate | grep', but it shows me only tmp directories, not exactly war/jar files, for example…
grU
  • 1
  • 1
0
votes
2 answers

Wildfly standalone.xml - passing secret to KeyCloak SPI from elytron credential store

I'm migrating KeyCloak v15 (WildFly v23) passwords from the old vault to elytron credential store. It works fine for the standard use case. In standalone.xml, I have: /server/extensions/extension:
McLayn
  • 61
  • 1
  • 7
0
votes
1 answer

Alternative to Google Analytics for WildFly application

We run a corporate web site that is hosted on a WildFly server. It is accessible through the internet, but requires individual logins for our customers. Basically, the project is password protected and provides non-public data. To gain better…
user1438038
  • 171
  • 2
  • 9