第 24 章 web
Web 应用程序是一个捆绑包,因此我们可以使用普通 bundle:start
和 bundle:stop
命令。
推荐的方法是使用 WAB 捆绑包,具有 Web-ContextPath: /path
manifest 标头。
WAB 捆绑包可以作为类型 war
安装:
示例
mvn:io.hawt/hawtio-osgi/2.0.0.fuse-7_12_0-00009/war
.
24.1. web:context-list
24.1.1. 描述
列出所有可用的 Web 上下文。它们可能源自 HttpService、Whiteboard 或 WAB Extender。
24.1.2. 语法
web:context-list
24.1.3. 选项
名称 | 描述 |
---|---|
--help | 显示此帮助信息 |
24.1.4. 附加信息
此命令对 OSGi Web 应用程序开发人员很有用。
捆绑包 ID | 符号名称 | 上下文路径 | 上下文名称 | 等级 | 服务 ID | 类型 | 影响范围 | 注册属性 |
---|---|---|---|---|---|---|---|---|
122 | org.apache.cxf.cxf-rt-transports-http | / | default | MAX | 0 | HttpService | static* | httpContext.id=default httpContext.path=/ osgi.http.whiteboard.context.httpservice=default osgi.http.whiteboard.context.path=/ |
230 | org.ops4j.pax.web.pax-web-extender-whiteboard | / | default | 0 | 0 | 白板 | static* | osgi.http.whiteboard.context.name=default osgi.http.whiteboard.context.path=/ |
43 | io.hawt.hawtio-osgi | /hawtio | /hawtio | MAX | 0 | WAB | static* | osgi.http.whiteboard.context.path=/hawtio |