JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
1
vote
0 answers
Deploying different webapps by different ports in a single JBoss instance
I want to setup a single JBoss instance which serves a webapp in a given port and a backend webapp in another port.
I know how to config two ports for a single instance but I don't find any clue about how to match a port to an app in JBoss.
If it is…

Dario Castañé
- 155
- 1
- 2
- 7
1
vote
2 answers
debugging JBoss 100% CPU usage
We are using JBoss to run two of our WARs. One is our web app, the other is our web service. The web app accesses a database on another machine and makes requests to the web service. The web service makes JMS requests to other machines, aggregates…

Nate
- 204
- 2
- 3
- 8
1
vote
1 answer
Credentials to JBoss AS Administration Console?
A simple newbie JBoss question.
I've got JBoss 5.1.0 GA installed (from here) and running, and I'm trying to access the administration console:
What are the default credentials (if any) and where do you configure these? I didn't find an answer in…

Jonik
- 2,961
- 4
- 38
- 48
1
vote
1 answer
CommunicationException when shutting down JBoss 4.2.2
I have deployed an application using JBoss 4.2.2 on a 64-bit RHEL5 server. Since there are other JBoss servers, I had to change some port configurations so that there would be no conflicts when starting the server. So right now I'm using ports-01…

Brian
- 231
- 8
- 18
1
vote
2 answers
How to execute a bash shell script via a browser link
I have written a bash script that periodically checks a directory for newly added .ear files and copies them to the respective JBoss server's deploy directory.Before copying, it checks if JBoss is running, and stops it if it is.After copying the…
Nagaraj
1
vote
0 answers
JBoss: How does in the standalone-ha.xml work?
This file contains the usual Keycloak server configuration with the addition of WildFly10 High Availability extensions like Infinispan HA cache and JGroups HA communication channels and their configuration settings.
…

MrRobot9
- 123
- 4
1
vote
0 answers
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 proxy auth scenario, e.g. Apache + Shibboleth SP…

fuero
- 9,591
- 1
- 35
- 40
1
vote
2 answers
OOM-Killer, jboss and kernel panic
We are running RedHat 3.4.6(x32) on VMWareEsx3.5(x64) with 6GB RAM.
A few java processes(including jboss) are running in the background.
The problem is that the java processes consume lots of memory, and sometimes they are killed by the OOM-killer.…

Lydon Ch
- 277
- 1
- 2
- 12
1
vote
1 answer
Clustered JBoss Messaging, XA-recovery: JMSSecurityException
I'm trying to set up clustered jboss-messaging with XA-recovery on a basic non-clustered, default server config (we only want clustered messaging, the rest is stateless with failover only) on JBoss EAP 4.3 (CP04).
When I add XA-recovery I get the…

mafro
- 141
- 1
- 3
- 8
1
vote
2 answers
JBoss EAP 7, IO Subsystem workers configurations
I am asking here because I cannot find much information on this...
What is the main use of the setting for "Io threads" and "Task max threads" under the IO subsystem workers configuration?
Everywhere I read, people are saying that the "Io threads"…

iWantSimpleLife
- 128
- 1
- 5
0
votes
2 answers
verisign certificate into jboss server SSL
i'm trying to enable jboss to uses ssl protocol using a previously generated certificate from verisign, i imported both certificate, server certificate and ca certificate into the keytore file, and i configured the server.xml to use that keystore…
rfders
0
votes
1 answer
Keycloak - Null Pointer Exception when trying to map client role to a user
Hopefully someone proficient with Keycloak can help me on this issue.
How to replicate:
Search for a user, then go to Role Mappings > Client Roles > select the client (let's call it Portal-app for now). This would trigger the error "Error! An…

Lester
- 597
- 4
- 16
0
votes
1 answer
Deploy a spring boot application in jboss fuse
I have created a spring boot application consisting of a rest API. I want to deploy it in jboss fuse karaf so that i can call it from a remote angular application. Kindly help me how to configure this activity.
0
votes
1 answer
[jboss 7]How to safely cleanup the 'domain/content' directory?
I am a newby on JBoss and I work on JBoss 7.1.3.Final configured in domain mode.
I work with several almost identical environments: On all of them the directory "domain/content" is about 1Gb of data max.
$ du -sh content/
919M content/
But on…

Matthew
- 148
- 1
- 7
0
votes
1 answer
JBoss EAP 7.2 installer for RHEL 7
We are currently trying to setup the JBoss EAP 7.2 on RHEL 7, but have some question on which installer that we should use.
The scenario is, we are currently setting up the production environment to be used as a user testing environment, upon which…

ipohfly
- 115
- 6