JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
2
votes
0 answers
Multiple httpd with JBoss cluster: provide httpd HA
I have a working configuration like this:
+-----+ +-----+ +-----+ +-----+
| i1 | | i2 | | i3 | ... | in | JBoss Cluster
+--+--+ +--+--+ +--+--+ +--+--+
| | | |
…

Sebastian
- 121
- 2
2
votes
0 answers
How to connect Java Flight Recorder (from JDK 7 U 40) to a remote JBoss 7
I have a remote Ubuntu server with Jboss 7 and a local Ubuntu desktop machine and I can already monitor JBoss using jconsole and visualvm scripts that come with it.
After the release of Java 7 Update 40, I wanted to try the Java Flight recorder in…

Oswaldo
- 121
- 4
2
votes
1 answer
Why does mod_rewrite not reprocess rewritten paths?
I'm doing a path rewrite to set and environment variable that will cause mod_jk to use a specific JBoss server. Works perfectly with any of the application paths.
When I try our monitoring servelet (does a simple db get to prove the stack is…

8None1
- 255
- 3
- 9
2
votes
0 answers
Scaling large numbers of small customer J2EE webapps
We're allowing customers to create websites on our SaaS app. We currently use Jetty as the app server, but we could use anything J2EE.
I'd like to be able to scale customer webapps across our cluster. The idea is that if a particular customer had a…

Shef
- 243
- 2
- 12
2
votes
0 answers
Solr on a two node Jboss cluster
Are there any issues with deploying Solr on two node jboss cluster with the index shared on a NFS mount point? We would like to do this for high-availability across data centers.

Saqib Ali
- 428
- 2
- 7
- 21
2
votes
2 answers
How to get server-group status in jboss-cli
How can I get server-group status (started|stopped) via jboss-cli.sh?

HUB
- 6,630
- 3
- 23
- 22
2
votes
3 answers
Apache Proxying Setup
I have a scenario as below:
I have a URL with DNS Entry, say http://example.com
When the user enters http://example.com/portal, (s)he lands on Apache (2.2) Web Server (say AWS 1). There I have a VirtualHost Entry which proxies the request to another…

Mubin
- 123
- 4
2
votes
1 answer
Deploying large WAR files to JBoss AS 7
I am accessing my JBoss 7 web console via an HTTP proxy and am trying to upload a 21Mb WAR file. The Add Content function fails without an error message and see a 502 in my firebug window. On the Proxy I see
[Sat Mar 30 13:36:17 2013] [error]…

Simon Gibbs
- 61
- 1
- 11
2
votes
0 answers
JBoss: switch domain in case of failure
In a cluster configuration of 2 different physical servers, managed with the domain setup, where one of the servers is the master and acts as a domain and the other is the slave and gets the configuration from the master, what is the correct…

Christian Teijon
- 121
- 2
2
votes
1 answer
Configure jboss web application to support SSL
I have a Spring JSF web application which is deployed in JBoss6 Application Server which I want to add SSL(i.e. https). How would I do this in Proper manner with JBoss6?
I've enabled the jboss6\server\default\deploy\jbossweb.sar\server.xml file as…

Swarnajith
- 123
- 5
2
votes
0 answers
How to create KeyStorePass in server.password In jboss
I am using Jboss4.2.2 configuration for Configured Identity with Password Based Encryption (PBE) can you any one tell me about what is use of server.password ,and how to creaed it.
project-prod-ds.xml
…

nag
- 121
- 3
2
votes
1 answer
Nginx proxy_pass error 500 on some files
new on this side of StackExchange. I've been trying to set up an nginx server to serve as a front http server that redirects to other servers within the network (later on to be used for load ballancing, but for now we just want the proxying to…

Gonçalo Vieira
- 121
- 1
- 4
2
votes
3 answers
Error deploying Spring application to Jboss due to ClassCastException
When I try to deploy a spring application in Jboss, I get this error:
11:32:34,045 ERROR [AbstractKernelController] Error installing to Start: name=persistence.unit:unitName=#ehr-punit state=Create
java.lang.RuntimeException: Specification…

Rafael
- 131
- 1
- 1
- 5
2
votes
1 answer
Did not find how to add 'additivity' for a logger in Jboss AS 7
We have migrated from Jboss 4 to Jboss 7. In Jboss 4 we used log4j.xml and have added 'additivity' property to child loggers so that the log messages do not propogate to its parents, but I do not know how to add the same in Jboss 7 logger. Can…
user1523013
2
votes
1 answer
JBoss Seam project can not be run/deployed
I created sample application in Seam framework (Seam Web Project) and JBoss Server 7.1. When I try run application, console dislays:
23:29:35,419 ERROR [org.jboss.msc.service.fail] (MSC service thread 1-3) MSC00001: Failed to start service…

user1494328
- 121
- 2