Hi Loïc,

You can change the port number. It is explained here :

http://felix.apache.org/site/apache-felix-http-service.html

Section :

Configuration Properties

The service can both be configured using OSGi environment properties and
using Configuration Admin. The service PID for this service is
"org.apache.felix.http". If you use both methods, Configuration Admin takes
precedence. The following properties can be used (some legacy property names
still exist but are not documented here on purpose):

   - org.osgi.service.http.port - The port used for servlets and resources
   available via HTTP. The default is 80.
   - org.osgi.service.http.port.secure - The port used for servlets and
   resources available via HTTPS. The default is 443.

Kind regards,


Charles Moulliard
Senior Enterprise Architect
Apache Camel Committer

*****************************
blog : http://cmoulliard.blogspot.com
twitter : http://twitter.com/cmoulliard
Linkedlin : http://www.linkedin.com/in/charlesmoulliard

Apache Camel Group :
http://www.linkedin.com/groups?home=&gid=2447439&trk=anet_ug_hm


On Mon, Feb 1, 2010 at 4:11 PM, Loïc Cotonea <[email protected]> wrote:

> Hi everybody,
>
>
>
> My web application is using an http service that listen on a network port.
> This port is reserved to frontend communication. However, I would know if
> there is a way to open a second http service on another network port to
> serve some backend http requests?
>
>
>
> Thanks
>
>
>
> Loïc
>
>

Reply via email to