Search Results

All Results 6952
ソート
Resource Type
Applicable Versions
Deployment Approach
Capability
Feature
Marketplace Apps Integrated into Liferay DXP 7.1
The following apps were previously released on Liferay Marketplace, but have been integrated as core modules in Liferay Digital Experience Platform 7.1. Liferay Adaptive Media Liferay Calendar Liferay Connector to Elasticsearch 6 Liferay Invitation Liferay Notifications Liferay Screens...
Redirecting Users to a Custom Page for Error Code 404
Issue The purpose lt of this article is to provide instructions on how to redirect users to a custom page in case of error code 404; instead of displaying the default page.  Environment DXP 7.0+ Resolution There are two alternative approaches: With a custom site page: Create a page from...
Web Content Permission Change Starting With 6.2 SP9
When updating to Liferay Portal 6.2 SP9 or a fix pack that that contains LPS-40597, web content assets that guest users used to be able to view will not be displayed. Steps to reproduce: Behavior prior to 6.2 SP9 Set journal.article.view.permission.check.enabled=true in...
Generating Liferay SAML Environment's metadata.xml
This article describes how to generate Liferay SAML metadata from a web browser. SAML metadata in an XML file is configuration data required to automatically negotiate agreements between system entities, comprising identifiers, binding support and endpoints, certificates, keys,...
Requesting a Liferay Portal Activation Key
This article describes the process of obtaining a Liferay Portal Activation Key once the order has been placed and invoiced. Resolution Liferay customers can manage their projects and activate products through Liferay's Customer Portal. Please refer to the following video tutorials for...
Public Hostnames and IP Addresses
Very often a Liferay Portal or Liferay DXP instance resides inside a private network and—due to a company's security policy—while it can serve content to the public Internet, it cannot access the Internet by default. In such cases, cloud-based services—like Marketplace App Activation and...
Using Position Taglibs in Embedded Portlets
This article documents how to make use of four different position taglibs while using the Liferay platform. The four taglibs are: BodyBottomTag, BodyTopTag, HtmlBottomTag and HtmlTopTag. These taglibs will position the code that is included within them at the top or bottom of the...
Setting Up DXP 7.0 as SP and WSO2 as IdP
This article documents how to set up Liferay DXP 7.0 as SP and WSO2 as IdP. Resolution WSO2 configuration 1. Download wso2is-5.3.0.zip from the WSO2 site and extract the file to a dedicated directory. 2. Go to wso2is-5.3.0/bin and run command $sh wso2server.sh to start wso2 server if you...
Working With Liferay Single-Page Application (SPA)
This article introduces and documents some of the key concepts that need to be understood for working with Liferay Single-Page Application (SPA). Please see Senna.js documentation for more information.  Single-Page Application Even modest improvements in latency can have measurable...
Re-Enabling the RSS Publisher Widget in DXP 7.1
The RSS Publisher widget has been hidden in DXP 7.1. It was included in the release, but hidden by changing the display category property to category.hidden. If you want to unhide the RSS Publisher widget, execute the following steps: Environment Liferay DXP 7.1 Resolution Create a new...
Staging Best Practices for DXP
This article documents some recommended suggestions that administrators should be mindful of when they prepare to use Staging on their Sites, or when they are managing their already existing Staging infrastructure. Resolution When planning to use Staging, one of the first decisions that...
Setting Up ClamAV With the Liferay Platform on Windows
This article documents how to set up Clam Antivirus with the Liferay platform on Windows for testing purposes. The goal is to scan documents for viruses when they are being uploaded. Resolution Download ClamWin for Windows. You can update to a more recent version after installation. For...
Portal Activation Key Deployment Instructions: Using the .xml key file
Resolution Clear the ${liferay.home}/data/license folder Start the application server Place the attached key xml file in the Liferay deploy directory (${auto.deploy.deploy.dir} , which defaults to ${liferay.home}/deploy) Wait for the activation key file to be auto-deployed Proceed to...
Installing and Configuring Liferay Screens
This article documents how to install and configure Liferay Screens. iOS Copy these lines to your Podfile: source 'https://github.com/CocoaPods/Specs.git' use_frameworks! target "Your Target" do pod 'LiferayScreens' end Run "pod install" to download Liferay Screens Add config file to...
Addressing Issues Caused by Using a Non-GMT user.timezone
Liferay Support does not recommend or endorse specific third-party products over others. Liferay is not responsible for any instructions herein or referenced regarding these products. Any implementation of these principles is the responsibility of the subscriber. As a best practice, it...
Overriding Core Classes with Ext Plugins
A supported use case for using Ext plugins in Liferay DXP is overriding Liferay Digital Enterprise's core classes (e.g., portal-impl, portal-kernel, etc.). You can reference the Finding Core Liferay Portal Artifacts section for help distinguishing core classes. Make sure you've reviewed...
Exporting OpenSSO Configuration Settings for Use in Another DXP Environment
If you are migrating your OpenSSO configuration from one environment to another, you don't need to migrate the settings manually. Resolution Login to your Liferay DXP environment. Navigate to Control Panel > Configuration > System Settings Search for OpenSSO and open the OpenSSO entry....
Embedding Videos in Web Content Articles on DXP 7.0
This reference article describes the several different ways to embed videos in Web Content Articles in Liferay DXP 7.0. It is designed to supplement Liferay's Official Documentation on Publishing Web Content and optimizing your content using structures and templates. You might want to...
Extending Core Classes Using Spring with Ext Plugins
This article documents a supported use case for using Ext plugins in Liferay DXP, which enables you to extend Liferay Digital Enterprise's core classes (e.g., portal-impl, portal-kernel, etc.) using Spring. You can reference the Finding Core Liferay Portal Artifacts section for help...
Disabling Search With Index for Web Content
This article documents how administrators can temporarily disable the search with index function for Journal (Web Content) assets in Liferay DXP 7.0. By default, this function for web content articles is set to true. Note that by disabling this, the platform will search in the database...
Deployment Instructions for DXP Activation Key When Using the .xml Key File
This article documents the activation key deployment instructions for Liferay DXP when using the .xml key file.  Resolution Up to Liferay DXP 7.0 Fix Pack 53, it is mandatory to uninstall the LCS client Remove Liferay Connected Services Client.lpkg, located: In the Tomcat bundle, in the...
Adding to the web.xml With Ext Plugins
A supported use case for using Ext Plugins in Liferay DXP is adding additional functionality to Liferay Digital Enterprise's web.xml file. Before beginning, make sure you've reviewed the generalized Customization with Ext Plugins tutorial. Resolution As an example, you'll create a sample...
Deploying and Managing SAML on Liferay DXP
This troubleshooting guide is meant to supplement the existing SAML documentation. The information in this guide explains in more detail to demonstrate the most common use cases.   Table of Contents Introduction Use Case #1: Salesforce Integration Use Case #2: Liferay as Both IdP and SP...
Customizing Announcements Displays in the Announcement Portlet
This article details how to optimize the Announcement portlet using the "Customize Announcement Displayed" feature in Liferay Digital Experience Platform (DXP) 7.0. The Announcements app let people broadcast important information to different groups of users. Each announcement can be...
Setting Up Java and Ant Environment Variables
This article outlines how to setup the necessary environment variables to use Liferay portal and Plugins SDK. The article includes directions for both Windows and Ubuntu. Resolution Setup Java Home Windows OS Go to the Java download page and download the JDK installer. Install the Java...
Building a DXP 7.0 Dashboard Example Using ELK
Liferay DXP 7.0 has close ties to Elasticsearch for search-related features.  As it happens, Elasticsearch is one part of the ELK stack.  So it is natural to ask, "What is possible if I use the whole ELK stack?" The answer is that there are many opportunities. One option presented here...
Applying a Customized Control Panel Theme
This article documents two ways to apply a custom theme for the control panel in Liferay DXP 7.0. Resolution Control Panel After portal starts up, deploy your custom theme war file. Make sure the following is added in /WEB-INF/liferay-look-and-feel.xml...
Using Application Display Templates on Liferay DXP 7.0
Table of Contents Introduction to Application Display Templates (ADT) Working with an ADT: Media Gallery Using the API: Creating an ADT for Wiki Exporting / Importing ADTs Frequently Asked Questions and Troubleshooting Introduction Application display templates work similarly to site and...
Using Liferay Developer Studio Without an Internet Connection
This article documents a temporary workaround for developers using Liferay Developer Studio 3.9.7 in a closed environment. At this time Liferay Developer Studio requires users to download dependencies from the Internet. However, this can be a problem for developers who do not have full...
API経由で登録したユーザのパスワードとパスワードポリシーの適用について
問題 ユーザーをAPI経由で登録しています。 パスワード、パスワードポリシーはどのような値が設定されますか。 環境 DXP 7.4 解決 APIでユーザーを登録時にパスワードを指定しない場合、自動生成されたパスワードが設定されます。 関連ソースコード:UserLocalServiceImpl.java パスワードポリシーは、「Default Password Policy」が適用されます。 追加情報 ①ヘッドレスREST API 「http://localhost:8080/o/api」へアクセスし、UI上から実行した際のサンプル。 API:...
国別のアクセス制限。
問題 特定の国からのアクセスを制限することは可能ですか。 環境 PaaS 解決 「X-Client-Region」というヘッダーが追加されるようになりました。 nginx側で上記ヘッダー($http_x_client_region)の確認、及び制限の設定が可能となります。 追加情報 Module ngx_http_geoip_module, knowledgeArticleType: howTo, legacy: true, name: 国別のアクセス制限。, showDisclaimerMessage: true, ticketNumber: 111921,...
ページの一覧を取得する方法。
問題 既存ページの一覧を取得する必要があります。 環境 DXP 7.0+ 解決 ページ一覧はLayoutテーブルに保存されていますが、コントロールパネル等の管理用ページやコンテンツページのドラフトページ等も、全て含まれています。 以下のAPIを利用することで、サイトIDを指定して公開ページ及び非公開ページを取得できます。 ・LayoutLocalServiceUtil.getLayouts 上記APIは localhost:8080/api/jsonws/ からも確認できます。 ・/layout/get-layouts...
Monitoringで表示されているメモリ使用率が上昇し続けます。
問題 Monitoringで表示されているメモリ使用率が上昇し続けます。 コントロールパネル>サーバ管理から確認できるメモリ使用率と一致しません。 環境 Liferay PaaS 解決 Monitoringのメモリ使用率が上がり続ける動作は正常です。 表示されているグラフは、GKE(Google Kubernetes Engine)上から見える各ポッド上におけるコンテンのメモリ使用率がそのまま表示されます。 サービス起動時は、設定された最小メモリに近い値で起動します。 アプリケーションサーバーに負荷が全くかからない場合は、メモリの使用率は増加しません。...
システム設定エクスポート時のハッシュ値
問題 システム設定の設定項目をエクスポートした際、エクスポートしたファイルにハッシュ値が含まれる場合があります。 ハッシュ値部分を削除してosgi/configに配置した場合、正常にインポートが可能ですか。 環境 DXP 7.4 解決 osgi/configsに設定を含める場合、ハッシュ値もそのまま含める必要があります。 設定がConfiguration_テーブル内に、個別のconfigurationIdとして保存される為です。 追加情報 システム設定:設定のエクスポートとデプロイ インスタンス設定の設定をエクスポート後、インポートする方法,...
ドキュメントとメディアからフォルダを追加する際に、独自で作成したロールの権限を設定したいです。
問題 コンテンツのドキュメントとメディアからフォルダを追加する際に、権限の設定にて、ロールの選択が可能です。 こちらの場所でGuestとSite Member以外にも、独自のロールに権限を付与することは可能でしょうか。 環境 7.0 + 解決 フォルダ編集時の、権限の設定内に独自のロールを追加する機能は、標準機能にはございません。 現状は、フォルダ作成後に同フォルダの(⋮)ボタンを選択後、権限の設定を別途編集いただく必要がございます。 本件につきましては、フィーチャーリクエストが作成されております。 追加情報 フィーチャーリクエストLPD-17339...
DDL定義からフィールドを削除しても、エクスポートしたCSVに削除済みフィールドが存在する
問題 DDL定義を作成し、リストを作成しました。 リストにレコードを追加後、一部のフィールドを削除しました。 DDLリストをダウンロード時、削除済みのフィールドがCSVに含まれています。 環境 DXP 7.0+ 解決 この動作は期待した動作です。 UIを介してDDLリストの表示に関連するものに対しては、削除されたフィールドは含まれません。 データの一貫性を維持するために、DDLから削除されたフィールドはデータベース内の列として引き続き存在します。 データベースからエクスポートされたCSV ファイルには、削除済みフィールドも表示されます。,...
ユーザーグループにユーザーをアサイン後、そのユーザーのSSOログイン直前にアサインを外される
問題 ユーザーグループにユーザーをアサイン → アサインしたユーザーでSSOでログインすると、 そのユーザーがユーザーグループから外れます。 監査ログでは、そのユーザーのLOGINの直前(監査ログ上は同時刻)に同ユーザーのUNASSIGNが行われています。 本事象について、対処法をご教示ください 環境 DXP Quarterly Releases 解決 本事象は、LPD-40838 により修正されております。 ご使用のDXPバージョンをアップグレードいただくか、サポートにてHotfix依頼を行なってください。 追加情報  , knowledgeArticleType:...
WAFの詳細を教えてください。
問題 Liferay PaaSのWAFの詳細を教えてください。 環境 Liferay PaaS 解決 WAFはGoogle社が管理しています。 DDoS攻撃はGoogle Edgeネットワーク上で対応されています。 Google社のサイト(Youtube、Gmailなど)を保護するインフラの技術と同様のものです。 このDDoS対策はグローバルLB内で行われています。 Liferayが活用しているGKEクラスターは上記対策が強制的に有効され、自動的にL2/L4攻撃が防止されます。 アクティブな監視と条件付きスクラビングは行われないため、トリガー条件やルールが無いようです。...
SAMLログイン時、Liferay側のパスワード有効期限が切れている場合の動作。
問題 SAMLログイン時、Liferay側のパスワード期限が切れていた場合、パスワードリセットを要求されますか。 環境 DXP 7.0+ 解決 SAML認証はIDP側で行われます。 そのため、Liferay側でパスワード期限が切れている場合でも、SAML認証には影響しません。 SAMLを経由しないLiferay側のユーザー情報でログインする場合は、パスワードの再設定が必要です。 追加情報 パスワード期限切れの警告メッセージを非表示にしたい, knowledgeArticleType: reference, legacy: true, name:...
お知らせと警告で、表示日を将来の日付に設定すると、リストに表示されません。
問題 お知らせと警告で、表示日を将来の日付に設定すると、リストに表示されません。 環境 DXP 7.0+ 解決 お知らせ一覧ページはデフォルトで「共通」フィルターが選択されています。 そのため、配布範囲が「共通」に設定されているお知らせのみ表示されます。 「フィルターと並び替え」からサイトを選択すると、該当するお知らせが表示されます。 リストに表示されない場合、当該ユーザーの「サイトメンバーシップ」に、対象のサイトが含まれているか確認します。 追加情報 Alerts and Announcements サイトメンバーシップ, knowledgeArticleType:...

該当件数: 8,713 件中 6,601 - 6,640