Payara glassfish integration with SAML2 Service provider - glassfish

Our application is currently running on payara glassfish
There is an initiative to have SSO setup for different modules of our organization over SAML2
Online resources point out Shibbolith SP on apache + mod_jk to glassfish
Is there any recommended approach from the community ?

Online sources from payara community mention only support for openAM
http://blog.payara.fish/forgerock-integration-with-payara-server-part-1-installation

Related

Consuming service hosted on glassfish from payara

I have a web service hosted on Glassfish Server. I am trying to consume it from the application hosted on Payara. But I am not able to do that(unable to read value). Does Payara Server support the application hosted on glassfish (i use Glassfish 3)? If not, please let me know the reason.

Grails 2.1 apps deployment on tomcat cluster

I had build a stand alone application on grails 2.1 which uses quart scheduler.
Now I need to deploy this application on Apache tomcat cluster using mod_jk connector.
I am running multiple instance of tomcat and and using Delta Manager for managing the session, but it's not working as I am able to log in the first tomcat instance deployed apps but when I am trying to log into the second instance ,then it won't fetch user information from database and give message that user name or password incorrect.
Even if I stop the first instance, still it won't let me log into the system. I try to find solution online for this problem but didn't get any information on how to deploy grails 2.1 web application on tomcat cluster using mod_jk connector. All the information is available for grails 1.3 version which is pretty old and not relevant for grails 2.1.
Any help would be appreciated.

weblogic AS: application deployed on a cluster with two managed servers

I'm on Weblogic AS 10.3.5, I have two managed servers pointed to a cluster, so I have two url, one for the first managed server, the other one for the second.
I will deploy my application on the cluster, so will I reach it on both the url? will the application deployed and running on both the servers?
How does it work? Can you give me some references, please?
Is it clear?
Thanks a lot!
First, you shouldn't be using WebLogic 10.3.5 anymore since it has reached the last stage of support called Sustained Support. Consider to upgrade at least to WebLogic 10.3.6.
Related to your question, I believe you are talking about a Web Application and how to access it. First you need to read about Load Balancing in a Cluster. For the web part (JSP and Servlets) basically you have to options: setup a Web Server (like Apache HTTP) to make use of the WebLogic Plug-in, that will then be connected to the WebLogic cluster. The other easier option is to simply use an LBR (load balance router hardware).
These are the "software" solutions you have for Load Balancing your web application in a clustered WebLogic:
WebLogic Server supports the following Web servers and associated
proxy plug-ins:
WebLogic Server with the HttpClusterServlet
Netscape Enterprise Server with the Netscape (proxy) plug-in
Apache with the Apache Server (proxy) plug-in
Microsoft Internet Information Server with the Microsoft-IIS (proxy) plug-in
You can read more about this options at the Configure Proxy Plug-ins documentation page for WebLogic 10.3.6.

Is it possible to deploy WSO2 ESB onto a Glassfish Application server

Is it possible to deploy the WSO2 ESB onto a Glassfish Application server? On the WSO2 site (http://docs.wso2.org/display/ESB403/ESB+Administration), it list JBoss, Websphere etc, ut no mention of glassfish.
Any help would be appreciated.
Regards
WSO2 products use embedded Tomcat as its primary runtime for standalone execution but can also run within other application servers like jboss, glassfish, Websphere, etc.

issues on download Apache Tomcat

I am trying to install Apache Tomcat, but I find to different files:
one is CORE while another is Deployer
which one should I choose?
Download CORE. From the documentation:
the Client Deployer, which is a command shell based script that interacts with the Tomcat Manager but provides additional functionality such as compiling and validating web applications as well as packaging web application into web application resource (WAR) files
The deployer is just a tool. It does not include the Tomcat server.