Mutual authentication from JBoss 6 to JBoss 5.1.2 - jboss

We would like to use mutual-authentication to secure a communication between a Java program running on Redhat JBoss 6 and a Java service running on Redhat JBoss 5.1.2. In other words, mutual-authentication where JBoss is both the client and the server. Is this possible? Some people say that JBoss Application Server can only handle the handshake if JBoss is at the role of the server only. Is this true? Thanks.

Related

Using remote Red Hat AMQ 7 with Wildfly 10

We are using Wildfly 10 and we want to use Red Hat AMQ 7 (standalone) remotely. I checked few documentation and found that ActiveMQ Artemis is also inbuilt in Wildfly 10, and I also configured it successfully to send and receive messages.
But as per our requirement, we want to use a remote AMQ broker so that it can be used as a centralized server and will be best suited in our enterprise requirement. Even I also want to understand the exact difference in using the ActiveMQ Artemis embedded in Wildfly and a remote Red Hat AMQ 7 instance, but I could not find enough information about it. If anyone is having any idea about it, please explain it.
I think there are three approaches to implement remote Red Hat AMQ.
Use the embedded ActiveMQ Artemis as a standalone server. I mean if we will install this Wildfly 10 in a separate server and if we can use that only for integration purpose and use the embedded ActiveMQ Artemis to connect with our Java application running on separate servers.
Install Red Hat AMQ 7.x as separate broker and connect it from the java application deployed on Wildfly 10. I checked Red Hat documentation and one point bothered me about this implementation as Red Hat claims "Currently AMQ 7.2 is only supported as a stand-alone broker. It has not be certified with EAP 7.0 or earlier. It is planned to be tested both as the internal broker of EAP 7.1 and as an external broker with EAP.". This is my preferred approach but I am not getting any documentation to implement it even Red Hat also not did it yet.
Install Apache ActiveMQ Artemis 2.x and integrate it from the application deployed in Wildfly 10.
I tried to get this information but as of now there is not much information available on internet for Artemis. It will be a great help if someone can explain the differences with pros and cons in above approaches.
Regard's
Ram

Jboss EAP 7 Issue after Restarting

I ran into Issue after restarting the jboss EAP 7 ,I am unable to access it through its public interface but I'm able to connect to admin console.I have restated the server but no luck

How to configure JBoss EAP as windows service

I installed JBoss EAP-7.1.0 through windows installer. Now i want to configure this EAP as windows service. How can i do this? I went through several docs but didn't get a proper idea. After that i need to access the admin-console ui of the server. Can some one help?

mod_jk with JBoss 5.x Community Server

Configuring Apache's mod_jk (used just as a proxy, not as loadbalancer) is supported with JBoss 5.x Community Server?
Instead of using mod_jk, mod_cluster is a better option for JBoss. It also has support for sticky session and session replication. Mod_cluster works both with Wildfly/JBoss AS since version 5 and with Tomcat 6+. If you are looking only for mod_jk, JBoss documentation can help. Mod_cluster doc and info: http://modcluster.io

Getting "The jboss EAP 6.0.1 service on local computer started and then stopped" error on JBoss server startup

I am using JBoss EAP 6.0.1, which I've configured to run as a service on a windows based machine using JBoss provided native client.
I configured my Java app and it has been running for the past year without any issues; for the past 2 days on reboot the JBoss EAP 6.0l service is no longer starting and I'm getting the below error when starting the service manually:
"The JBoss Application Server 6.0.1 service on local computer started and then stopped. Some service stops automatically if they are not in use by other services or programs"
There was no cinfugchanges or windows updates on my machine; please let me know how I can resolve this issue?