Questions tagged [wildfly]
The wildfly tag has no summary.
20 questions with no upvoted or accepted answers
2
votes
0
answers
366
views
Wildfly Elytron container managed authentication with federated SAML2 IDP
I'm trying to set up container-managed authentication with Wildfly 24 and would like to use an existing (federated) Shibboleth IDP.
I haven't found docs detailing that use case, so I opted for the ...
2
votes
0
answers
664
views
WFLYEE0097: Module may not be a child of the EAR's library directory. When trying to deploy EAR
I am trying to deploy a web application to WildFly. Right now, I'm simply dropping an ear file in the <JBOSS_HOME>/standalone/deployments directory. When I do, I get the following error message ...
2
votes
1
answer
6k
views
Start server service with wildfly
I need to start a service with certain IP using Wildfly
Already follows tutorials
Wildfly start fine with local IP which is 127.0.0.1 also with 0.0.0.0
But when I change into mine or other IP it ...
2
votes
0
answers
3k
views
Wildfly: http to https redirect on the same port
Question
How does one redirect a http-request to a https-request on the same port?
Use case
Someone opens mypage:1234 but omits the protocol.
The user would expect to enter the page none the less.
...
1
vote
0
answers
253
views
WildFly deployment fails due to 'unable to build Hibernate SessionFactory' - how to retry automatically?
In a customer's environment, updates are scheduled to run on several servers at nighttime, each time this happens our WildFly application is not recovering until I reboot the application server itself ...
1
vote
1
answer
1k
views
Getting rid of the error about the loss of content when updating was files in WildFly (or Jboss EAP) forever
It is not a trivial question about an error on WildFly(10):
WFLYSRV0137: No deployment content with hash
edba0011304daa1b2648eb4848a44536acbbebf6 is available in the
deployment content ...
1
vote
2
answers
2k
views
How to prepare and add Godaddy SSL wildcard certificate to Wildfly/JBoss
I have a done some research into how to prepare the wildcard certificate and add it in a manner in which it could be used within WildFly/JBoss (I'm using WildFly 16, but it should be the same for ...
0
votes
1
answer
400
views
Logs are not being printed out to the wildfly console
I got a problem with my wildfly server. I a trying to print logs, but they are not showing whatever changes to wildfly log configurations I am making. Here is the code with the initial class that runs,...
0
votes
1
answer
387
views
jboss.ejb.default-resource-adapter-name-service wildfly 26
This is a follow up from my previous question: https://stackoverflow.com/staging-ground/79353883. I changed version of the Wildfly to 26 and transfered all the code and libraries to work with jakarta. ...
0
votes
0
answers
173
views
AWS EC2 Ubuntu instance launches WildFly (Java / Jakarta EE server) but seems inaccessible via browser
I am trying to setup AWS for a JBoss WildFly 31.0.0.Final to get a demo webapp up and running. So I found this tutorial:
https://kamalmeet.com/cloud-computing/amazon-ec2-step-by-step-guide-to-setup-a-...
0
votes
0
answers
371
views
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 ...
0
votes
1
answer
2k
views
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 ...
0
votes
1
answer
970
views
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 ...
0
votes
0
answers
2k
views
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 ...
0
votes
0
answers
527
views
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 ...