我寫了一個令人難以置信的簡單(無java文件)war文件,我希望將其部署到servicemix。它具有以下目錄結構:在ServiceMix中部署簡單的war作爲OSGi軟件包
.
|-src
|-main
|-webapp
|-css
|-js
|-WEB-INF
\-web.xml
\-index.html
\-pom.xml
我可以使用下面的命令在ServiceMix的這一部署到碼頭容器中運行:
>install war:file:///<Fully qualified war location>?Webapp-Context=<Application name>
>osgi:start <Bundle id>
>http://localhost:8181/<Application name>/index.html
我寧願什麼是熱部署,因爲我與我的其他包捆綁在一起。 pom.xml應該是什麼樣子?越簡單越好。