JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
2
votes
3 answers
jboss 5 changing default port
I am trying to change the default port on my jboss server to port 80.
i have had a look around the web and i have had suggestions of editing this file jboss5\server\default\deploy\jbossweb.sar\server.xml which is fine. changing this file alone…

freddy6
- 115
- 2
- 3
- 10
2
votes
2 answers
JBoss & JBoss Cache configuration for a cluster
The JBoss 'all' server setup starts up a clustering as a default. But I guess 'all' contains plenty of unnecessary services for a web application based on EJB3, JPA/Hibernate.
What is the minimum setup for JBoss with JBoss Cache clustering?

Petteri H
- 227
- 5
- 12
2
votes
4 answers
how to design pound -> varnish -> jboss for ha + loadbalancing
I'm planning a new infrastructure for our web application. We have two JBossAS5 servers, running in a cluster. Session state will be replicated via JBoss Cache.
In front of that, there should be some cache, to speed up delivery of static elements.…

andreas-h
- 1,114
- 1
- 17
- 28
2
votes
2 answers
Proper manual deployment of a Java Application Server on Ubuntu Server 8.10 - Linux
I am currently preparing to deploy a JBoss AS into production for the first time. My Linux distribution is Ubuntu Server 8.10 . My original plan was to use aptitude to install JBoss. Currently JBoss AS 4 is the highest version available and my…

Robert Nickens
- 143
- 1
- 5
2
votes
2 answers
Steps to hardening JBoss for production use on Windows?
Looking for resources/guidance on hardening a JBoss installation on windows for production use.

Brian
- 121
- 1
- 6
2
votes
1 answer
Apache Redirect to Jboss SSL
I'm trying to have an SSL Connection to an Apache server on port 443 which I want to use to proxy connections to a JBoss server on a different port.
The SSL certificates sit on the Jboss server not on the Apache server. Is it possible to redirect…

Rick
- 203
- 2
- 9
2
votes
4 answers
How to set up JBoss with S3_Ping on AWS?
I'm looking into running clustered JBoss on Amazon Web Services (AWS).
I'd like to try out S3_PING, i.e. making JBoss use an S3 bucket for dynamic node discovery etc, since no multicast is available. I found a piece of example config XML related to…

Jonik
- 2,961
- 4
- 38
- 48
2
votes
2 answers
How do you install/configure JBoss on Linux/Unix?
I'm currently working on how install and configure multiple (30+) JBoss EAP 5 configurations (both standalone and clusters) for development, test and production at a client's site (running SuSE).
I'm not to fancy about the jboss way of storing…

mafro
- 141
- 1
- 3
- 8
2
votes
1 answer
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 got error like this
11:12:58,057 ERROR…

user578558
- 21
- 1
- 3
2
votes
1 answer
Does JBoss EAP include a reverse proxy?
I am used to setup a reverse proxy in front of application servers like Node or Tomcat. Now I am required to use JBoss Enterprise Application Platform, but I don't know the platform. Is it advisable to deploy Nginx/Apache HTTP as reverse proxy in…

Eneko
- 123
- 4
1
vote
1 answer
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 repository for deployment 'ANYDEPLOYMENT'. This is a fatal
…

TheDESTROS
- 385
- 3
- 10
1
vote
1 answer
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 JBoss).
Files I have (and what they are - gathered…

TrunkFullOfGoats
- 21
- 2
1
vote
1 answer
SSL routines:ssl3_read_bytes:tlsv1 alert decrypt error on mutual authendication
I have configured JBOSS 5 with SSLVerifyClient="require"
Client contains, server CA certs and there own certs(JDK 1.8).
Server contains, client CA certs and there own certs(JDK 1.6).
For this case both CA's are different, when we are trying to…

Shankar
- 219
- 1
- 4
- 14
1
vote
0 answers
Send TCP traffic to every endpoint behind a Kubernetes service
I am trying to implement JBoss caching, for some legacy systems, within Kubernetes.
JBoss needs for that an IP which will forward packets to every other instance of JBoss running in containers.
My idea now has been to implement a ClusterIP service…

secustor
- 111
- 1
1
vote
1 answer
Boot sequence of JBoss and Oracle
G'day,
the recommended SysV startup files for JBoss and Oracle appear to have the wrong sequence.
For jboss the community recommends putting
# chkconfig: 345 80 20
into the /etc/init.d/jboss startup script, allowing chkconfig to create links…
struppi