I would like to deploy my custom web application (.war) to the embedded Jetty container of Gridgain. Would you please direct me to documentation or describe steps? Please advise.
Thanks.
I would like to deploy my custom web application (.war) to the embedded Jetty container of Gridgain. Would you please direct me to documentation or describe steps? Please advise.
Thanks.
GridGain が組み込まれた Jetty サーバーは、ユーザーの war アプリケーションを実行することを意図していないため、war ファイルの展開に関する明示的なロジックはありません。
ただし、この$JETTY_HOME
質問によると、環境変数を指定し、war ファイルを適切なフォルダーにドロップすることで、war ファイルをデプロイできる場合があります。