JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
1
vote
2 answers
Not able to start apache in Wildfly 10 domain mode cluster with Apache mod_cluster, due to SELinux issue
I am trying to setup a Wildfly 10 cluster in domain mode with Apache mod_cluster.
In my Centos 7 webserver node I have installed Apache(2.4.6) using:
# yum install httpd
Then copied the following .so files to the /etc/httpd/modules…

abhishek
- 11
- 2
1
vote
0 answers
Using Wildfly 10 with Let's Encrypt
I am thinking about a change to Let's Encrypt certificates for my WildFly 10 HTTPS connections.
But I am a bit anxious about the needed automatically restart of Wildlfy after the scheduled import by the certbot and the import of the new certificate…

Guido Krömer
- 11
- 2
1
vote
1 answer
Jboss 404 while restarting instead of custom error page
I'm running an Apache2 Webserver and a Jboss 6 behind it connected with mod_proxy.
When I stop the JBoss and open the website in the browser I get my custom 404 error page.
When I restart the JBoss again i get the default JBoss 404 Page instead…

Gwydi
- 21
- 4
1
vote
1 answer
RHEL ports not using same cipher
[UPDATE]
I ran the openssl command from a couple servers and my local machine. It seems like port 9443 is not remaining consistent. The cipher on server1:9443 remained the same from the first server (RHEL5) I queried from. However, querying from my…

Ian
- 71
- 5
1
vote
0 answers
Servlet Security on Wildfly
I am trying to run a basic project with a servlet requiring a specific role.
In the standalone.xml configuration file I have added a datasource with a JDBC binding to a derby DB containing the table enabling for authentication and authorization…

Andrea Sindico
- 111
- 1
1
vote
1 answer
How to upgrade JBoss EAP 6.4 to 7.0 in ubuntu without loseing data. (Zip installation)
How to upgrade JBoss EAP 6.4 to 7.0 without losing data that is installed from ZIP archive? I Have only one instance with some defined users and web apps? Which directories should I replace or may should I apply some patches?
Thanks for any answers.

Vladlen Gladis
- 145
- 4
1
vote
1 answer
Can't access jboss remotely despite of proper binding of IP address in standalone.xml file
I am using JBOSS EAP 7. I start it using the command
sh standalone.sh -b 0.0.0.0
Following is my IP config when not binding explicitly from command line.

Sudip Bhandari
- 131
- 2
- 8
1
vote
3 answers
Do I need to update my Linux servers older Java to Java JRE 5 Update 22?
I have web application running in jboss 4.0.2 and it has older java 5 version, is this new update causing possible security flaws in my web application server?

newbie
- 355
- 2
- 4
- 16
1
vote
1 answer
JBoss behind NAT hostname problem
My company has a JBoss cluster sitting behind a firewall that performs NAT. We forward ports to JBoss from the firewall, so that our client application can access the server. We are having trouble when JBoss replies it tells the clients to connect…

z0mbix
- 251
- 1
- 3
- 10
1
vote
1 answer
Is there a connection timeout setting between Apache and JBoss?
We’re using JBoss 7.1.3.Final with Apache 2.2.31. We’re connecting from Apache to JBoss through an AJP connection. We are noticing 504 GATEWAY_TIMEOUT errors after 60 seconds when requesting a particular page that does a lot of processing. We…

Dave
- 185
- 1
- 7
- 20
1
vote
1 answer
WildFly with client certifactes: javax.net.ssl.SSLException: Received fatal alert: unknown_ca
I'm trying to install a wildfly9 server with client certificate authorization. To do that I have:
On the Client: Create a self signed certificate:
keytool -genkey -keystore client.keystore -validity 3650
-keyalg RSA -keysize 4096 -storetype…

Steffen
- 989
- 3
- 13
- 31
1
vote
1 answer
Which is the best way to deploy a JBoss application?
we are currently developing a JBoss application. To deploy it, we have a total of four servers (three years old). I am wondering which might be the best to do?
There could be a load balancer (even a load-balancer cluster, for failover) in front of…

andreas-h
- 1,114
- 1
- 17
- 28
1
vote
1 answer
How to Auto-deploy with Jboss
How to automatically deploy a project with jboss as 7. Is there a way to automatically deploy a Project using the Jboss-cli.sh in Jboss as 7?

Sam Orozco
- 141
- 1
- 8
1
vote
1 answer
Error Starting wildfly-10.0.0 on CentOS 7
I have Install JDK 8 and wildfly-10.0.0 and when I try to start stat server using following command via terminal and getting following error.
sudo /opt/wildfly/bin/./launch.sh
Error
Starting Wildfly in standalone…

Chaminda Bandara
- 577
- 6
- 17
1
vote
0 answers
Getting a url using ant in JBoss EAP AS 6.3
i have a simple ant task to get an url and save it to a file:
The scripts…

Enrique San Martín
- 143
- 7