is it possible at all to configure Liferay 6.2 on a JBoss-Server so that Liferay can use Single-Sign-On with Kerberos authentication ?
Do i have to configure Liferay's portal.ext.properties or standalone.xml within JBoss ?
You can definitely configure Liferay with JBoss.
https://dev.liferay.com/discover/deployment/-/knowledge_base/6-2/installing-liferay-on-jboss-7-1
And Kerberos is configured at your HTTP Server.
http://blog.dbi-services.com/kerberos-sso-with-liferay-61/
And then Kerberos is referred by your liferay app through hook.
https://github.com/anthonyboutinov/kerberos-liferay
Related
I am trying to upgrade Wildfly and Keyclock to their latest releases.
Does Keyclock 3.2.1 Final has Wildfly integrated into it?
Keycloak Standalone Server is built upon WildFly but it's not meant to deploy other applications on it.
Download JBoss EAP or WildFly
PicketLink can be used on both servers.
Use the PicketLink Installer to configure them with the latest version
of the PicketLink modules and libraries.
Does this implicit mean
it will work on my Red Hat JBoss Enterprise Application Platform - Version 6.4.5.GA?
I can't find any further information about version support, maybe someone has experiences and could give me a hint.
Solution
System Requirements
Make sure your environment is properly configured
as follows:
Java 1.6 or Java 1.7 PicketLink Federation Quickstarts JBoss
Enterprise Application Platform 6 or WildFly Servers.
reference
I installed Jboss7 into my Eclipse Oxygen.
When I write into my browser: http://localhost:8080/jbossws I cannot reach the page:
When I write http://localhost:8080 I have the following result
What is missing into my installation?
The url does not exist in JBoss AS 7.x or above. You should add a JBoss Admin user (with the add_user.sh/bat) With the url http://localhost:9990 (If you have not changed the port.) you can reach the admin console. Under Deployment are the web services.
Can we add FIPS provider for JBOSS EAP 6.3 version-application server on windows ? please help with it steps.
Currently I have set up liferay 6.1 to weblogic server 10.3.5.
Now I can use liferay portal from weblogic server.
After that, I am trying to deploy the other sample portlet to liferay on weblogic server.
I would like to know how to deploy that sample portlet?
Another problem is that I want to develop portlet applicatin that use JSF 2.0 for view and EJB 3.0 for business layer. Can I deploy that portlet applicatin on liferay with weblogic server. Is that possible. If possible, Please guide me.
Keep in mind that Weblogic only supports hot deploy for the admin server. There are 2 import settings that liferay needs for hot deployment on weblogic. You need a setting for the weblogic dest dir and a liferay home setting that refers to the root folder of the Weblogic domain. The env.DOMAIN_HOME doesn't work in WLS 10.3.6, that's why you need to set the home location with the full path.
Normally Liferay has a "deploy" folder that it monitors for .war files. You just copy your portlet .war file to that folder, and Liferay deploys it. You can change location of that folder by configuring "auto.deploy.dest.dir" setting in portal-ext.properties.
According to documentation, on WebLogic by default it has this value:
auto.deploy.weblogic.dest.dir=${env.DOMAIN_HOME}/autodeploy
Also another part of documentation mentions that on some containers portlets hot deployment may not work or be problematic. But I think this is not about WebLogic.