All Downloads are FREE. Search and download functionalities are using the official Maven repository.

OSGI-INF.http-context.xml Maven / Gradle / Ivy

There is a newer version: 16.7
Show newest version
<?xml version="1.0" encoding="UTF-8"?>
<scr:component xmlns:scr="http://www.osgi.org/xmlns/scr/v1.1.0"
               name="org.opencastproject.kernel.http.SharedHttpContext" immediate="true" activate="activate"
               deactivate="deactivate">
  <implementation class="org.opencastproject.kernel.http.SharedHttpContext"/>
  <property name="service.description" value="Opencast HttpContent"/>
  <property name="httpContext.id" value="opencast.httpcontext"/>
  <property name="httpContext.shared" value="true"/>
  <service>
    <provide interface="org.osgi.service.http.HttpContext"/>
  </service>
</scr:component>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy