Hi all, Could somebody point me to the web feature webbundle and war install documentation?
While installing bundle: install -s 'war:file:///home/gv/work/experiments/ttt/CamelTest/target/CamelTest.war' I'm getting Bundle-ClassPath: .,WEB-INF/lib/gwt-servlet-2.5.1.jar,WEB-INF/classes - exactly as I have defined it in MANIFEST.MF. While installing the same bundle this way: install -s 'webbundle:file:///home/gv/work/experiments/ttt/CamelTest/target/CamelTest.war' I'm getting bundle with Bundle-ClassPath: WEB-INF/classes everytime, independently of Bundle-ClassPath in manifest file. Problem is while installing 'war' variant, I can't define custom Web-ContextPath. And while installing 'webbundle' variant - I can't get proper Bundle-ClassPath. Is this limitation of webbundle way of deployment or something else? Best regards, Grazvydas
