1. download/install Fuse ESB 4 kernal from: http://repo.open.iona.com/maven2/org/apache/servicemix/kernel/apache-servicemix-kernel/1.0.3.0-fuse/apache-servicemix-kernel-1.0.3.0-fuse.zip 2. (optional) modify "org.ops4j.pax.url.mvn.cfg" file from "apache-servicemix-kernel-1.0.3.0-fuse/etc" directory to append ops4j.org repository: org.ops4j.pax.url.mvn.repositories=file:${user.home}/.m2/repository@snapshots,http://repo1.maven.org/maven2,http://repo.open.iona.com/maven2-snapshot@snapshots@noreleases,http://svn.apache.org/repos/asf/servicemix/m2-repo,http://repo.open.iona.com/maven2,http://repository.ops4j.org/maven2 3. (optional) create a new file named as "org.ops4j.pax.web.cfg" within "apache-servicemix-kernel-1.0.3.0-fuse/etc" directory with following lines to configure HTTP port for web services: org.osgi.service.http.port=8161 org.ops4j.pax.web.session.timeout=10 4. download following PAX jars from http://repository.ops4j.org/mvn-snapshots/: http://repository.ops4j.org/mvn-snapshots/org/ops4j/pax/web/pax-web-bundle/0.5.3-SNAPSHOT/pax-web-bundle-0.5.3-20090330.193406-7.jar http://repository.ops4j.org/mvn-snapshots/org/ops4j/pax/web/pax-web-jsp/0.5.3-SNAPSHOT/pax-web-jsp-0.5.3-20090330.193406-7.jar http://repository.ops4j.org/mvn-snapshots/org/ops4j/pax/web-extender/pax-web-ex-war/0.5.1-SNAPSHOT/pax-web-ex-war-0.5.1-20090330.201434-8.jar http://repository.ops4j.org/mvn-snapshots/org/ops4j/pax/web-extender/pax-web-ex-whiteboard/0.5.1-SNAPSHOT/pax-web-ex-whiteboard-0.5.1-20090330.201434-8.jar 5. start Fuse ESB 4 kernal: F:\apache-servicemix-kernel-1.0.3.0-fuse>bin\servicemix.bat 6. manually install below bundles: osgi install mvn:org.apache.servicemix.bundles/org.apache.servicemix.bundles.jetty-bundle/6.1.14_1 osgi install file:///F:/temp/pax-web-bundle-0.5.3-20090330.193406-7.jar osgi install file:///F:/temp/pax-web-jsp-0.5.3-20090330.193406-7.jar osgi install file:///F:/temp/pax-web-ex-war-0.5.1-20090330.201434-8.jar osgi install file:///F:/temp/pax-web-ex-whiteboard-0.5.1-20090330.201434-8.jar osgi install mvn:org.ops4j.pax.url/pax-url-war/0.3.3 Note, if any bundle is not started automatically, then you will need to start it by "osgi start ". 7. download the Fuse MB 5.2.0.2-fuse web console war file onto a directory, say "F:\temp": http://repo.open.iona.com/maven2/org/apache/activemq/activemq-web-console/5.2.0.2-fuse/activemq-web-console-5.2.0.2-fuse.war 8. download a zip file from: http://www.apache.org/dist/jakarta/taglibs/standard/jakarta-taglibs-standard-current.zip 9. open the jakarta-taglibs-standard-current.zip and extract "standard.jar" and "jstl.jar". Then insert the two jars into activemq-web-console-5.2.0.2-fuse.war under it's WEB-INF\lib directory. 10. deploy the modified F:/temp/activemq-web-console-5.2.0.2-fuse.war onto the Fuse ESB 4 container using the "activemq.bnd" file using command: osgi install war:file:///F:/temp/activemq-web-console-5.2.0.2-fuse.war?Webapp-Context=activemqweb Note, if this AMQ web console bundle is not started, then start it by "osgi start ". 11. open a browser with URL: "http://localhost:8161/activemqweb".