--
--
------------------
OPS4J - http://www.ops4j.org - op...@googlegroups.com
---
You received this message because you are subscribed to the Google Groups "OPS4J" group.
To unsubscribe from this group and stop receiving emails from it, send an email to ops4j+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/ops4j/77b378f3-9459-4905-ab7d-f56c218fa33bn%40googlegroups.com.
I checked with karaf 4.4.1-SNAPSHOT and pax-web 8.0.4 and I got:
karaf@root()> install -s mvn:io.hawt/hawtio-osgi/2.15.0/war
Bundle ID: 76
karaf@root()> web:wab-list
Context Path │ Bundle ID │ Symbolic Name │ State │ Base URL
─────────────┼───────────┼─────────────────────┼──────────┼─────────────────────────────
/hawtio │ 76 │ io.hawt.hawtio-osgi │ Deployed │ http://127.0.0.1:8181/hawtio
karaf@root()> web:servlet-list
Bundle ID │ Name │ Class │ Context Path(s) │ URLs │ Type │ Context Filter
──────────┼───────────────┼───────────────────────────────────────────────────────────────────┼─────────────────┼──────────────┼──────┼───────────────
76 │ default │ org.ops4j.pax.web.service.jetty.internal.web.JettyResourceServlet │ /hawtio │ / │ WAB │ -
76 │ jolokia-agent │ io.hawt.web.servlets.JolokiaConfiguredAgentServlet │ /hawtio │ /jolokia/* │ WAB │ -
76 │ jolokia-proxy │ io.hawt.web.proxy.ProxyServlet │ /hawtio │ /proxy/* │ WAB │ -
76 │ keycloak │ io.hawt.web.auth.keycloak.KeycloakServlet │ /hawtio │ /keycloak/* │ WAB │ -
76 │ login │ io.hawt.web.auth.LoginServlet │ /hawtio │ /auth/login │ WAB │ -
76 │ logout │ io.hawt.web.auth.LogoutServlet │ /hawtio │ /auth/logout │ WAB │ -
76 │ plugin │ io.hawt.web.plugin.PluginServlet │ /hawtio │ /plugin/* │ WAB │ -
76 │ user │ io.hawt.web.auth.keycloak.KeycloakUserServlet │ /hawtio │ /user/* │ WAB │ -
karaf@root()> stop 76
karaf@root()> web:servlet-list
Bundle ID │ Name │ Class │ Context Path(s) │ URLs │ Type │ Context Filter
──────────┼──────┼───────┼─────────────────┼──────┼──────┼───────────────
karaf@root()>
I am using Karaf 4.4.1 and PAX-WEB 8.06.I can confirm that the servlets disappears. The problem is that my bundle does not stop.
To view this discussion on the web visit https://groups.google.com/d/msgid/ops4j/679cf671-fe76-4cc4-8da8-46c9d46f2eafn%40googlegroups.com.