JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
0
votes
1 answer
Getting deployment error for ColdFusion 8 RDS on JBoss. How to fix this?
I have deployed ColdFusion 8 on JBoss 5.1.0. During the CF installation only two WARs have been created instead of one EAR, no porblem.
I am able to start the CF admin gui but i get the following error when the rds.war should be…

mrt181
- 171
- 1
- 10
0
votes
1 answer
How do I deploy wars to JBossWeb using context files, like in Tomcat
In Tomcat 6, I can create context fragment files in CATALINA_HOME/conf/Catalina/localhost to handle the deployment of wars (instead of copying the war to the webapps folder).
Is it possible to do the same thing with the instance of Tomcat that's…

Rich
- 1,343
- 7
- 28
- 39
0
votes
2 answers
What are the benefits of Weblogic over Jboss / Glassfish in production?
I'd like to ask those of you running weblogic server in production, what benefits do you see in using it compared to Jboss and Glassfish?

Paul
- 1
- 3
0
votes
2 answers
Connecting client to JBoss cluster
I am new to JBoss. Basically I have managed to cluster 2 nodes with:
Node 1: run.bat -c all -g DefaultPartition –u 230.0.0.4 -b 10.67.51.28 -Djboss.messaging.ServerPeerID=1
Node 2: run.bat -c all -g DefaultPartition –u 230.0.0.4 -b 10.67.50.21…

Nivek
- 149
- 1
- 2
- 8
0
votes
1 answer
Is port number 1099 is specific to JBoss?
I am using JBoss5 and using ejb. In all the examples of ejb I found the port number is 1099 for lookup, but as I saw the server.xml file budefault JBoss runs in the port 8080.
Is this any specific port number to JBoss?
Thanks.

shreyansh
- 3
- 1
0
votes
1 answer
JBoss 4.2 Deadlocking
Greetings,
Not sure if this is one for here or stackoverflow but here goes:
I have deployed a J2EE application on JBoss 4.2 with a MySQL backend. While stress testing the application I've discovered many:
…

kobrien
- 131
- 10
0
votes
1 answer
JBoss and Apache Load Balancing
I am trying to set up a JBoss Cluster with Apache Load Balancing. Basically I have followed the guide from here. No problem faced. The only issue I have would be, how do I access my own application? From the guide, it didnt mention how do I mount my…

Nivek
- 149
- 1
- 2
- 8
0
votes
3 answers
JBoss behind Apache redirecting to localhost
I know this is in Apache & JBoss Configuration 101 but I just can't work it out.
I am configuring Apache 2.2.3 to use mod_proxy_http to forward requests to JBoss 5.1.0 GA. The idea being that there will be multiple JBoss instances fronted by a…

Rich
- 1,343
- 7
- 28
- 39
0
votes
1 answer
How to start/configure JBoss clustering
I am totally new to JBoss. Basically i am needed to setup a JBoss clustering environment on windows. Meaning, JBossA sits on machine A and JBossB sits on machine B. So when JBossA fails, it will redirect the clients to JBossB.
I have downloaded the…

Nivek
- 149
- 1
- 2
- 8
0
votes
1 answer
JBoss without multicast?
Does anyone know if it is possible to run JBoss as a cluster using only unicast, no multicast?
More importantly, does anyone have experience actually getting this to work?

Shewfig
- 471
- 1
- 3
- 8
0
votes
2 answers
JBoss view active user sessions
We have a JBoss server with a single J2EE on it. I wish to find out who are the current active users using that application. Does JBoss give me any utilities that lets me view those existing sessions? (NOT the count, but who all are logged in) The…
user49080
0
votes
1 answer
TeamCity Install on centOS with tomcat5 or jboss
It my 1st time using EC2 (amazon amis) i want install on cent os teamcity and tomcat5, if any one has done please share the same doc or hows to
Thanks

neolix
- 528
- 7
- 20
0
votes
1 answer
How to configure IIS when installed on a box already running a JBoss web server?
I have a Windows Server 2008 SP2 64-bit server currently running the JBoss 4.2.1 web server, which is hosting an Adobe LiveCycle ES2 server, on port 8080.
Have been asked to setup IIS on that box to act as an intermediary between the Java based…

GAThrawn
- 2,434
- 3
- 20
- 38
0
votes
1 answer
How to set JBOSS/JDBSC to cach the MySQL server settings?
Is it possible to set JBOSS/JDBC's MySQL connector to cache the server's settings so that I won't get a big bunch of "show variables" connection all the time?
I think there is a similar settings under Glassfish called CacheServerConfiguration but I…

blacklotus
- 85
- 6
0
votes
1 answer
Does MySQL/JBOSS/Tomcat/JDBC have a 20 process limit?
Reason for asking this is that, I have been firing around 200 concurrent connections via SOAP to a web service, and in MySQL, I have never seen more than 20 connections being processed at a time.
My MySQL settings are as…

blacklotus
- 85
- 6