私は信じられないほど単純な (Java ファイルなし) war ファイルを作成しました。これを servicemix にデプロイしたいと考えています。次のディレクトリ構造があります。
.
|-src
|-main
|-webapp
|-css
|-js
|-WEB-INF
\-web.xml
\-index.html
\-pom.xml
次のコマンドを使用して、ServiceMix で実行されている jetty コンテナーにこれをデプロイできます。
>install war:file:///<Fully qualified war location>?Webapp-Context=<Application name>
>osgi:start <Bundle id>
>http://localhost:8181/<Application name>/index.html
私が好むのは、残りのバンドルと同じようにホットデプロイすることです。pom.xml はどのように見えるべきですか? シンプルなほど良い。