Fuse ESB 4 : How to configureOSGi Http service

Solution Verified - Updated -

Environment

  • Fuse ESB 4.x

Issue

  • How to enable/disable Fuse ESB 4 OSGi Http access

  • How to configure the OSGi Http service port

Resolution

Pax Web is the OSGi R4 Http Service and Web Container (RFC66) implementation using Jetty 6. Fuse ESB 4 relies on Pax Web to provide the OSGi Http service. You could configure the OSGi Http service port using following Pax Web configuration variable:


org.osgi.service.http.port

The default value is 8080. A value of Zero will allow Pax Web automatically determine a free port to use for HTTP access.

To enable/disable Http access, the following Pax Web configuration boolean variable can be used. The default value is "true".


org.osgi.service.http.enabled

The above variables can be configured in "etc\config.properties" file of Fuse ESB 4 installation.

This solution is part of Red Hat’s fast-track publication program, providing a huge library of solutions that Red Hat engineers have created while supporting our customers. To give you the knowledge you need the instant it becomes available, these articles may be presented in a raw and unedited form.

Comments