0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?

More than 5 years have passed since last update.

Liferayのキャッシュファイルのクリア

Last updated at Posted at 2019-05-28

Liferay7.0からはOSGiフレームワークを採用しました。

4箇所を削除するとOSGi、Tomcatの一時ファイルを完全クリアできます。

{LIFERAY_HOME}:Liferay本体のパス。例:C:\liferay-dxp-7.1.10.1-sp1
{TOMCAT_HOME}:Liferay本体にあるTomcatのパス。例:C:\liferay-dxp-7.1.10.1-sp1\tomcat-9.0.6

①、Tomcatを停止

②、下記フォルダーの中身を削除
・{LIFERAY_HOME}\osgi\state
・{LIFERAY_HOME}\work
・{TOMCAT_HOME}\temp
・{TOMCAT_HOME}\work\Catalina\localhost

③、Tomcatを起動

以上

0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0

Delete article

Deleted articles cannot be recovered.

Draft of this article would be also deleted.

Are you sure you want to delete this article?