Questions tagged [liferay-6]

Liferay is an open source Java portal and social platform. The 6th major version was released on June 2010, includes 6.0.x, 6.1.x and 6.2.x and was followed by major version 7 in May/June 2016. Use this tag for both, Enterprise and Community Edition of the given releases.

Liferay is a free and open-source Java-based enterprise portal, content management system, and social platform used to power corporate intranets and extranets.

It supports plugin development using many languages, including PHP and Ruby. The 6.1 GA2 Community Edition and 6.1 GA2 Enterprise Edition were released on the 31st of July 2012.

Liferay has released 6.2 community- and enterprise editions in 2013/2014, and one of the most important and remarkable improvements of the new version of Liferay Portal are the new mobile capabilities that come out of the box.

Community Editions of 6.x won't receive any more updates, the latest available version is 6.2.5 GA6, released November 2016

A lot more information is available in the main tag.

2437 questions
0
votes
1 answer

URL change according to site location in Liferay

I would like to create a website on Liferay 6.2 and would like to master a URL such as this one: www.NomDomaine.com/web/NP/nom_page I would just change the NP as part (city name) to display the payroll name based on the location of the site. I…
0
votes
1 answer

Kerberos-SSO with Liferay 6.2 and JBoss

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 ?
HelmutSteiner
  • 99
  • 2
  • 11
0
votes
1 answer

How to move content from one Server/Environment to Other Server/Environment

Suppose we have 3 environments for LR namely , Development, Staging and Production. For a content driven application, assume we have created all contents etc. in dev. site. Now we have to move them to Staging for customer verification and followed…
0
votes
1 answer

How to get Liferay Authverifer working

I am implementing Liferay 6.2 AuthVerifier. I developed it but it does not get called that is, TestAuthVerifier.verify() method. I referred https://docs.liferay.com/portal/6.2/propertiesdoc/portal.properties.html the link to develop tthe est…
spectre007
  • 1,489
  • 11
  • 18
0
votes
1 answer

Liferay Spring Portlet EDIT Mode not visible

we have a liferay 6.1 portlet that has an edit mode. Sadly that edit mode is not visible - there is no icon, nothing that could be clicked. On my local developer machine I first couldn´t see it, too and had to restart my server in order to do so.…
Breiti
  • 579
  • 5
  • 21
0
votes
1 answer

What does Liferay AutoLogin.login() API return?

The interface of AutoLogin.login() needs to return a String[] (see here). What exactly should this array contain? I saw some posts on StackOverflow where an array of 3 elements was returned: user, password, and a boolean flag. What is the intention…
iam
  • 53
  • 1
  • 1
  • 8
0
votes
0 answers

Java Class.forName().newInstance() method creates instance of stale Java class

I'm developing an enterprise project with Liferay 6.1 EE and tomcat 6. Coding is in local PC, but deploy to a CentOS virtual machine. There's a custom .jar file to handle some special logic with URL redirecting. After I modified a Java class,…
Wade Yuan
  • 1
  • 1
0
votes
1 answer

servlet not getting invoked

I develop simple servlet in Liferay. I see that its getting initialised ( verified by putting System.out in init() method). But when I post some data to the servlet, Its not getting invoked. How can this be debugged or what I need to add it to get…
iam
  • 53
  • 1
  • 1
  • 8
0
votes
1 answer

tomcat is not getting started

I am new to Liferay. I just downloaded the LifeRay (liferay-portal-tomcat-6.2-ce-ga6-20160112152609836.zip) . I extracted it into my C drive in liferay-portal-6.2-ce-ga6 folder. When I run c:\liferay-portal-6.2-ce-ga6\tomcat-7.0.62\bin\startup.bat…
Sam
  • 2,972
  • 6
  • 34
  • 62
0
votes
0 answers

Setting a Liferay Journal Article Template as default

I have a liferay Journal Article (Web Content) structure, and this structure is available globally as well as one template using this structure. We are now using this structure in several sites and almost all of our sites have additional templates…
Breiti
  • 579
  • 5
  • 21
0
votes
0 answers

javax.servlet.ServletException deployin portlet

I have a Liferay SpringMVC Portlet that deploy successfully but I have to put this portlet inside other portlet that contains another 32 components. Inside this component, my portlet is not been deployed trowing the following error: 12:36:11,780…
0
votes
3 answers

Liferay - autologin hook/portlet doesn't logout the current user

It seems Liferay's autologin hook doesn't logout the current user. So I tried to do it programmatically with the following method call: request.getSession().invalidate(); but with no success.Does anyone had the same issues with the auto-login hook…
HelmutSteiner
  • 99
  • 2
  • 11
0
votes
1 answer

Default Liferay Web Content View Permissions

we have a portal (6.2 CE GA3) where people are creating Web Contents. When a new Web Content is created, it´s visibility is automatically set to "Site-Members". This requires the editors to change this for each individual Web Content: Is there any…
Breiti
  • 579
  • 5
  • 21
0
votes
1 answer

Liferay and portlet for talend job

I have simple Talend job. In this job i try add new Article, I invoke addArticle() method. I build job, import to Liferay and i still have the same problem. When I click Execute job in Liferay, all jobs have status: failure. When i open this job…
0
votes
1 answer

Liferay password comparison for custom log In

Scenario : I am trying to create custom log in functionality for liferay 6.1 In this, first I am asking email to user and I am checking, is this user is existing or new one. If it is existing then I will ask to fill password otherwise will ask him…
1 2 3
99
100