JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
0
votes
3 answers
How to configure JBoss AS 7 to log to syslog?
How do i configure jboss to log to syslog?

Carl Hörberg
- 620
- 4
- 9
- 21
0
votes
1 answer
JBossAS 6 & Riftsaw: "No context found for request" when loading WSDL
I'm evaluating the use of Riftsaw and have been following the Getting Started guide:
http://docs.jboss.org/riftsaw/releases/2.3.0.Final/gettingstartedguide/html/examples.html#d0e240
I've installed JBossAS 6, JBoss ESB 4.10 and Riftsaw 2.3.0 on my…

NickG
- 101
0
votes
1 answer
How do I investigate new transaction behaviour between Mysql 5 and JBoss 4.02 inside OpenVZ?
I have moved a production server over to OpenVZ, something that I've done many times before, only this time it has impacted the transaction behaviour of certain operations.
All my tables are innoDB. I haven't changed any parameters from their out…

James D
- 1
0
votes
1 answer
how can I monitor Jboss threads to see the response times and waiting times in real time
We are facing a problem of slowness in performance when the requests are being served from JBoss. We had a web server routing requests to application server and we could see the problem with JBoss's JVM.
how can I monitor Jboss threads to see the…

Hareesh Ram
- 11
- 3
0
votes
1 answer
Proxy Error with ColdFusion 8, but not with Railo3.1! Whats going on?
I have installed Apache 2.2.11, jboss 5.1.0.GA, ColdFusion 8.0.1 and Railo 3.1.0.015.
Railo and ColdFusion are served through jboss as exploded WAR and EAR and both are available as VirtualHosts on port 80 through Apache, the details are available…

mrt181
- 171
- 1
- 10
0
votes
4 answers
Access to Service from Remote and Local JBoss 7
I have two different servers (i.e. a tomcat on port 8082 and a jboss on port 9080) on a Suse Linux machine. The first one has been installed some time ago and the second one I just installed recently. Now I have problem to access the second one from…

bertolami
- 101
- 1
- 4
0
votes
1 answer
Does JBoss (or tomcat) log 503 errors to the access log
I've enabled the access log in JBoss. I see that it logs 404's, but will it log 503 errors as well?
Thanks!

desau
- 111
- 3
0
votes
1 answer
How to redirect example.com/company to example.com?name=company?
I have a web application running in JBoss on www.example.com:8080/webapp. I want users to be able to use the URL www.example.com/company and have that redirected to www.example.com:8080/webapp?name=company in order to present company specific logos…
jalbersh
0
votes
2 answers
how to connect to mysql running remotely from the jboss
i am facing problem in connecting to mysql running on remote machine from the jboss,
Environment setup:
1. Linux machines
(Jboss) node1:192.168.1.12
(mysql) node2:172.18.0.1
i have jboss running on node1 and mysql running on node2.
i…

VISHAL
- 33
- 1
- 7
0
votes
3 answers
Linux tmpfs having no effect on performance!
In order to speed up JBoss startup and use, I copied the contents of my dir to a big enough tmpfs 'disk'. With this, I was expecting significant speedup.
However, to my surprise, I saw not one bit improvement - neither in startup time,…

Harry
- 403
- 1
- 5
- 12
0
votes
2 answers
How to use iptables to forward requests to a jBoss server running on a different machine?
I have 3 machines with the following IP addresses : -
Machine 1 : - 10.10.10.20 Machine 2 :- 10.10.10.21 Machine 3 : - 10.10.10.22
The jBoss server is started on Machine 1 and Machine 3 is client. If I type 10.10.10.21 (ip address of Machine 2) in…

CKing
- 113
- 1
- 7
0
votes
1 answer
Cannot access firewalled jboss server from Internet Explorer
I've produced a website for a client One Single Menu using JBoss and hosted it on Rackspace Cloud Servers running Ubuntu's Maverick Meerkat. Following advice, I esablished some iptables rule to protect jboss:
iptables -I INPUT 1 -i lo -j…

Simon Gibbs
- 61
- 1
- 11
0
votes
1 answer
JBoss 4.2 Autodiscovery Failure (NoClassDefFoundError)
I am experimenting with Hyperic for the first time. I have a basic server & agent setup and working on a Redhat Linux box. But when the autodiscoverer is running for JBoss 4.2 I get the exceptions at the end of this message.
I configured the…

Jayakrishnan T
- 298
- 2
- 8
- 22
0
votes
1 answer
Installing jems-installer on headless server, error
I'm trying to install JBoss on one of our virtual servers. I downloaded the jems-installer to install JBoss, but it's expecting to run in a GUI. This is the error I get.
[root@S3WEB tmp]# java -jar jems-installer-1.2.1.CR4.jar
Exception in thread…

gAMBOOKa
- 999
- 6
- 19
- 34
0
votes
1 answer
Configure separate port for Jboss Admin Console
We want to configure our jboss server behind a firewall. We want to allow access only to our web application.
Is there any way to configure separate port for jboss admin-console, jmx-console?

Jeewan
- 1
- 1