JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
0
votes
2 answers
JBoss 5 on AIX 5.3
I am a very newbie for AIX and system monitoring. Actually our application currently run production on jboss 5.1 in AIX 5.3. Please check below configuration & system settings.
AIX system configuration
OS Level 5.3.9.0 (oslevel -g)
Physical…

jess
- 1
0
votes
1 answer
Proxy JBoss HTTP with Apache HTTPS
I have an application running in JBoss 7 AS and I would like to front it with Apache HTTPD on the same server.
The application is running in HTTP and I would like to have Apache on HTTPS.
So, all requests beginning with…

Shyam Kumar Sundarakumar
- 123
- 6
0
votes
1 answer
Downgrading CP version (Cumulative Patch) on some of the nodes of a jboss 4.3.0 installation
My scenario is a jboss 4.3.0 installation with several nodes. Some of the nodes are on CP08, and some are in - say - CP05.
Upgrading from CP05 to CP08 is a no-brainer using "jboss ON", according to the online manual:
Applying JBoss…

pga
- 1
- 1
0
votes
3 answers
Jboss unreachable/ slow behind apache with ajp
I have an linux server running with a JBoss Instance with apache2.
Apache2 will use AJP connection to reverse proxy to JBoss.
I found these messages in the apache error.log:
[error] (70007)The timeout specified has expired: ajp_ilink_receive() can't…

Niels
- 821
- 3
- 9
- 8
0
votes
1 answer
jboss clustering when one machine isn't big enough to run application
Im given a problem and am currently trying to come up with the best way to solve it. I have a few ideas, but one question about jboss clustering. keep in mind these applications were written very poorly, thats why they require so much memory and…

scphantm
- 203
- 1
- 11
0
votes
1 answer
2 Instances of Tomcat and JBoss on the Same Hardware with Different IP’s
I’m trying to setup 2 separate instances of Tomcat and JBoss on the same physical server. Both instances will use the same ports but will have different IP’s (IP#1, IP#2). Right now I have the first instance of Tomcat and JBoss installed and they…

Mike T
- 493
- 1
- 4
- 6
0
votes
1 answer
Is there a download for JBoss AS 7 Web Profile?
On the official downloads page I can only find the Java EE 6 Full Profile for 7.1, the Web Profile is only available for 7.0. Is there any place where I can download the Web Profile for 7.1? If not, why is there no such distribution?

Björn Pollex
- 101
- 3
0
votes
1 answer
JBoss AS EAP versions - What parts of EAP source code are closed source?
Question about the source code for JBoss EAP versions 4 5 or 6.
Let's say we decided to purchase JBoss EAP 6 from RedHat. Can we still run maven to build JBoss EAP version? Are there closed source resources involved?
Basically we are worried that…

Nicholas DiPiazza
- 197
- 1
- 1
- 11
0
votes
2 answers
hitting a webpage hosted in JBOSS externally
I have jboss 5.0 running a web application I am developing. I am able to hit the pages using localhost:8080 but not my external IP address.. How can i hit with my ip???
coderman
0
votes
1 answer
Which JBoss version should be choose?
We are now developing and running a java web application under JBoss 4.2.3 for many years. We using Struts 1 + Hibernate 2 as the framework. We don't using any EJB things.
My question is should we upgrade our runtime platform to newly JBoss…

hntangwei
- 47
- 1
- 5
0
votes
1 answer
Issue in java hot spot when more than user request for services
I am working with jboss AS6 also developed some services using jbossws, when multiple user request for services , i am getting error as follows
A fatal error has been detected by the Java Runtime Environment
How to detect root and cause of this…

Mallika
- 3
- 3
0
votes
2 answers
running jboss behind apache - different servers
How can I setup apache forward host.company.com -> server.company.com/host
Where server.company.com is the Apache server.
We have other services running like
service1. company.com -> server.company.com/service1
service2. company.com ->…
0
votes
1 answer
Linux oom-killer kills Jboss on Ubuntu Server (hosted Amazon EC2)
We having some trouble with oom-killer and JBoss on Ubuntu Server. What I want to know is if there a way to avoid this with extra parameters passed to the JVM or to JBoss?
On the other hand, do you know guys how to add more RAM to an EC2 instance…

PapelPincel
- 325
- 6
- 18
0
votes
1 answer
Java / JBoss 5.1.0 triggers OOM Killer
I'm running a CentOS centos-release-6-0.el6.centos.5.x86_64 (2.6.32-71.29.1.el6.x86_64) box with 32GB RAM and 6 vCPUs as a virtual machine. Java is running in version Java(TM) SE Runtime Environment (build 1.6.0_27-b07).
Every once in a while the…

Dennis Winter
- 448
- 2
- 7
- 16
0
votes
1 answer
JBOSS EAP 5.1.1 error after installation
After installing JBOSS EAP 5.1.1 on my Linux Server, I am getting following error when I run JBOSS with command run.sh
JBoss Bootstrap Environment
JBOSS_HOME: /usr/lib/jboss-eap-5.1/jboss-as
JAVA: java
JAVA_OPTS: -Dprogram.name=run.sh -server…