JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
2
votes
2 answers
Source and destination servers showing different number of established TCP connections
I have a JBoss app server and a Postgres database server on different machines. I'm troubleshooting TCP connections between them (because the app keeps running out of database connections).
I'm seeing this and it makes no sense:
When I do a netstat…

David Carboni
- 181
- 1
- 4
2
votes
1 answer
How to change JBoss EAP 6.4 server log directory with server name in path?
I have two JVMs (server1 and server2) running on one Linux Machine. & I want to move logs from default directory to a custom directory for each JVM.
Something like -
/data/logs/$JVM_NAME/
so that final logs get to directories soemthing…

Ashish Verma
- 141
- 5
2
votes
3 answers
What is the prefered way to configure Wildfly 10.0.0 Final to listen on port 80 on Ubuntu 14.04.4 LTS?
I'd installed Wildfly 10.0.0 Final on Ubuntu 14.04.4 LTS using this script.
Everything looks working fine.
My problem is that wildfly is listenning on port 28080 (script installation default) and I can change to 8080 updating standalone.xml.
But I'd…

GarouDan
- 152
- 11
2
votes
1 answer
View, compare, and copy SELinux configurations between machines?
I have two machines running the same JBoss and HTTPD setup. They started from the exact same install of RedHat 7 and the same process was followed to install everything on both machines.
On one machine, everything works perfectly fine with SELinux…

ArtOfWarfare
- 137
- 2
- 11
2
votes
0 answers
Clustering of wildfly using apache and haproxy
There is a requirement from my boss to prepare a cluster of our application on wildfly application server.
I have designed the architecture as two haproxy(for loadbalancing),two apache servers for (ldap authentication) and two wildfly…

umar khan
- 66
- 5
2
votes
1 answer
SaltStack - Copy war file into JBoss 5.1 using SALT
Hi ServerFault community,
I have a war file that I want to deploy in JBoss 5.1 via Salt. 'archive.extracted' module seems to not work. I've read in salt docs about 'jboss7.deployed' module but I think it will work only on JBoss 7? Upgrading from 5.1…

Master_A2Z
- 25
- 3
2
votes
0 answers
Configure JBoss7 / EAP6 to undeploy applications before shutdown
When I deploy my JEE6 application on JBoss EAP 6.3 and shutdown the server before manually undeploying the application I get unexpected Exceptions (see below).
I'm looking for a way to make shutdown work or a reliable source that states that it does…

Angelo Fuchs
- 197
- 1
- 13
2
votes
0 answers
Encrypt credentials JNDI authenticating to JBoss 7.1.1.Final
In my JNDI Lookup, connecting to JBoss 7.1.1.Final from remote clients with plain text password is working fine.
Now, I am trying to encrypt credentials in the form, but it's not…

Ramakrishnan M
- 121
- 3
2
votes
2 answers
how does odbc driver work?
I have an application hosted on jboss.
use jdbc driver of oracle to connect to an oracle 10.2g database.
Can anyone guide as to what happens when a session is established.
Just trying to understand internal working of JDBC/ODBC.
Any help is…

Viky
- 648
- 2
- 7
- 11
2
votes
7 answers
Running script in background without sticking to shell
i want to run a shell script remotely via ssh and the ssh shell should end when the script ends. The script itself runs another script whose output is piped to a log file.
Example:
I run the script run1.sh:
#!/bin/sh
function logpipe() {
while…
Sebastian
2
votes
0 answers
jboss 6.x runtime server shows blank page
I am running my server JBoss 6.x runtime server with eclipse Kepler. When I run my server I get:
JBoss 6.x Runtime Server [Started,synchronized]
But when access http://localhost:8080/ i got blank page.
i change some settings but nothing help.
i…

Saket Mittal
- 121
- 4
2
votes
0 answers
Chrome & IE not accepting client certificate
I have two websites on different hosts protected by the same SSL certificate, one Apache2, one JBOSS.
My process:
Created a private CA.
Created a new certificate and signed it
with the CA.
Converted the certificate to PKCS12 format.
Imported the…

nortally
- 381
- 2
- 11
2
votes
1 answer
Apache problems in performance test with mod_reqtimeout
We have 2 Apache webserver behind a load balancer wich are connected to 2 (JBoss) application servers via mod ajp.
To those webservers, mobile devices connect via a REST API.
In our performance test we rather quickly ran into a lot of…

Michael Niemand
- 169
- 3
- 17
2
votes
0 answers
Clustering with Jboss EAP and Load balancing with Haproxy
I'm doing load balancing with HAProxy and use JBoss EAP as application servers.
The Haproxy server is configured to route incoming requests to the application servers.
How can I integrate Jboss EAP and HAproxy to have both clustering and load…

user44858
- 21
- 2
2
votes
4 answers
Architecture and Virtualization
I'm trying to build an architecture with Virtual Servers for J2EE Web applications Hosting.
I've no experience in virtualisation.
I currently have 1 server whith Apache/Jboss/Postgresq/Proftpd installed and I want to design something where services…

Matthieu
- 443
- 4
- 12