JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
2
votes
1 answer
Error deploying Spring with JAX-WS application in Jboss 6 server
I'm getting the following error when deploying a Spring+JAX-WS application on JBoss server 6.1.0:
09:14:38,175 ERROR [org.springframework.web.context.ContextLoader] Context initialization failed:…

arlahiru
- 31
- 2
- 4
2
votes
1 answer
Using standalone.sh but cant see welcome page or web mgmt interface
I downloaded and extracted JBOSS AS 7.1.1. I executed the Standalone.sh script also.
However, now when I try to go to
http:// IP-address:8080
or
http:// IP-address:9990/console
I get an error that Google Chrome cannot display the web…

Arvind
- 501
- 4
- 9
- 18
2
votes
2 answers
TCP Window Size going to 0 / Wget stops downloading?
I have a somewhat complex setup that doesn't work, and I'm struggeling quite a bit to track down the root cause.
First of all the big picture:
Node backend is a medium size windows azure worker role running JBoss 5. It is streaming out HTTP…

Alexander Gran
- 51
- 1
- 5
2
votes
1 answer
MaxRequestsPerChild equivalent for Jboss?
We have an application running on Jboss that's leaking memory and from to time to time, this causes the server to go into swap and crash.
I know the correct way to solve this is to find the root cause of the leakage, but at the moment I really need…

Luis Fernando Alen
- 540
- 1
- 5
- 11
2
votes
0 answers
JBoss AS 4.0.x attacked
I have an application running on JBoss Applicatoin server (version 4.0.2) and its binded to a public address. Recently I found out some weird files and folders in one of my application folder. The weird files include
bm.c , bm.h , bm.o , fly.pl ,…
Quoc Nguyen
2
votes
1 answer
How do I set the jmx to listen in a specific IP
I am trying to configure jboss to allow monitoring with a jmx tool (I am looking at a few so no need to give).
Looking at the properties in java jmx docs it does not seem to have a property to set the host, so if I run more than one jboss in the…

feniix
- 350
- 3
- 9
2
votes
2 answers
log the Jboss connection pool count
I have a jboss-4.2.3.GA installation where I suspect the thread pool may be incrising over time due to threads not being properly released. I am not getting any messages when maxthreads is reached, So I would like to log the number of threads in…

Sreeraj
- 21
- 1
- 4
2
votes
1 answer
JBoss 5.1.0 on JDK 1.6 - do I need to tweak the configuration to get it to work?
I am in the process of installing JBoss 5.1.0 on machines running JDK 1.6.0u21.
In the 5.1.0 release notes there is the following paragraph in the section titled "Compatibility Issues from 5.0.0.GA":
JBossAS 5.0.0.GA can be compiled with both Java5…

Rich
- 1,343
- 7
- 28
- 39
2
votes
2 answers
Load Balancing JBoss App Server with Apache using mod_jk
I am trying to set up a JBoss Cluster with Apache Load Balancing. But when I type localhost in my browser it should get redirected (proxied?) to port 8080 (JBoss) but it is not getting redirected.
Here's my environment setup:
Ubuntu 11.04
JBoss AS…

VISHAL
- 33
- 1
- 7
2
votes
1 answer
JBoss 5.1.0 GA with Apache Load Balancer
I've followed the tutorial here: http://community.jboss.org/wiki/UsingModjk12WithJBoss
All my files as configured as it says there but then I try to access http://localhost/jmx-console I get
Proxy Error
The proxy server received an invalid…

Sergiu
- 123
- 3
2
votes
1 answer
Deploying XML resources to JBoss using Twiddle
We are moving to JBoss 5.1.0 with autodeployment disabled. Therefore, we need to use twiddle to do our deployments.
The only place I have got stuck is deploying .xml files. These files are independent of our .war/.ear files and contain things such…

Rich
- 1,343
- 7
- 28
- 39
2
votes
1 answer
How does Apache mod_proxy_ajp work when Jboss runs as a cluster with AJP on 2 different ports?
I am trying to get an Apache webserver to load balance to a JBoss cluster, but unfortunately, I dont understand how mod_proxy_ajp works through the load balanced scenerio, since each of the 2 instances of JBoss run AJP on a different port. Since I…

djangofan
- 4,182
- 10
- 46
- 59
2
votes
2 answers
How to configure JBoss for SSL using F5 Load Balancer
I am having troubles configuring JBoss for a secure environment.
Here's our environment:
We have an F5 Loadbalancer which has our domain's wildcard certificate.
I have several applications running on JBoss on a server called peanut.
From within our…

jeph perro
- 175
- 1
- 3
- 10
2
votes
2 answers
Redirecting to port 8080 if accessed by a certain domain
I am running Apache on port 80 of my server, and JBoss on port 8080 of the same machine. How can I have Apache redirect requests with a certain domain name to the JBoss server on 8080? I'd like to keep the port number from showing in the URLs for…

Jon Gauthier
- 153
- 7
2
votes
1 answer
Configure JBoss AS 5 and LDAP
Basically i have an application that sits on JBoss which needs to connect to a LDAP server. (OS is Windows XP Pro)
I started the JBoss with run.bat -c all -b 192.168.1.1.
I have no problem connecting to the LDAP server without SSL. The problem only…

Nivek
- 149
- 1
- 2
- 8