Expeditor Client for Desktop and Devices,
Version 6.1.x
Operating systems: Linux on x86, Symbian, Windows
Configuring the Web Container
The Web Container provides a runtime environment
for Web applications in which Web applications can be run both disconnected
and connected.
Configuring the Web Container properties
The default configuration for the web container listens only for
HTTP requests received on localhost on a port
dynamically selected during platform startup. If you need to make changes
to this configuration, refer to the contents of this section.
Configuring the Virtual Host properties (6.1.2)
The Web Container provides administrators
with the capability to restrict access to Web applications to a specific port
or list of ports. Refer to this section if you need to restrict access
to certain Web applications.
Configuring the Virtual Host properties (6.1.1)
The Web Container provides administrators with
the capability to restrict access to Web applications to a specific port or
list of ports. Refer to this section if you need to restrict
access to certain Web applications.
Configuring the Web Container to use a dynamic port
If the value of the com.ibm.pvc.webcontainer.port Java™ system
property is equal to 0, then the Web Container selects a random port when
the Web Container plug-in is started. This allows for multiple instances of
the Web Container to be running at the same time on the same machine.
Configuring with Configuration Admin
When using the Lotus Expeditor Client on the desktop, the Web Container is configurable using the
OSGi Configuration Admin service. The Enterprise Management Agent provides
a means for administrators to configure the Web Container using the Configuration
Admin service.
Configuring HTTPS
When using the Lotus Expeditor Client on the desktop, the secure hypertext transfer protocol (HTTPS)
is a communications protocol used to encrypt data between computers over the
Web.
Configuring the Web Container using the SocketConfigService
Third-party bundles can use the com.ibm.pvc.webcontainer.service.SocketConfigService
service to dynamically configure the Web Container ports at run time.
Review this section if you need to dynamically configure the Web Container
ports at run time.
Enabling and configuring the Channel Framework
The Channel Framework Architecture (CFA) is a highly flexible and
scalable solution for client and server transports and provides common networking
services, protocols, and I/O operations for the Expeditor Web Container.