Questions tagged [wildfly]

34 questions
0
votes
1 answer

When Logging Into Wildfly CLI From Bash Script Keep Getting Help Context Displayed

I have several bash scripts that log a user onto the Wildfly cli and then run some tasks. For example: read -p "Enter Admin Name :" USERNAME read -s -p "Enter Admin Password :" SECRET echo /opt/wildfly/bin/jboss-cli.sh --connect…
0
votes
1 answer

Log files defined in logging profiles cannot be accessed by management interface in WildFly

I have a WildFly 15.0.1 running in domain mode in a Docker container. It has two logging profiles configured - one for each application deployed on it. When I log in to the HAL Management Console via browser I can see all the logs and their file…
Konrad Botor
  • 141
  • 4
0
votes
0 answers

How to make Wildfly 11 server available during deployment?

We have an EAR with multiple WARs (web services). Those WARs talk to each other during deployment phase using Wildfly's HTTP server. We are using 8.2.0, 10.0.0 and 10.1.0 without problems right now, but we'd like to upgrade to newer Wildfly. I…
Alojzij Blatnik
  • 123
  • 1
  • 9
0
votes
1 answer

How to identify cause of error 403 on JBoss WildFly server?

We are running an AngularJS application on JBoss WildFly. It used to work fine on both, our testing environment and in production. How, however, there is a weird error 403 issue in production now. Users can load data by REST request. On one site, a…
1 2
3