Re: Change HTTPService Port Through Configuration Admin

2012-08-22 Thread Felix Meschberger
Hi, Am 23.08.2012 um 05:46 schrieb Chetan Mehrotra: > From the code below it appears that the new properties instance that you > create is not being passed back. Try passing the properties object as part > of update call > > configuration.update(properties); Correct. Configuration.getPropertie

Re: Change HTTPService Port Through Configuration Admin

2012-08-22 Thread Chetan Mehrotra
>From the code below it appears that the new properties instance that you create is not being passed back. Try passing the properties object as part of update call configuration.update(properties); Chetan Mehrotra On Thu, Aug 23, 2012 at 3:48 AM, Evan Ruff wrote: > Hey guys! > > I'm having som

Change HTTPService Port Through Configuration Admin

2012-08-22 Thread Evan Ruff
Hey guys! I'm having some problems changing the port of the HttpService using the Configuration Admin. In my activator, I get the ExtHttpService through a service tracker. Once I've got the service, I add some Servlets and a Servlet Filter to it. Once that's done, go hit the ConfigurationAdmin to

Re: Question regarding logging facilitys in OSGi environments

2012-08-22 Thread Claudio Corsi
I think that you can also just rename the log4j.properties file to org.ops4j.pax.logging.cfg. This file will be picked up by the pax-logging bundle. > > From: Chetan Mehrotra >To: users@felix.apache.org >Sent: Sunday, August 19, 2012 9:54 AM >Subject: Re: Ques