Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [jetty-users] how could I initialize embedded jetty 8 with properties from CM ?

Hi Cristiano,

The Configuration Manager Service is not my specialty.
It was developed at the eclipse-platform project.
Can you remind us where is the doc about it and what it does?

Thanks,
Hugues


On Tue, Jan 31, 2012 at 11:50 PM, Cristiano Gavião <cvgaviao@xxxxxxxxx> wrote:
> Hi,
>
> I'm using
> eclipse-SDK-4.2M5/plugins/org.eclipse.equinox.http.jetty_3.0.0.v20111202-1436.jar
>
> And I would like to use Configuration Manager Service to setup the
> jetty8.10RC4 initialization.
>
> I've tried this in a bundle config, that is being initialized before jetty's
> ones, but is not working:
>
>> properties = getJettyProperties();
>> factoryPid = "org.eclipse.equinox.http.jetty.config"
>> configuration = configurationAdmin.createFactoryConfiguration(
>>                    factoryPid, null);
>> configuration.update(properties);
>
>
> at getJettyProperties I'm adding http.port=8088 to a dictionary.
>
> please, could someone help me ?
>
> regards
>
> Cristiano
>
> _______________________________________________
> jetty-users mailing list
> jetty-users@xxxxxxxxxxx
> https://dev.eclipse.org/mailman/listinfo/jetty-users


Back to the top