legacy-knowledge-base
公開されました Sep. 10, 2025

エージェントを有効にし、Bootdelegationプロパティにパッケージを追加してLiferayアプリケーションを監視する

written-by

Rishabh Agrawal

How To articles are not official guidelines or officially supported documentation. They are community-contributed content and may not always reflect the latest updates to Liferay DXP. We welcome your feedback to improve How To articles!

While we make every effort to ensure this Knowledge Base is accurate, it may not always reflect the most recent updates or official guidelines.We appreciate your understanding and encourage you to reach out with any feedback or concerns.

legacy-article

learn-legacy-article-disclaimer-text

問題

  • Liferay アプリケーションを監視するために、Liferay で Java エージェント(AppDynamics)を有効にします。 module.framework.properties.org.osgi.framework.bootdelegation プロパティにエージェントからのパッケージを追加するために必要。

環境

  • Liferay DXP 7.2

解像度

  • OSGi コンテナ内でエージェントを有効にします。 portal-ext.properties ファイルで、エージェントからのパッケージを module.framework.properties.org.osgi.framework.bootdelegation プロパティに追加する。 以下のパッケージリストを使用する:
module.framework.properties.org.osgi.framework.bootdelegation=\
__redirected,\
com.liferay.aspectj,\
com.liferay.aspectj.*,\
com.liferay.expando.kernel.model,\
com.liferay.portal.servlet.delegate,\
com.liferay.portal.servlet.delegate*,\
com.sun.ccpp,\
com.sun.ccpp.*,\
com.sun.crypto.*,\
com.sun.image.*,\
com.sun.imageio.plugins.*,\
com.sun.jmx.*,\
com.sun.jna,\
com.sun.jndi.*,\
com.sun.mail.*,\
com.sun.management.*,\
com.sun.media.*,\
com.sun.msv.*,\
com.sun.org.*,\
com.sun.syndication,\
com.sun.tools.*,\
com.sun.xml.*,\
com.yourkit.*,\
jdk.*,\
sun.*,\
weblogic.jndi,\
weblogic.jndi.*,\
com.singularity.*

追加情報

AppDynamics は、アプリケーションのあらゆるコンポーネントを可視化、監視、管理するための合理化された統合ソリューションを提供します。 この包括的な可視化は、アプリケーションのパフォーマンス、ユーザー・エクスペリエンス、ビジネス成果の最適化に役立ちます。 これは、 サードパーティツールの下にあります。

did-this-article-resolve-your-issue

legacy-knowledge-base