Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Sv translation
languageja


Info

このドキュメントはTomcatGlassFishまたはJettyアプリケーションサーバー上で実行されているBellaDatiを更新するための手順を説明します。これらのサーバー上BellaDatiをインストールしようとしている場合は、Installing BellaDati WARページでの指示に従ってください

BellaDati WARの展開 

Tip


BellaDatiの更新を展開する前に、データベースのバックアップを実行することをお勧めします。


belladati.warを展開するには、単に既存のファイルを置き換え、適切なディレクトリにWARアーカイブをコピーします。 

 更新プログラムを展開すると使用しているアプリケーション・サーバーのタイプによって異なります。 

Tomcatのユーザーが実行中のサーバーインスタンスを停止し、新しいものと古いbelladati.warファイルを交換する必要があります。作業ディレクトリ $TOMCAT_HOME/work をクリーンアップし、古いアプリケーションディレクトリ $TOMCAT_HOME/webapps/belladati/ を削除することをお勧めします。

 Jettyユーザーが実行中のサーバーインスタンスを停止し、新しいものと古いbelladati.warファイルを交換する必要があります。 

GlassFish/Parayaユーザーには、新しいbelladati.warのデプロイ方法がいくつかあります。最も簡単な方法は、管理コンソールを使用することです(デフォルトはポート4848)。左側の「アプリケーション」をクリックし、次にBellaDatiデプロイメントの横にある「再デプロイ」アクションをクリックします。新しい WAR ファイルを選択して、インストールを更新します。


Glassfish/Payaraでの展開

BellaDatiの標準インストール(インストーラースクリプト使用)により、GlassFish(新しいBellaDatiバージョンではPayara)アプリケーションサーバーが実装されます。

Note

バージョン2.10からのアップグレードの場合 追加情報はこちらをご覧ください。


手順 belladati.war のデプロイ方法 :


CLI 例

環境 : war BellaDati version 2.9.21 , GlassFish application server version 5.0.1 , BellaDati インストールディレクトリは /opt/BellaDati/ です。


Info

linux-glassfish のデプロイメント

root@ip-172-31-28-125:~/installation# unzip BellaDati-2_9_21.war.zip

Archive: BellaDati-2_9_21.war.zip

inflating: belladati.war

root@ip-172-31-28-125:~/installation# /opt/BellaDati/glassfish5/bin/asadmin undeploy

Enter the value for the name operand> belladati

Command undeploy executed successfully.

root@ip-172-31-28-125:~/installation# /opt/BellaDati/glassfish5/bin/asadmin restart-domain

Successfully restarted the domain

Command restart-domain executed successfully.

root@ip-172-31-28-125:~/installation# /opt/BellaDati/glassfish5/bin/asadmin deploy --virtualservers server --contextroot / --name belladati belladati.war

Application deployed with name belladati.

Command deploy executed successfully.

root@ip-172-31-28-125:~/installation# /opt/BellaDati/glassfish5/bin/asadmin restart-domain

Successfully restarted the domain

Command restart-domain executed successfully.

root@ip-172-31-28-125:~/installation# /opt/BellaDati/glassfish5/bin/asadmin list-applications

belladati <web>

Command list-applications executed successfully.


Sv translation
languagesk

Sv translation
languagecs