You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@felix.apache.org by "Sten Roger Sandvik (JIRA)" <ji...@apache.org> on 2009/10/28 23:27:59 UTC

[jira] Resolved: (FELIX-1704) Support for port as service properties

     [ https://issues.apache.org/jira/browse/FELIX-1704?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Sten Roger Sandvik resolved FELIX-1704.
---------------------------------------

    Resolution: Fixed

Some properties are now exported with the HttpService when running Jetty. Here's an example of what is exported now:

org.apache.felix.http.enable = true
org.apache.felix.https.enable = false
org.osgi.service.http.port = 8080
org.osgi.service.http.port.secure = 433



> Support for port as service properties
> --------------------------------------
>
>                 Key: FELIX-1704
>                 URL: https://issues.apache.org/jira/browse/FELIX-1704
>             Project: Felix
>          Issue Type: Improvement
>          Components: HTTP Service
>    Affects Versions: http-2.0.2
>            Reporter: Sten Roger Sandvik
>            Assignee: Sten Roger Sandvik
>             Fix For: http-2.0.4
>
>
> Support assigned port in Jetty as service property. Both secure and non secure. Use the same logic as in old Jetty http service 1.0.1.
> * org.apache.felix.http.svcprop.port
> * org.apache.felix.http.svcprop.port.secure

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.