Search Results

All Results 6960
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Common Causes for the Properties in the 'portal-ext.properties' Not Taking Effect
This article documents the circumstances for when properties in the portal-ext.properties are not working correctly. This article also discusses common causes for the properties in the portal-ext.properties not taking effect and provides instruction on the proper ways to configure the...
Deploying the Liferay Platform on WebSphere Network Deployment Edition
This article documents how to deploy Liferay Portal 6.2 or Liferay DXP (7.0 or 7.1) on WebSphere Application Server with Network Deployment (commonly abbreviated ND). The Network Deployment Edition is a tool that offers an additional profile to manage multiple application server...
Upgrading to Permission Algorithm 6
This article is a legacy article. It applies to previous versions of the Liferay product. While the article is no longer maintained, the information may still be applicable. Permission algorithm 5 was used as the default permissions algorithm starting with Liferay Portal 5.1. Beginning...
Setting Up the Liferay Platform on Microsoft Azure
This article outlines what Microsoft Azure is, how to create a Virtual Machine (VM) to run on the Liferay platform and how to configure the Liferay platform with Azure. Resolution What is Azure? Microsoft Azure is a cloud computing platform and infrastructure created by Microsoft. It is...
Installing Fixes That Involve Updates to Database Tables
We understand that some customers have security policies which compel them to use the Liferay platform to connect to the database as a user that does not have elevated privileges; privileges to change the structure of the tables, such as CREATE, ALTER and/or DROP.  Sometimes a plugin or...
Migrating File System Stores
This article documents how to use the Data Migration tool in the Server Administration section of Liferay DXP 7.0. The Data Migration Tool allows administrators to migrate data quickly between Documents and Media repository to another, such as moving from File System Store or DB Store to...
Checklist for Upgrading to Liferay DXP
Upgrading to Liferay DXP (7.0, 7.1, 7.2, or 7.3) is a major project and requires careful planning, testing and execution in order to be successful. However, Liferay DXP and DXP Cloud teams have introduced several features that make this upgrade process easier and as seamless as possible....
Modifying Cache Size, Time To Live and Replication in DXP 7.0
This article documents how to work with your cache in Liferay DXP 7.0, in order to modify its size, time to live (TTL) and replication. Resolution Modify Default Cache Sizes and Entry TTLs A potential source of confusion is the ehcache.multi.vm.config.location portal property. This...
Disabling OSGI Components for DXP
This article documents how to temporarily disable an OSGI component via Gogo Shell, and how to add a component to the blacklist in order to disable it permanently. We will use the WebDAV component as an example. Resolution Disable a Component Temporarily Start up Liferay DXP Connect via...
Installing DXP on IBM DB2 v.10.5
This article documents steps on how to start Liferay DXP on IBM DB2 10.5. Resolution Creating a Database Start DB2 Command Line Process Plus. Enter the following: create database dxp pagesize 32768 USING CODESET UTF-8 TERRITORY US Note 1: Specify the Territory with the subscriber's...
Setting Up Session Replication in Weblogic With Liferay Portal
This article outlines how to set up session replication using Weblogic with Liferay Portal. This documentation is for reference only. Configuring session replication is not recommended for use in production environments without proper performance testing and is the sole responsibility of...
Setting Up Session Replication in Tomcat With Liferay Portal
The purpose of this article is to setup a basic Tomcat cluster that has session replication. For true session replication, there must be a load balancer that redirects the traffic to the nodes. This article does not cover how to set up a load balancer. For information on how to set up a...
Installing DXP in a Clustered Environment
This document has been updated and ported to Liferay Learn and is no longer maintained here. Many enterprise environments utilize clustering for both scalability and availability. This article provides specific instructions for installing a basic configuration of Liferay DXP in a...
Ehcache Configuration for DXP 7.x
This document has been updated and ported to Liferay Learn and is no longer maintained here. This article documents how to implement distributed caching on Liferay DXP 7.x and how to deploy custom tuning configurations. For cache tuning and finding optimal settings for a particular...
Accessing Data Stored on Non-Liferay Databases
Liferay will support our API and resolve any issues and answer any questions having to do with the API itself or any other part of Liferay's software. Issues and questions regarding custom development may be handled by our Global Services team or by the developer of those customizations....
変更リスト上で「変更の破棄」を行った際に、”AssetEntry.title”が更新されない
問題 変更リスト上で「変更の破棄」を行った際に、データベース上のレコード:”AssetEntry.title”が更新されません。 環境 DXP 7.4 Quarterly Release 解決 この動作は、フレームワークの制限となります。 ワークアラウンドとして、以下の二点が考えられます。 ・当該Webコンテンツ自体を削除して、再作成 ・変更リストを通じて破棄するのではなく、Web コンテンツの「履歴の参照」経由でバージョンを破棄  , knowledgeArticleType: troubleshooting, legacy: true, name:...
フォームからアップロードしたコンテンツの保存先
問題 フォーム機能の「アップロード」からアップロードされらコンテンツは、何処に保存されますか。 環境 DXP 7.4 Quarterly Release 解決 アップロードされたコンテンツは、「ドキュメントとメディア」内の以下のパスに保存されます。 ホーム>com.liferay.dynamic.data.mapping.form.web>Forms>[アップロードしたユーザーのスクリーン名] 当該部分は隠しフォルダとなっており、通常は表示されません。 以下のプロパティを有効にすると、ドキュメントとメディア内に隠しフォルダが表示されます。...
DXP アップグレード
6.xから7.0 6.xから7.0では多くの構造的な変化がありますが、アップグレードのために必要なことはほとんどありません。 アップグレードに必要な最も重要なことは、portal.propertiesとPrefProps (6.x) に保管された値を ConfigurationAdmin (7.0) に移行するよう設定することです。 このプロセスを自動化するためLDAPPropertiesVerifyProcessを用意しています。 LDAPPropertiesVerifyProcess は、ポータルのVerifyProcess...
過去のワークフロータスクの確認ページにて、オブジェクトのフィールド値が更新されてしまう
問題 オブジェクトをワークフローで使用しています。 過去の「承認済み」のワークフロータスクにて、オブジェクトのカスタムフィールドの値を確認しました。 期待値としては、「ワークフローが完了した時点の、カスタムフィールドの値」が表示される想定でした。 しかし実際の動作としては、「オブジェクトエントリーの現在のカスタムフィールドの値」が表示されました。 こちらの動作はバグでしょうか。 詳細の再現手順は下記の通りです:  再現手順: サイトスコープのオブジェクトを作成する。 フィールドを1つ作成し、オブジェクトEntry Title Fieldとして設定する。...
nginx (HAProxy) からliferayへのリクエスト振り分けアルゴリズムについて
問題 Liferay PaaSにおいて、クライアントからのリクエストは Nginx -> HAproxy -> Liferayの流れで処理されるという認識です。 nginx (HAProxy) -> liferayの振り分け部分で採用されているアルゴリズムは何でしょうか。 また、こちらのアルゴリズムを変更することは可能でしょうか。 環境 Liferay PaaS, SaaS 解決 ラウンドロビンを使用しております。 HAProxy からラウンドロビン形式でLiferayサービスへの通信のロードバランスを行う様、設定されております。 補足:...

該当件数: 8,720 件中 7,041 - 7,060