JBoss Application Server (or JBoss AS) is a free software/open-source Java EE-based application server.
Questions tagged [jboss]
377 questions
3
votes
0 answers
Can't deploy because folder was not inside a directory whose name ends .war. (JBoss)
I created a default JSF Project using Maven2Eclipse.
When I try to start the home.xhtml JBoss returns the following error Message:
(DeploymentScanner-threads - 1) JBAS015010: The deployment scanner found a directory named META-INF that was not…

Lama
- 243
- 1
- 3
- 8
3
votes
1 answer
How make a SSH tunnel from one computer to another and forward its traffic?
I have two computers both running Linux. Let's call them computer A and computer B. Computer A has IP 192.168.1.10 and B has 192.168.1.11.
On computer B there is a JBoss 7 AS installed and its admin interface is just accessable locally (on…

Rox
- 441
- 1
- 7
- 13
3
votes
2 answers
Remote monitoring of JBoss from Microsoft Operations Manager (MOM)
I'd like to monitor various JMX properties and events from Java web applications running in JBoss Application Server (version 4.0) on Windows. I need to get this information into Microsoft Operations Manager (MOM) in order to raise alerts based on…

Ben Lings
- 133
- 5
3
votes
1 answer
JBoss 7.1.1 Clustering, JBAS014775:New missing/unsatisfied dependencies
I am following https://docs.jboss.org/author/display/AS71/AS7+Cluster+Howto
I managed to get 2 servers running.
One slave.
One master.
I managed to get to "Dry Run"
I got:
[Host Controller] 11:30:58,636 INFO [org.jboss.as.domain]…

Titi Wangsa Bin Damhore
- 151
- 1
- 5
3
votes
2 answers
JBOSS Vulnerability [PCI Scan]
This morning i received from the auditors a scanner result for our jboss server and we need to solve three important issues, but honestly i was googling for a while and nothing found. if any one know or have any clue how to solve, i will appreciate.…

rfders
- 133
- 1
- 3
3
votes
1 answer
How to remove the pause during JBoss 5.1.0 GA boot between ProfileServiceBootstrap and AnnotationCreator?
I've managed to strip down my JBoss profile enough that it boots in 1.5 minutes. I started with the web profile and started pulling out stuff I didn't need. The bulk of my boot time can be seen here:
...
15:21:51,890 INFO [ProfileServiceBootstrap]…

rcampbell
- 1,035
- 4
- 14
- 24
3
votes
2 answers
JBoss: reload log4j config without restarting the server?
We are using JBoss application servers for our new web applications that use Apache log4j for logging. We are using JBoss for some months now and everything works out cool, the centralized config thing is really nice to work with.
Also, as you may…

fgysin
- 448
- 2
- 5
- 15
3
votes
2 answers
JBoss Tools - Allow remote access to localhost:8080
I'm working on Eclipse 3.5 with JBoss Tools, and even though I remember doing it before, I haven't been able to make my JBoss running instance from Eclipse available to other computers on the network.
If I try to change the program arguments:
-b…

Fernando Briano
- 470
- 1
- 8
- 14
3
votes
1 answer
obfuscating keystore password in JBoss 4.2.2 GA
I've setup my jboss app-server to use SSL. The relevant extract from my config is below. Everything is working ok, however some people have expressed concern over the keystorePass attribute being in plain text. Is there any way to obfuscate /…

Glen
- 133
- 5
2
votes
5 answers
How do I setup JBoss 5.1.0.GA to run multiple instances?
Does anyone have any experience or advice in setting up multiple JBoss 5.1.x instances on the same machine that has 1 network card?
Here is what I did:
Installed JBoss 5.1.0.GA into c:\myjboss
1.5. I copied the server/default directory to…

djangofan
- 4,182
- 10
- 46
- 59
2
votes
1 answer
changing location for standalone.xml.tmp
We use wildfly 10.x as an application server. Our setup is much restrictive. So the AS user is not allowed to write to jboss.server.base.dir/configuration/ but at startup it wants to write the standalone.xml.tmp file to that location.
Is there a way…

Christian Meißner
- 131
- 9
2
votes
1 answer
JBoss Https configuration with CER/P7b certificate fails
My question is similar to this one: Tomcat fails to find a key entry in keystore
I have a CER file, which I had imported into a JKS using the below command:
keytool -importcert -file codesign_Base64.cer -keystore imported_keystore.jks -alias…

Pavan Dittakavi
- 123
- 7
2
votes
0 answers
How is the communication between two instances Aplication and BD
I have an instance of applications(jboss) and another instance of BD(mysql) my doubt is that I notice that the communication between these two instances is for a public ip. My Quiestion is.
Is possible get better some like private ip between…
2
votes
1 answer
Adding a new role to jboss eap 7
I want to setup Basic authentication on JBoss EAP 7, and assign my users to a common role. This does not seem possible. I see where I can create a group, and assign users to a group, but the group only shows me the pre-defined roles. How does one…

OldProgrammer
- 135
- 9
2
votes
1 answer
Running multiple website domains on Wildfly
Suppose I have many websites with different domain names, domain1.com, domain2.com, etc. I have setup the correct virtualhosts configuration for these sites in wildfly. The correct DNS entries are also in place. How do I route requests to my server…

deadghost
- 135
- 7