JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
1
vote
0 answers
jboss 7 :Unable to login into web console with my credentials
I am using Windows 7 and JBoss as a windows service I just added a user as shown in the screenshot below:
I get to the following access page :
I entered the exact credentials that I set up and it's not accepting the login credentials which is…

John
- 145
- 8
1
vote
0 answers
How to Deploy Enterprise Applicatin on JBoss
I have been having the most difficult time deploying an enterprise application on Jboss. In my opinion Jboss is ridiculously un-intuitive and Impossible configure without extensive help. I am migrating to JBoss because glassfish has stopped it's…

Sam Orozco
- 141
- 1
- 8
1
vote
1 answer
Can I use ansible to startup jboss service in domain mode?
I used sh /usr/local/jboss/bin/domain.sh manually, and jboss works fine.
When I use ansible to start jboss automatically, jboss log always shows "Container is down".
File /root/startup_jboss.sh :
#!/bin/bash
/bin/sh /usr/local/jboss/bin/domain.sh…

user2612797
- 13
- 4
1
vote
0 answers
Upgrading Jboss EAP 5.1 to 5.x in Zip installation
I have Jboss EAP 5.1 installed with ZIP method on RHEL5.(Not installed by me). Now I would like to upgrade it to 5.1.1 or 5.2 because of some compliance.
May I know how I should upgrade it without hassle?
Thanks in advance,
TRA

TRA
- 83
- 1
- 5
1
vote
1 answer
JBoss webservice behind Reverse Proxy, https to http
I have deployed a JAX-WS web service hosted in a JBoss 7.1.1. The webservice is acceded by a reverse proxy. To access the service from the public internet, it has to be done by the https protocol, but the communication between the reverse proxy and…

Nicolás Piquerez
- 11
- 1
- 3
1
vote
2 answers
How to Make JBoss 5.1.0 GA Meet Diffie-Hellman Standards?
As non-experts on web server administration and security, we are struggling to update our JBoss 5.1.0 GA web server configuration to meet Diffie-Hellman standards. JBoss was installed for us as part of the middle tier in a larger platform. We have…

user2072931
- 145
- 1
- 2
- 6
1
vote
0 answers
Reverse-Proxy fails
I have Apache and Wildfly installed on a Ubuntu 14.04.2 Server and I created a Reverse-Proxy, so that Apache proxies Wildfly. It works, but only half of it. If I hit http://myserver/wildfly/myprogram/index.xthml I do get the entry page, but the…

Socrates
- 261
- 4
- 13
1
vote
0 answers
Web application doesn't migrate in cluster mode
I installed JBoss EAP 6.4.0 on two different virtual machines:
Ubuntu Server 12.10, IP=192.168.0.20
Ubuntu Server 12.10, IP=192.168.0.23
Then on each machine I edited the standalone-ha.xml file in standalone/configuration and replaced all…

Ramy Al Zuhouri
- 261
- 1
- 4
- 14
1
vote
1 answer
What is the order of deployment in Wildfly?
I have a large number of services, and a core set of services that are expected to load first so that they are available when the other services load.
Does Wildfly have a specific order (e.g. alphabetical, based on filename) that it uses when doing…

Jon Onstott
- 151
- 1
- 8
1
vote
1 answer
jboss cluster in ec2 with s3ping
Am trying to get s3ping discovery method working in wildfly 8.0.0. I am using default Amazon Linux AMI and using chef to launch instances in ec2 based on this tutorial http://aws.typepad.com/awsaktuell/tutorial/. I have deployed a sample web app…

karthik101
- 131
- 7
1
vote
0 answers
Apache mod_jk LB synchronization server startup + application startup time
after a long search I can´t found a solution or path to solve my problem with synchronization startup of Apache and Backend servers.
I have a Apache2 using a LoadBalancer with mod_jk that balance request to 4 backend servers using JBoss and AJP…

Carlos Lacerda
- 111
- 3
1
vote
0 answers
JBoss SPNEGO Authentication Renewing Server Kerberos Tickets
We have successfully configured SPNEGO with our webapp on JBoss EAP 6.2, Windows Server 2008, and IE10 using JBoss Negotiation.
What is best operational practice for renewing the ticket issued to JBoss to minimize Administrator intervention? The…

praspa
- 111
- 3
1
vote
1 answer
How can I create a domain global deployable module? (Jboss, Wildfly)
Has anyone created or used a deployable module pushed out to slaves (from the Domain Host-Controller) without a separate script or step to update the {JBOSS_HOME}/modules/ directory? I would like to be able to push out updates to a module centrally,…

Gregor
- 541
- 3
- 13
1
vote
1 answer
JBoss application behind apache ajp proxy with subdomain - duplicated context
In my application, I'm making some standard scenario where Java web app is deployed on JBoss with apache proxy upfront. The webapp is accessible from /esp context so direct url would be (but I've turned off HTTP for Jboss, only…

kamil
- 341
- 1
- 2
- 9
1
vote
1 answer
WildFly/JBoss server group deployment understanding
According to JBoss documentation:
In managed domain deployments are associated with a server group.
Deployments will be provided to any server that belongs to a
particular group.
...the multiple servers in common server group become the single…

WildDev
- 167
- 8