Questions tagged [liferay]

Liferay is an open source JSR 286 compliant portal and social platform, written in Java. It provides fully functional built-in portlets (60+) and also various integration points to seamlessly integrate with other third-party softwares like Alfresco, Sharepoint etc.

Liferay is an open source Java portal that supports portlets and themes. It can be heavily customized and extended with "hook", and "ext" plugins.

As a server it may run on a wide variety of application servers and databases.

It also integrates with a large number of external services and protocols such as CAS, LDAP, and the OpenSocial standard.

27 questions
2
votes
0 answers

How can I make Liferay/Tomcat processes do outbound HTTPS queries over TLS 1.2?

I've got a Liferay 6.2 server running on tomcat 7.0 behind Apache 2.4. Apache is handling SSL for the site that Liferay is serving, and all is well with inbound connections. What I'm having some trouble with is that one of the important parts of…
Dave
  • 21
  • 1
2
votes
1 answer

How to start open-office headless service on a particular port in CentOS

I am trying the following to start OpenOffice headless service: soffice -headless -accept="socket,host=127.0.0.1,port=8100;urp;" I have tried with double-dash -- instead of single - and this command just hangs and the prompt never comes: soffice…
Prakash K
  • 139
  • 1
  • 2
  • 9
2
votes
1 answer

ndb cluster table is full

I'm using ndb cluster au to install with simpletest and high write load opstions. The cluster started successfully. Then I edited create-minimal-mysql.sql file by replacing InnoDB with NDBCLUSTER and run it. It show: ERROR 1114(HY000) at line 1703:…
supper aban_89
  • 129
  • 1
  • 5
2
votes
1 answer

Liferay instance on server with apache httpd

I am a Java developer who was given a task of running Liferay Portal on a remote server (I do have an IP and root access). The server already has one instance of old Liferay and Apache web server. I would like to setup additional Liferay Portals and…
johnnnie
  • 21
  • 2
1
vote
3 answers

how to test server's performance online?

I have three Liferay portal -- ApacheTomcat 7 running on a Dedicated server (RAM : 32 , CPU 8 cores, 3.4 Ghz). All portals are running on the same Mysql instance. The problem is the response of the server is incredibly SLOW (1 min to log in --…
1
vote
1 answer

Connect Liferay 6.1.1 to LDAP Zimbra from Virtualbox

I want to connect liferay to zimbra in Virtual Box and I need to fill this form : ![Capture of liferay try to connect to ldap in VB] I got the url and password from the output of this command : zimbra@ubuntu:/home/ubuntu$ zmlocalconfig -s…
1
vote
0 answers

Configure ISAPI redirector: worker propreties for IIS and Liferay

I Asked this question on stackOverflow, i didn't get any answers sorry if the questions is somehow duplicated, any way : we have fronted Liferay tomcat server with IIS , and we used ISAPI tomcat redirector for that ,everything works just fine. the…
1
vote
0 answers

Coldfusion10 via war on pre-existing Tomcat 7, web.xml

I've deployed the cfusion.war on a pre-existing tomcat instance also hosting Liferay(6.1.x). Both are in the webapps directory. I had to work through some issues related to taglib in the web.xml of the deployed cfusion.war. But it finally deployed…
Baci
  • 11
  • 1
1
vote
1 answer

Generate a certificate with Openssl and import the same certificate using keytool

I have a question about the SSL during the use of CAS in LIferay. I have generate the certificate using Openssl (I flollowed this tutorial) on my CAS Server and now I would to import the certificate using keytool on the Liferay machine. To import…
Safari
  • 155
  • 1
  • 2
  • 7
1
vote
0 answers

SSL between 2 Tomcat Servers

I'm trying to make 2 tomcat servers communicate by SSL (one with a CAS webapp, the other one with Liferay) both are on my computer. The problem is that when Liferay tries to validate the ticket granted by CAS, it does not uses the SSL Connector I…
Waterfrag
  • 111
  • 4
1
vote
2 answers

Strange enduser experience with Liferay, Glassfish and Apache on RedHat

Tried multiple forums to get to the bottom of this. I hope I can get some direction here: Here is the stack I am working with: Red Hat Enterprise Linux Server release 5.6 (Tikanga) Liferay 6.0.6 on Glassfish 3.0.1 MySQL 5.0.77 Apache 2.2.3 The…
Pete Helgren
  • 213
  • 1
  • 3
  • 13
1
vote
2 answers

How can I ensure Liferay uses TLS for authentication

Please note, this is about communication between Liferay and the LDAP server, not communication between the user's browser and Liferay I'm asking this here since I got zero views (other than my own) in 30 minutes at the liferay forums, and I'd like…
Gus
  • 127
  • 2
  • 11
1
vote
0 answers

Get specific user information like email, firstname, etc other than sub attribute from userinfo endpoint of ADFS 2016

I am trying to authenticate the user with ADFS is identity provider and liferay is service provider. To authenticate, I'm using openid connect as SSO which is already existed in liferay 7.3.5 CE GA6. What I did to set up openid connect: I filled the…
SylveKK
  • 11
  • 1
0
votes
2 answers

Connection reset by peer: ajp_ilink_receive() can't receive header

I am seeing this in Liferay 6 (a Tomcat-based clustered webapp)'s log: APR does not understand this error code: proxy: read response failed from [::1]:8009 (localhost) The timeout specified has expired: ajp_ilink_receive() can't receive…
Nicolas Raoul
  • 1,314
  • 7
  • 22
  • 43
0
votes
1 answer

Liferay-dxp configuration on weblogic 12c

How to configure liferay-dxp (sp1) in weblogic 12c ? Please find detail log . 14:53:58,877 ERROR [[ACTIVE] ExecuteThread: '0' for queue: 'weblogic.kernel.Default (self-tuning)'][SPATopHeadJSPDynamicInclude:47] Unable to include JSP…
1
2