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.

Luceeを手動で更新する方法

Posted at

通常はLuceeの管理画面から更新できるんですが、更新できない場合は手動で更新します。

公式のドキュメントにも方法が載っていますが、ここに少し詳しくメモしておこうと思います。手順は以下の通り。

手順

1.Luceeダウンロードページから最新の「.lco」ファイルをダウンロードします。

2020-05-01.png
↑「Core」っていうリンクです。

2.Lucee Serverを停止します。

# /opt/lucee/lucee_ctl stop

3.ダウンロードしたファイルを「{server-context}/patches」にコピーします。

サーバーコンテキストは通常​​「{Lucee-Server}/lib/ext/lucee-server/patches」にあります。
...って公式には書いてあるのですが、私の環境(CentOS7)では「/opt/lucee/tomcat/lucee-server/patches」でした。

4.Luceeを再起動します。

# /opt/lucee/lucee_ctl start

以上です。

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?