Liberty configuration files

You can specify server properties and Liberty web feature properties for WebSphere® eXtreme Scale applications that run in the Liberty.

Use the following files to configure eXtreme Scale servers that run in the Liberty.
Important:
Java EE 7 support in the Liberty includes Common Object Request Broker Architecture (CORBA) support, which uses a default port of 2809. Incidentally, 2809 is the same default port number for the WebSphere eXtreme Scale catalog server port. Therefore, when you enable eXtreme Scale server features with Liberty profile features, such as ejb-3.2 and appClientSupport-1.0, a port conflict occurs. To correct this conflict, change thr port configuration for eXtreme Scale. For example, in your server.xml file, update the following listener port configuration:
<xsServer listenerPort="2810"/>