Use the webGrid feature to automatically
start a container to host the clients for HTTP session replication
in the Liberty profile.
When you add the webGrid feature to the server definition and configure the session manager, you can use session replication in your eXtreme Scale applications that run in the Liberty profile.
<featureManager>
<feature>eXtremeScale.webGrid-1.1</feature>
</featureManager>
<server description="Airport Entry eXtremeScale Getting Started Client Web Server">
<!--
This sample program is provided AS IS and may be used, executed, copied and modified
without royalty payment by customer
(a) for its own instruction and study,
(b) in order to develop applications designed to run with an IBM WebSphere product,
either for customer's own internal use or for redistribution by customer, as part of such an
application, in customer's own products.
Licensed Materials - Property of IBM
5724-X67, 5655-V66 (C) COPYRIGHT International Business Machines Corp. 2012
-->
<!-- Enable features -->
<featureManager>
<feature>eXtremeScale.webGrid-1.1</feature>
</featureManager>
<xsServer catalogServer="true"/>
<xsWebGrid objectGridName="session" catalogHostPort="remoteHost:2809" securityEnabled="false" />
</server>